Uses of Interface
org.w3c.dom.DocumentType

Packages that use DocumentType
org.apache.wml.dom   
org.apache.xerces.dom   
org.apache.xerces.domx   
org.apache.xerces.parsers   
org.w3c.dom   
 

Uses of DocumentType in org.apache.wml.dom
 

Methods in org.apache.wml.dom with parameters of type DocumentType
 Document WMLDOMImplementationImpl.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
           
 

Constructors in org.apache.wml.dom with parameters of type DocumentType
WMLDocumentImpl(DocumentType doctype)
           
 

Uses of DocumentType in org.apache.xerces.dom
 

Classes in org.apache.xerces.dom that implement DocumentType
 class DeferredDocumentTypeImpl
          This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).
 class DocumentTypeImpl
          This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).
 

Methods in org.apache.xerces.dom that return DocumentType
 DocumentType CoreDocumentImpl.getDoctype()
          For XML, this provides access to the Document Type Definition.
 DocumentType CoreDocumentImpl.createDocumentType(java.lang.String qualifiedName, java.lang.String publicID, java.lang.String systemID)
          NON-DOM Factory method; creates a DocumentType having this Document as its OwnerDoc.
 DocumentType DOMImplementationImpl.createDocumentType(java.lang.String qualifiedName, java.lang.String publicID, java.lang.String systemID)
          Introduced in DOM Level 2.
 DocumentType CoreDOMImplementationImpl.createDocumentType(java.lang.String qualifiedName, java.lang.String publicID, java.lang.String systemID)
          Introduced in DOM Level 2.
 

Methods in org.apache.xerces.dom with parameters of type DocumentType
 Document DOMImplementationImpl.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          Introduced in DOM Level 2.
 Document CoreDOMImplementationImpl.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          Introduced in DOM Level 2.
 

Constructors in org.apache.xerces.dom with parameters of type DocumentType
CoreDocumentImpl(DocumentType doctype)
          For DOM2 support.
CoreDocumentImpl(DocumentType doctype, boolean grammarAccess)
          For DOM2 support.
DocumentImpl(DocumentType doctype)
          For DOM2 support.
DocumentImpl(DocumentType doctype, boolean grammarAccess)
          For DOM2 support.
 

Uses of DocumentType in org.apache.xerces.domx
 

Methods in org.apache.xerces.domx with parameters of type DocumentType
 void XGrammarWriter.printGrammar(java.lang.String systemId, DocumentType doctype)
          Prints the given grammar with the specified output format.
 

Uses of DocumentType in org.apache.xerces.parsers
 

Fields in org.apache.xerces.parsers declared as DocumentType
protected  DocumentType DOMParser.fDocumentType
           
 

Uses of DocumentType in org.w3c.dom
 

Methods in org.w3c.dom that return DocumentType
 DocumentType DOMImplementation.createDocumentType(java.lang.String qualifiedName, java.lang.String publicId, java.lang.String systemId)
          Creates an empty DocumentType node.
 DocumentType Document.getDoctype()
          The Document Type Declaration (see DocumentType) associated with this document.
 

Methods in org.w3c.dom with parameters of type DocumentType
 Document DOMImplementation.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          Creates an XML Document object of the specified type with its document element.
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.