Uses of Interface
org.dom4j.DocumentType
Packages that use DocumentType
Package
Description
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
An implementation of the dom4j API which also supports the
W3C object model.
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.
A collection of utility classes for the dom4j API.
-
Uses of DocumentType in org.dom4j
Methods in org.dom4j that return DocumentTypeModifier and TypeMethodDescriptionDocumentFactory.createDocType
(String name, String publicId, String systemId) Document.getDocType()
DOCUMENT ME!Methods in org.dom4j with parameters of type DocumentTypeModifier and TypeMethodDescriptionvoid
Document.setDocType
(DocumentType docType) Sets the DocumentType propertyvoid
Visitor.visit
(DocumentType documentType) Visits the givenDocumentType
void
VisitorSupport.visit
(DocumentType documentType) -
Uses of DocumentType in org.dom4j.dom
Classes in org.dom4j.dom that implement DocumentTypeModifier and TypeClassDescriptionclass
DOMDocumentType
implements a DocumentType node which supports the W3C DOM API.Methods in org.dom4j.dom that return DocumentTypeModifier and TypeMethodDescriptionDOMDocumentFactory.createDocType
(String name, String publicId, String systemId) Methods in org.dom4j.dom with parameters of type DocumentTypeModifier and TypeMethodDescriptionstatic DocumentType
DOMNodeHelper.asDOMDocumentType
(DocumentType dt) -
Uses of DocumentType in org.dom4j.io
Methods in org.dom4j.io with parameters of type DocumentTypeModifier and TypeMethodDescriptionSTAXEventWriter.createDTD
(DocumentType docType) Constructs a STAXDTD
event from a DOM4JDocumentType
.void
XMLWriter.write
(DocumentType docType) Writes the givenDocumentType
.protected void
XMLWriter.writeDocType
(DocumentType docType) void
STAXEventWriter.writeDocumentType
(DocumentType docType) Writes a DOM4JDocumentType
to the stream. -
Uses of DocumentType in org.dom4j.tree
Classes in org.dom4j.tree that implement DocumentTypeModifier and TypeClassDescriptionclass
AbstractDocumentType
is an abstract base class for tree implementors to use for implementation inheritence.class
DefaultDocumentType
is the DOM4J default implementation of an XML document type.Methods in org.dom4j.tree that return DocumentTypeMethods in org.dom4j.tree with parameters of type DocumentTypeConstructors in org.dom4j.tree with parameters of type DocumentTypeModifierConstructorDescriptionDefaultDocument
(String name, Element rootElement, DocumentType docType) DefaultDocument
(DocumentType docType) DefaultDocument
(Element rootElement, DocumentType docType) -
Uses of DocumentType in org.dom4j.util
Methods in org.dom4j.util that return DocumentTypeModifier and TypeMethodDescriptionProxyDocumentFactory.createDocType
(String name, String publicId, String systemId) Methods in org.dom4j.util with parameters of type DocumentType