Uses of Class
org.zkoss.idom.Document
-
Packages that use Document Package Description org.zkoss.idom org.zkoss.idom.impl org.zkoss.idom.input org.zkoss.idom.transform org.zkoss.idom.util org.zkoss.util.resource -
-
Uses of Document in org.zkoss.idom
Methods in org.zkoss.idom that return Document Modifier and Type Method Description DocumentAttribute. getDocument()Gets the document that owns this attribute.DocumentItem. getDocument()Gets the document that owns this item. -
Uses of Document in org.zkoss.idom.impl
Methods in org.zkoss.idom.impl that return Document Modifier and Type Method Description DocumentAbstractItem. getDocument() -
Uses of Document in org.zkoss.idom.input
Fields in org.zkoss.idom.input declared as Document Modifier and Type Field Description protected DocumentSAXHandler. _docThe Document being created.Methods in org.zkoss.idom.input that return Document Modifier and Type Method Description DocumentSAXBuilder. build(java.io.File src)Build an iDOM tree from a file.DocumentSAXBuilder. build(java.io.InputStream src)Build an iDOM tree from a input stream.DocumentSAXBuilder. build(java.io.Reader src)Build an iDOM tree from a Reader.DocumentSAXBuilder. build(java.lang.String uri)Build an iDOM tree from a URI string.DocumentSAXBuilder. build(java.net.URL url)Build an iDOM tree from a URL.DocumentSAXBuilder. build(org.xml.sax.InputSource src)Build an iDOM tree from a input source.DocumentSAXHandler. getDocument()Gets the document being created.DocumentDefaultIDOMFactory. newDocument(Element rootElement, DocType docType)DocumentIDOMFactory. newDocument(Element rootElement, DocType docType)Creates a Document. -
Uses of Document in org.zkoss.idom.transform
Methods in org.zkoss.idom.transform that return Document Modifier and Type Method Description DocumentTransformer. transform(javax.xml.transform.Source source)Transforms a source and returns the transformed result as an iDOM Document.DocumentTransformer. transform(Document doc)Transforms an iDOM document and returns the transformed result as another iDOM Document.DocumentTransformer. transform(Element elm)Transforms an iDOM element and returns the transformed result as another iDOM Document.Methods in org.zkoss.idom.transform with parameters of type Document Modifier and Type Method Description DocumentTransformer. transform(Document doc)Transforms an iDOM document and returns the transformed result as another iDOM Document.voidTransformer. transform(Document doc, javax.xml.transform.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 Modifier and Type Method Description static booleanIDOMs. checkVersion(Document doc, java.net.URL url)Returns whether the loaded document's version is correct.static java.lang.StringIDOMs. 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 Modifier and Type Field Description DocumentXMLResourcesLocator.Resource. documentThe content of the resource.Constructors in org.zkoss.util.resource with parameters of type Document Constructor Description Resource(java.net.URL url, Document document)
-