Uses of Interface
org.dom4j.DocumentType
-
Packages that use DocumentType Package Description org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes.org.dom4j.dom An implementation of the dom4j API which also supports the W3C object model.org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.org.dom4j.tree 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.org.dom4j.util A collection of utility classes for the dom4j API. -
-
Uses of DocumentType in org.dom4j
Methods in org.dom4j that return DocumentType Modifier and Type Method Description DocumentTypeDocumentFactory. createDocType(String name, String publicId, String systemId)DocumentTypeDocument. getDocType()DOCUMENT ME!Methods in org.dom4j with parameters of type DocumentType Modifier and Type Method Description voidDocument. setDocType(DocumentType docType)Sets the DocumentType propertyvoidVisitor. visit(DocumentType documentType)Visits the givenDocumentTypevoidVisitorSupport. visit(DocumentType documentType) -
Uses of DocumentType in org.dom4j.dom
Classes in org.dom4j.dom that implement DocumentType Modifier and Type Class Description classDOMDocumentTypeDOMDocumentTypeimplements a DocumentType node which supports the W3C DOM API.Methods in org.dom4j.dom that return DocumentType Modifier and Type Method Description DocumentTypeDOMDocumentFactory. createDocType(String name, String publicId, String systemId)Methods in org.dom4j.dom with parameters of type DocumentType Modifier and Type Method Description static DocumentTypeDOMNodeHelper. asDOMDocumentType(DocumentType dt) -
Uses of DocumentType in org.dom4j.io
Methods in org.dom4j.io with parameters of type DocumentType Modifier and Type Method Description DTDSTAXEventWriter. createDTD(DocumentType docType)Constructs a STAXDTDevent from a DOM4JDocumentType.voidXMLWriter. write(DocumentType docType)Writes the givenDocumentType.protected voidXMLWriter. writeDocType(DocumentType docType)voidSTAXEventWriter. writeDocumentType(DocumentType docType)Writes a DOM4JDocumentTypeto the stream. -
Uses of DocumentType in org.dom4j.tree
Classes in org.dom4j.tree that implement DocumentType Modifier and Type Class Description classAbstractDocumentTypeAbstractDocumentTypeis an abstract base class for tree implementors to use for implementation inheritence.classDefaultDocumentTypeDefaultDocumentTypeis the DOM4J default implementation of an XML document type.Methods in org.dom4j.tree that return DocumentType Modifier and Type Method Description DocumentTypeDefaultDocument. getDocType()Methods in org.dom4j.tree with parameters of type DocumentType Modifier and Type Method Description voidDefaultDocument. setDocType(DocumentType docType)Constructors in org.dom4j.tree with parameters of type DocumentType Constructor Description DefaultDocument(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 DocumentType Modifier and Type Method Description DocumentTypeProxyDocumentFactory. createDocType(String name, String publicId, String systemId)Methods in org.dom4j.util with parameters of type DocumentType Modifier and Type Method Description intNodeComparator. compare(DocumentType o1, DocumentType o2)
-