| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
Attribute.getDocument()
Gets the document that owns this attribute.
|
Document |
Item.getDocument()
Gets the document that owns this item.
|
| 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(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 |
DefaultIDOMFactory.newDocument(Element rootElement,
DocType docType) |
Document |
IDOMFactory.newDocument(Element rootElement,
DocType docType)
Creates a 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.
|
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.
|
| 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,
Result result)
Transforms from an iDOM document to a result.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
Document |
XMLResourcesLocator.Resource.document
The content of the resource.
|
| Constructor and Description |
|---|
Resource(URL url,
Document document) |
Copyright © 2018. All rights reserved.