=head1 NAME Mozilla::DOM::Entity =for object Mozilla::DOM::Entity Mozilla::DOM::Entity is a wrapper around an instance of Mozilla's nsIDOMEntity interface. This class inherits from L. * The nsIDOMEntity interface represents an entity, either parsed * or unparsed, in an XML document. * * For more information on this interface please see * http://www.w3.org/TR/DOM-Level-2-Core/ * * @status FROZEN =head1 CLASS METHODS =head2 $iid = Mozilla::DOM::Entity->B() Pass this to QueryInterface. =head1 METHODS =head2 $publicid = $entity->B() Output: =over =item $publicid (string) =back =head2 $systemid = $entity->B() Output: =over =item $systemid (string) =back =head2 $notationname = $entity->B() Output: =over =item $notationname (string) =back =head1 SEE ALSO L =head1 COPYRIGHT Copyright (C) 2005-2007, Scott Lanning This software is licensed under the LGPL. See L for a full notice. =cut