Uses of Interface org.w3c.dom.Entity

Uses in package gnu.xml.dom

Classes implementing org.w3c.dom.Entity

class
"Entity" implementation.

Methods with return type org.w3c.dom.Entity

Entity
DomDoctype.declareEntity(String name, String publicId, String systemId, String notation)
Records the declaration of a general entity in this DocumentType.