Uses of Interface
org.w3c.dom.DocumentType

Packages that use DocumentType
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.svg   
org.w3c.dom   
 

Uses of DocumentType in org.apache.batik.dom
 

Methods in org.apache.batik.dom that return DocumentType
 DocumentType GenericDOMImplementation.createDocumentType(java.lang.String qualifiedName, java.lang.String publicId, java.lang.String systemId)
          DOM: Implements DOMImplementation.createDocumentType(String,String,String).
 DocumentType AbstractDocument.getDoctype()
          DOM: Implements Document.getDoctype().
 

Methods in org.apache.batik.dom with parameters of type DocumentType
 Document GenericDOMImplementation.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          DOM: Implements DOMImplementation.createDocument(String,String,DocumentType) .
 void AbstractDocument.setDoctype(DocumentType dt)
          Sets the document type node.
 

Constructors in org.apache.batik.dom with parameters of type DocumentType
GenericDocument(DocumentType dt, DOMImplementation impl)
          Creates a new uninitialized document.
 

Uses of DocumentType in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg that return DocumentType
 DocumentType SVGDOMImplementation.createDocumentType(java.lang.String qualifiedName, java.lang.String publicId, java.lang.String systemId)
          DOM: Implements DOMImplementation.createDocumentType(String,String,String).
 

Methods in org.apache.batik.dom.svg with parameters of type DocumentType
 Document SVGDOMImplementation.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          DOM: Implements DOMImplementation.createDocument(String,String,DocumentType).
 

Constructors in org.apache.batik.dom.svg with parameters of type DocumentType
SVGOMDocument(DocumentType dt, DOMImplementation impl)
          Creates a new document.
 

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 © 2000 Apache Software Foundation. All Rights Reserved.