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.apache.batik.script Provides an API for interpreting scripting language found in SVG files. 
org.w3c.dom   
 

Uses of DocumentType in org.apache.batik.dom
 

Methods in org.apache.batik.dom that return DocumentType
 DocumentType DOMImplementationWrapper.createDocumentType(java.lang.String qualifiedName, java.lang.String publicId, java.lang.String systemId)
          DOM: Implements DOMImplementation.createDocumentType(String,String,String).
 DocumentType DocumentWrapper.getDoctype()
          DOM: Implements Document.getDoctype().
 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 DOMImplementationWrapper.createDocument(java.lang.String nsURI, java.lang.String qName, DocumentType doctype)
          DOM: Implements DOMImplementation.createDocument(String,String,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.apache.batik.script
 

Methods in org.apache.batik.script that return DocumentType
 DocumentType DocumentProxy.getDoctype()
          The Document Type Declaration (see DocumentType) associated with this 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 © 2001 Apache Software Foundation. All Rights Reserved.