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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Group
Represents an item might have children.
|
Modifier and Type | Class and Description |
---|---|
class |
Attribute
The iDOM attribute.
|
class |
Binary
The binary item.
|
class |
CData
The iDOM CDATA.
|
class |
Comment
The iDOM Comment.
|
class |
DocType
The iDOM DocType.
|
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.
|
class |
ProcessingInstruction
The iDOM processing instruction.
|
class |
Text
The iDOM Text.
|
Modifier and Type | Field and Description |
---|---|
protected Item |
Attribute._owner
The owner item.
|
Modifier and Type | Method and Description |
---|---|
Item |
Item.detach()
Detach this item from its parent.
|
Item |
Attribute.detach()
Detach the attribute from its owner, if any.
|
Item |
Attribute.getOwner()
Gets the item that owns this attribute.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Item> |
Group.detachChildren()
Detaches all children and returns them in a list.
|
java.util.List<Item> |
Group.getChildren()
Gets all children.
|
protected java.util.List<Item> |
Document.newChildren() |
Modifier and Type | Method and Description |
---|---|
protected void |
Document.ChildArray.onAdd(Item newElement,
Item followingElement) |
protected void |
Document.ChildArray.onRemove(Item item) |
protected void |
Document.ChildArray.onSet(Item newElement,
Item replaced) |
void |
Attribute.setOwner(Item owner)
Sets the item that owns this attribute.
|
void |
Attribute.setParent(Item parent) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGroup
A semi-implemented item for group.
|
class |
AbstractItem
A semi-implemented item for leaf vertices.
|
class |
AbstractTextual
Represents a textual item.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Item> |
AbstractGroup._children
The list of the children.
|
Modifier and Type | Method and Description |
---|---|
Item |
AbstractItem.detach() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Item> |
AbstractGroup.detachChildren() |
java.util.List<Item> |
AbstractGroup.getChildren() |
protected java.util.List<Item> |
AbstractGroup.newChildren()
Creates a list to hold child vertices.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGroup.ChildArray.onAdd(Item newElement,
Item followingElement) |
protected void |
AbstractGroup.ChildArray.onRemove(Item item) |
protected void |
AbstractGroup.ChildArray.onSet(Item newElement,
Item replaced) |
Modifier and Type | Method and Description |
---|---|
protected void |
SAXHandler.addToCurrentGroup(Item vtx)
Adds the item to the current group; also attach the locator.
|
protected void |
SAXHandler.attachLocator(Item vtx)
Attaches the locator to the item.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.