Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
Frames
|
No Frames
Uses of Interface org.w3c.dom.Entity
Uses in package gnu.xml.dom
Classes implementing org.w3c.dom.Entity
class
DomEntity
"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.
Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About