Package | Description |
---|---|
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.
|
org.zkoss.zhtml.impl |
Classes used to implement ZHTML component set.
|
org.zkoss.zk.ui | |
org.zkoss.zk.ui.http |
HTTP relevant utilities and servlets for implementing
user interfaces (implementation only).
|
org.zkoss.zk.ui.impl |
Implementation of user interfaces and factories (implementation only).
|
org.zkoss.zk.ui.metainfo |
Metainfo representing pages and languages (implementation only).
|
org.zkoss.zk.ui.sys |
Internal interfaces of user interfaces and factories (behind the scene).
|
org.zkoss.zml |
The ZK XML Component Set.
|
Modifier and Type | Method and Description |
---|---|
Document |
Item.getDocument()
Gets the document that owns this item.
|
Document |
Attribute.getDocument()
Gets the document that owns this attribute.
|
Modifier and Type | Method and Description |
---|---|
Document |
AbstractItem.getDocument() |
Modifier and Type | Field and Description |
---|---|
protected Document |
SAXHandler._doc
The Document being created.
|
Modifier and Type | Method and Description |
---|---|
Document |
SAXBuilder.build(java.io.File src)
Build an iDOM tree from a file.
|
Document |
SAXBuilder.build(org.xml.sax.InputSource src)
Build an iDOM tree from a input source.
|
Document |
SAXBuilder.build(java.io.InputStream src)
Build an iDOM tree from a input stream.
|
Document |
SAXBuilder.build(java.io.Reader src)
Build an iDOM tree from a Reader.
|
Document |
SAXBuilder.build(java.lang.String uri)
Build an iDOM tree from a URI string.
|
Document |
SAXBuilder.build(java.net.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) |
Modifier and Type | Method and Description |
---|---|
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(javax.xml.transform.Source source)
Transforms a source and returns the transformed result as
an iDOM Document.
|
Modifier and Type | Method and Description |
---|---|
Document |
Transformer.transform(Document doc)
Transforms an iDOM document and returns the transformed result as
another iDOM Document.
|
void |
Transformer.transform(Document doc,
javax.xml.transform.Result result)
Transforms from an iDOM document to a result.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
IDOMs.checkVersion(Document doc,
java.net.URL url)
Returns whether the loaded document's version is correct.
|
static java.lang.String |
IDOMs.toString(Document doc)
Transforms a document to a string.
|
Modifier and Type | Field and Description |
---|---|
Document |
XMLResourcesLocator.Resource.document
The content of the resource.
|
Constructor and Description |
---|
Resource(java.net.URL url,
Document document) |
Modifier and Type | Method and Description |
---|---|
Document |
HtmlTreeBuilder.parse(java.io.File file) |
Document |
HtmlTreeBuilder.parse(java.io.Reader reader) |
Document |
HtmlTreeBuilder.parse(java.net.URL url) |
Modifier and Type | Method and Description |
---|---|
Component |
Execution.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 Component |
Executions.createComponentsDirectly(Document content,
java.lang.String extension,
Component parent,
java.util.Map<?,?> arg)
Creates components from the raw content specified by a DOM tree.
|
Component |
Execution.createComponentsDirectly(Document content,
java.lang.String extension,
Component parent,
java.util.Map<?,?> arg)
Creates components from the raw content specified by a DOM tree.
|
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.
|
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.
|
PageDefinition |
Execution.getPageDefinitionDirectly(Document content,
java.lang.String extension)
Converts the specified page content, in DOM, to a page definition.
|
PageDefinition |
Executions.getPageDefinitionDirectly(WebApp wapp,
Document content,
java.lang.String extension)
Converts the specified page content, in DOM, to a page definition.
|
Modifier and Type | Method and Description |
---|---|
PageDefinition |
ExecutionImpl.getPageDefinitionDirectly(Document content,
java.lang.String ext) |
Modifier and Type | Method and Description |
---|---|
Component |
AbstractExecution.createComponentsDirectly(Document content,
java.lang.String ext,
Component parent,
Component insertBefore,
VariableResolver resolver) |
Component |
AbstractExecution.createComponentsDirectly(Document content,
java.lang.String ext,
Component parent,
java.util.Map<?,?> arg) |
Component[] |
AbstractExecution.createComponentsDirectly(Document content,
java.lang.String ext,
java.util.Map<?,?> arg) |
PageDefinition |
AbstractUiFactory.getPageDefinitionDirectly(RequestInfo ri,
Document content,
java.lang.String extension) |
Modifier and Type | Method and Description |
---|---|
Document |
XmlTreeBuilder.parse(java.io.File file) |
Document |
TreeBuilder.parse(java.io.File file)
Parse the content of a file to a
Document |
Document |
XmlTreeBuilder.parse(java.io.Reader reader) |
Document |
TreeBuilder.parse(java.io.Reader reader)
Parse the content from a Reader to a
Document |
Document |
XmlTreeBuilder.parse(java.net.URL url) |
Document |
TreeBuilder.parse(java.net.URL url)
Parse the content from a URL to a
Document |
Modifier and Type | Method and Description |
---|---|
static PageDefinition |
PageDefinitions.getPageDefinitionDirectly(WebApp wapp,
Locator locator,
Document doc,
java.lang.String extension)
Returns the page definition of the specified raw content in DOM;
never null.
|
PageDefinition |
Parser.parse(Document doc,
java.lang.String extension)
Parse the raw content directly from a DOM tree.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ConfigParser.checkVersion(java.net.URL url,
Document doc)
Checks and returns whether the loaded document's version is correct.
|
static boolean |
ConfigParser.checkVersion(java.net.URL url,
Document doc,
boolean zk5required)
Checks and returns whether the loaded document's version is correct.
|
PageDefinition |
UiFactory.getPageDefinitionDirectly(RequestInfo ri,
Document content,
java.lang.String extension)
Returns the page definition of the specified content; never null.
|
Modifier and Type | Method and Description |
---|---|
void |
Transformer.setXsl(Document xsl)
Sets the XSL with a iDOM document.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.