Uses of Interface
org.dom4j.DocumentType

Packages that use DocumentType
org.dom4j   
org.dom4j.dom   
org.dom4j.io   
org.dom4j.tree   
org.dom4j.util   
 

Uses of DocumentType in org.dom4j
 

Methods in org.dom4j that return DocumentType
 DocumentType DocumentFactory.createDocType(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
           
 DocumentType Document.getDocType()
           
 

Methods in org.dom4j with parameters of type DocumentType
 void Visitor.visit(DocumentType documentType)
          Visits the given DocumentType
 void Document.setDocType(DocumentType docType)
          Sets the DocumentType property
 void VisitorSupport.visit(DocumentType documentType)
           
 

Uses of DocumentType in org.dom4j.dom
 

Classes in org.dom4j.dom that implement DocumentType
 class DOMDocumentType
          DOMDocumentType implements a DocumentType node which supports the W3C DOM API.
 

Methods in org.dom4j.dom that return DocumentType
 DocumentType DOMDocumentFactory.createDocType(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
           
 

Methods in org.dom4j.dom with parameters of type DocumentType
static org.w3c.dom.DocumentType DOMNodeHelper.asDOMDocumentType(DocumentType documentType)
           
 

Uses of DocumentType in org.dom4j.io
 

Methods in org.dom4j.io with parameters of type DocumentType
 void XMLWriter.write(DocumentType docType)
          Writes the given DocumentType.
protected  void XMLWriter.writeDocType(DocumentType docType)
           
 

Uses of DocumentType in org.dom4j.tree
 

Classes in org.dom4j.tree that implement DocumentType
 class AbstractDocumentType
          AbstractDocumentType is an abstract base class for tree implementors to use for implementation inheritence.
 class DefaultDocumentType
          DefaultDocumentType is the DOM4J default implementation of an XML document type.
 

Methods in org.dom4j.tree that return DocumentType
 DocumentType DefaultDocument.getDocType()
           
 

Methods in org.dom4j.tree with parameters of type DocumentType
 void DefaultDocument.setDocType(DocumentType docType)
           
 

Constructors in org.dom4j.tree with parameters of type DocumentType
DefaultDocument(DocumentType docType)
           
DefaultDocument(Element rootElement, DocumentType docType)
           
DefaultDocument(java.lang.String name, Element rootElement, DocumentType docType)
           
 

Uses of DocumentType in org.dom4j.util
 

Methods in org.dom4j.util that return DocumentType
 DocumentType ProxyDocumentFactory.createDocType(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
           
 

Methods in org.dom4j.util with parameters of type DocumentType
 int NodeComparator.compare(DocumentType o1, DocumentType o2)
           
 



Copyright © 2001 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo