|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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 |
DefaultIDOMFactory.newDocument(Element rootElement,
DocType docType)
|
Document |
IDOMFactory.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 | |
|---|---|
Document |
Transformer.transform(Document doc)
Trasforms an iDOM document and returns the transformed result as another iDOM Document. |
Document |
Transformer.transform(Element elm)
Trasforms an iDOM element and returns the transformed result as another iDOM Document. |
Document |
Transformer.transform(javax.xml.transform.Source source)
Trasforms 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)
Trasforms 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. |
| 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,
java.net.URL url)
Returnss whether the loaded document's version is correct. |
static java.lang.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(java.net.URL url,
Document document)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||