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.dtdpackageDocumentType.getInternalDeclarations()Returns a list of internal DTD declaration objects, defined in theorg.dom4j.dtdpackageModifier and TypeMethodDescriptionvoidDocumentType.setExternalDeclarations(List<Decl> declarations) Sets the list of internal DTD declaration objects, defined in theorg.dom4j.dtdpackagevoidDocumentType.setInternalDeclarations(List<Decl> declarations) Sets the list of internal DTD declaration objects, defined in theorg.dom4j.dtdpackage -
Uses of Decl in org.dom4j.dtd
Classes in org.dom4j.dtd that implement DeclModifier and TypeClassDescriptionclassAttributeDeclrepresents an attribute declaration in a DTD.classAttributeDeclrepresents an element declaration in a DTD.classExternalEntityDeclrepresents an external entity declaration in a DTD.classInternalEntityDeclrepresents 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 voidSAXContentHandler.addDTDDeclaration(Decl declaration) Adds an internal DTD declaration to the list of declarationsprotected voidSAXContentHandler.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 TypeMethodDescriptionvoidDefaultDocumentType.setExternalDeclarations(List<Decl> externalDeclarations) voidDefaultDocumentType.setInternalDeclarations(List<Decl> internalDeclarations)