| Package | Description |
|---|---|
| org.zkoss.idom |
The iDOM representation of XML DOM tree.
|
| org.zkoss.idom.input |
SAX builder and factory for iDOM.
|
| Modifier and Type | Method and Description |
|---|---|
DocType |
Document.getDocType()
Gets the document type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setDocType(DocType docType)
Sets the document type.
|
| Constructor and Description |
|---|
Document(Element root,
DocType dt)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DocType |
DefaultIDOMFactory.newDocType(String elementName,
String publicId,
String systemId) |
DocType |
IDOMFactory.newDocType(String elementName,
String publicId,
String systemId)
Creates a DocType.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
DefaultIDOMFactory.newDocument(Element rootElement,
DocType docType) |
Document |
IDOMFactory.newDocument(Element rootElement,
DocType docType)
Creates a Document.
|
Copyright © 2018. All rights reserved.