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

NAME

Mozilla::DOM::Notation

Mozilla::DOM::Notation is a wrapper around an instance of Mozilla's nsIDOMNotation interface. This class inherits from Node.

 * The nsIDOMNotation interface represents a notation declared in the DTD.
 * A notation  either declares, by name, the format of an unparsed entity,
 * or is used for formal declaration of processing instruction targets.
 *
 * For more information on this interface please see
 * http://www.w3.org/TR/DOM-Level-2-Core/
 *
 * @status FROZEN

CLASS METHODS

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

Pass this to QueryInterface.

METHODS

$publicid = $notation->GetPublicId()

Output:

$publicid (string)

$systemid = $notation->GetSystemId()

Output:

$systemid (string)

SEE ALSO

Mozilla::DOM

COPYRIGHT

Copyright (C) 2005, Scott Lanning

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