Uses of Interface
org.w3c.dom.Entity

Packages that use Entity
gnu.xml.dom This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). 
 

Uses of Entity in gnu.xml.dom
 

Classes in gnu.xml.dom that implement Entity
 class DomEntity
           "Entity" implementation.
 

Methods in gnu.xml.dom that return Entity
 Entity DomDoctype.declareEntity(java.lang.String name, java.lang.String publicId, java.lang.String systemId, java.lang.String notation)
          Records the declaration of a general entity in this DocumentType.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.