|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractItem | |
---|---|
org.zkoss.idom | The iDOM representation of XML DOM tree. |
org.zkoss.idom.impl | Implementation of iDOM. |
Uses of AbstractItem in org.zkoss.idom |
---|
Subclasses of AbstractItem in org.zkoss.idom | |
---|---|
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. |
Uses of AbstractItem in org.zkoss.idom.impl |
---|
Subclasses of AbstractItem in org.zkoss.idom.impl | |
---|---|
class |
AbstractGroup
A semi-implemented item for group. |
class |
AbstractTextual
Represents a textual item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |