Uses of Class
org.zkoss.idom.DocType

Packages that use DocType
org.zkoss.idom The iDOM representation of XML DOM tree. 
org.zkoss.idom.input SAX builder and factory for iDOM. 
 

Uses of DocType in org.zkoss.idom
 

Methods in org.zkoss.idom that return DocType
 DocType Document.getDocType()
          Gets the document type.
 

Methods in org.zkoss.idom with parameters of type DocType
 void Document.setDocType(DocType docType)
          Sets the document type.
 

Constructors in org.zkoss.idom with parameters of type DocType
Document(Element root, DocType dt)
          Constructor.
 

Uses of DocType in org.zkoss.idom.input
 

Methods in org.zkoss.idom.input that return DocType
 DocType IDOMFactory.newDocType(java.lang.String elementName, java.lang.String publicId, java.lang.String systemId)
          Creates a DocType.
 DocType DefaultIDOMFactory.newDocType(java.lang.String elementName, java.lang.String publicId, java.lang.String systemId)
           
 

Methods in org.zkoss.idom.input with parameters of type DocType
 Document IDOMFactory.newDocument(Element rootElement, DocType docType)
          Creates a Document.
 Document DefaultIDOMFactory.newDocument(Element rootElement, DocType docType)
           
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo