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.util |
Utilities that simplifies the use of iDOM.
|
Modifier and Type | Class and Description |
---|---|
class |
Document
Represents Document which is also W3C/DOM's document,
i.e., org.w3c.dom.Document.
|
class |
Element
The iDOM element.
|
class |
EntityReference
The iDOM entity reference.
|
Modifier and Type | Method and Description |
---|---|
Group |
Item.getParent()
Gets the parent item.
|
Modifier and Type | Method and Description |
---|---|
void |
Item.setParent(Group parent)
Sets the parent item.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGroup
A semi-implemented item for group.
|
Modifier and Type | Method and Description |
---|---|
Group |
AbstractItem.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractItem.setParent(Group parent) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Stack<Group> |
SAXHandler._stack
The Group stack.
|
Modifier and Type | Method and Description |
---|---|
protected Group |
SAXHandler.getTopGroup()
Returns the top group, or null if not available.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SAXHandler.pushGroup(Group group)
Adds a new group to the current group as a child,
and pushes the new group to be the new current group.
|
Modifier and Type | Method and Description |
---|---|
static void |
IDOMs.dumpTree(Group group)
Print a readable tree of the specified group to System.out.
|
static void |
IDOMs.dumpTree(java.io.PrintStream s,
Group group)
Print a readable tree of the specified group to the specified stream.
|
static void |
IDOMs.dumpTree(java.io.PrintWriter s,
Group group)
Print a readable tree of the specified group to the specified writer.
|
static Element |
IDOMs.getFirstElement(Group group)
Returns the first child element, or null if no child element at all.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.