Uses of Interface
org.dom4j.dtd.Decl
Packages that use Decl
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
Classes to represent the DTD declarations.
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.
-
Uses of Decl in org.dom4j
Modifier and TypeMethodDescriptionDocumentType.getExternalDeclarations()
Returns a list of internal DTD declaration objects, defined in theorg.dom4j.dtd
packageDocumentType.getInternalDeclarations()
Returns a list of internal DTD declaration objects, defined in theorg.dom4j.dtd
packageModifier and TypeMethodDescriptionvoid
DocumentType.setExternalDeclarations
(List<Decl> declarations) Sets the list of internal DTD declaration objects, defined in theorg.dom4j.dtd
packagevoid
DocumentType.setInternalDeclarations
(List<Decl> declarations) Sets the list of internal DTD declaration objects, defined in theorg.dom4j.dtd
package -
Uses of Decl in org.dom4j.dtd
Classes in org.dom4j.dtd that implement DeclModifier and TypeClassDescriptionclass
AttributeDecl
represents an attribute declaration in a DTD.class
AttributeDecl
represents an element declaration in a DTD.class
ExternalEntityDecl
represents an external entity declaration in a DTD.class
InternalEntityDecl
represents an internal entity declaration in a DTD. -
Uses of Decl in org.dom4j.io
Methods in org.dom4j.io with parameters of type DeclModifier and TypeMethodDescriptionprotected void
SAXContentHandler.addDTDDeclaration
(Decl declaration) Adds an internal DTD declaration to the list of declarationsprotected void
SAXContentHandler.addExternalDTDDeclaration
(Decl declaration) Adds an external DTD declaration to the list of declarations -
Uses of Decl in org.dom4j.tree
Methods in org.dom4j.tree that return types with arguments of type DeclModifier and TypeMethodDescriptionDefaultDocumentType.getExternalDeclarations()
DefaultDocumentType.getInternalDeclarations()
Method parameters in org.dom4j.tree with type arguments of type DeclModifier and TypeMethodDescriptionvoid
DefaultDocumentType.setExternalDeclarations
(List<Decl> externalDeclarations) void
DefaultDocumentType.setInternalDeclarations
(List<Decl> internalDeclarations)