Uses of Class
org.zkoss.idom.impl.AbstractItem

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.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo