Uses of Class
org.zkoss.idom.Document

Packages that use Document
org.zkoss.idom The iDOM representation of XML DOM tree. 
org.zkoss.idom.impl Implementation of iDOM. 
org.zkoss.idom.input SAX builder and factory for iDOM. 
org.zkoss.idom.transform XSL Transformer for iDOM. 
org.zkoss.idom.util Utilities that simplifies the use of iDOM. 
org.zkoss.util.resource Resources and their locators and loaders. 
 

Uses of Document in org.zkoss.idom
 

Methods in org.zkoss.idom that return Document
 Document Item.getDocument()
          Gets the document that owns this item.
 Document Attribute.getDocument()
          Gets the document that owns this attribute.
 

Uses of Document in org.zkoss.idom.impl
 

Methods in org.zkoss.idom.impl that return Document
 Document AbstractItem.getDocument()
           
 

Uses of Document in org.zkoss.idom.input
 

Fields in org.zkoss.idom.input declared as Document
protected  Document SAXHandler._doc
          The Document being created.
 

Methods in org.zkoss.idom.input that return Document
 Document SAXBuilder.build(File src)
          Build an iDOM tree from a file.
 Document SAXBuilder.build(InputSource src)
          Build an iDOM tree from a input source.
 Document SAXBuilder.build(InputStream src)
          Build an iDOM tree from a input stream.
 Document SAXBuilder.build(Reader src)
          Build an iDOM tree from a Reader.
 Document SAXBuilder.build(String uri)
          Build an iDOM tree from a URI string.
 Document SAXBuilder.build(URL url)
          Build an iDOM tree from a URL.
 Document SAXHandler.getDocument()
          Gets the document being created.
 Document IDOMFactory.newDocument(Element rootElement, DocType docType)
          Creates a Document.
 Document DefaultIDOMFactory.newDocument(Element rootElement, DocType docType)
           
 

Uses of Document in org.zkoss.idom.transform
 

Methods in org.zkoss.idom.transform that return Document
 Document Transformer.transform(Document doc)
          Transforms an iDOM document and returns the transformed result as another iDOM Document.
 Document Transformer.transform(Element elm)
          Transforms an iDOM element and returns the transformed result as another iDOM Document.
 Document Transformer.transform(Source source)
          Transforms a source and returns the transformed result as an iDOM Document.
 

Methods in org.zkoss.idom.transform with parameters of type Document
 Document Transformer.transform(Document doc)
          Transforms an iDOM document and returns the transformed result as another iDOM Document.
 void Transformer.transform(Document doc, Result result)
          Transforms from an iDOM document to a result.
 

Uses of Document in org.zkoss.idom.util
 

Methods in org.zkoss.idom.util with parameters of type Document
static boolean IDOMs.checkVersion(Document doc, URL url)
          Returns whether the loaded document's version is correct.
static String IDOMs.toString(Document doc)
          Transforms a document to a string.
 

Uses of Document in org.zkoss.util.resource
 

Fields in org.zkoss.util.resource declared as Document
 Document XMLResourcesLocator.Resource.document
          The content of the resource.
 

Constructors in org.zkoss.util.resource with parameters of type Document
XMLResourcesLocator.Resource(URL url, Document document)
           
 



Copyright © 2013. All Rights Reserved.