Uses of Class
org.zkoss.idom.Document
-
-
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) -
Uses of Document in org.zkoss.zhtml.impl
Methods in org.zkoss.zhtml.impl that return Document Modifier and Type Method Description DocumentHtmlTreeBuilder. parse(java.io.File file)DocumentHtmlTreeBuilder. parse(java.io.Reader reader)DocumentHtmlTreeBuilder. parse(java.net.URL url) -
Uses of Document in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui with parameters of type Document Modifier and Type Method Description Component[]Execution. createComponentsDirectly(Document content, java.lang.String extension, java.util.Map<?,?> arg)Creates components that don't belong to any page from the raw content specified by a DOM tree.ComponentExecution. createComponentsDirectly(Document content, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content specified by a DOM tree.ComponentExecution. createComponentsDirectly(Document content, java.lang.String extension, Component parent, Component insertBefore, VariableResolver resolver)Creates components from the raw content specified by a DOM tree with a custom variable resolver and inserts before a particular component.static ComponentExecutions. createComponentsDirectly(Document content, java.lang.String extension, Component parent, java.util.Map<?,?> arg)Creates components from the raw content specified by a DOM tree.static Component[]Executions. createComponentsDirectly(WebApp wapp, Document content, java.lang.String extension, java.util.Map<?,?> arg)Creates components that don't belong to any page from the raw content specified by a DOM tree.PageDefinitionExecution. getPageDefinitionDirectly(Document content, java.lang.String extension)Converts the specified page content, in DOM, to a page definition.PageDefinitionExecutions. getPageDefinitionDirectly(WebApp wapp, Document content, java.lang.String extension)Converts the specified page content, in DOM, to a page definition. -
Uses of Document in org.zkoss.zk.ui.http
Methods in org.zkoss.zk.ui.http with parameters of type Document Modifier and Type Method Description PageDefinitionExecutionImpl. getPageDefinitionDirectly(Document content, java.lang.String ext) -
Uses of Document in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl with parameters of type Document Modifier and Type Method Description Component[]AbstractExecution. createComponentsDirectly(Document content, java.lang.String ext, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponentsDirectly(Document content, java.lang.String ext, Component parent, java.util.Map<?,?> arg)ComponentAbstractExecution. createComponentsDirectly(Document content, java.lang.String ext, Component parent, Component insertBefore, VariableResolver resolver)PageDefinitionAbstractUiFactory. getPageDefinitionDirectly(RequestInfo ri, Document content, java.lang.String extension) -
Uses of Document in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo that return Document Modifier and Type Method Description DocumentTreeBuilder. parse(java.io.File file)Parse the content of a file to aDocumentDocumentTreeBuilder. parse(java.io.Reader reader)Parse the content from a Reader to aDocumentDocumentTreeBuilder. parse(java.net.URL url)Parse the content from a URL to aDocumentDocumentXmlTreeBuilder. parse(java.io.File file)DocumentXmlTreeBuilder. parse(java.io.Reader reader)DocumentXmlTreeBuilder. parse(java.net.URL url)Methods in org.zkoss.zk.ui.metainfo with parameters of type Document Modifier and Type Method Description static PageDefinitionPageDefinitions. getPageDefinitionDirectly(WebApp wapp, Locator locator, Document doc, java.lang.String extension)Returns the page definition of the specified raw content in DOM; never null.PageDefinitionParser. parse(Document doc, java.lang.String extension)Parse the raw content directly from a DOM tree. -
Uses of Document in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys with parameters of type Document Modifier and Type Method Description static booleanConfigParser. checkVersion(java.net.URL url, Document doc)Checks and returns whether the loaded document's version is correct.static booleanConfigParser. checkVersion(java.net.URL url, Document doc, boolean zk5required)Checks and returns whether the loaded document's version is correct.PageDefinitionUiFactory. getPageDefinitionDirectly(RequestInfo ri, Document content, java.lang.String extension)Returns the page definition of the specified content; never null. -
Uses of Document in org.zkoss.zml
Methods in org.zkoss.zml with parameters of type Document Modifier and Type Method Description voidTransformer. setXsl(Document xsl)Sets the XSL with a iDOM document.
-