Uses of Interface org.w3c.dom.Notation

Uses in package gnu.xml.dom

Classes implementing org.w3c.dom.Notation

class
"Notation" implementation.

Methods with return type org.w3c.dom.Notation

Notation
DomDoctype.declareNotation(String name, String publicId, String systemId)
Records the declaration of a notation in this DocumentType.