The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mozilla::DOM::DocumentType

Mozilla::DOM::DocumentType is a wrapper around an instance of Mozilla's nsIDOMDocumentType interface. This inherits from Mozilla::DOM::Node.

 * Each Document has a doctype attribute whose value is either null 
 * or a DocumentType object. 
 * The nsIDOMDocumentType interface in the DOM Core provides an 
 * interface to the list of entities that are defined for the document.
 *
 * For more information on this interface please see 
 * L<http:E<sol>E<sol>www.w3.orgE<sol>TRE<sol>DOM-Level-2-CoreE<sol>>

CLASS METHODS

$iid = Mozilla::DOM::DocumentType->GetIID()

Pass this to QueryInterface.

METHODS

$namednodemap = $documenttype->GetEntities()

$str = $documenttype->GetInternalSubset()

$name = $documenttype->GetName()

$namednodemap = $documenttype->GetNotations()

$id = $documenttype->GetPublicId()

$id = $documenttype->GetSystemId()

SEE ALSO

Mozilla::DOM

COPYRIGHT

Copyright (C) 2005, Scott Lanning

This software is licensed under the LGPL. See Mozilla::DOM for a full notice.