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:
$systemid = $notation->GetSystemId()
Output:
SEE ALSO
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.