Uses of Interface
org.zkoss.idom.Item

Packages that use Item
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. 
 

Uses of Item in org.zkoss.idom
 

Subinterfaces of Item in org.zkoss.idom
 interface Group
          Represents an item might have children.
 

Classes in org.zkoss.idom that implement Item
 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, ie, 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.
 

Fields in org.zkoss.idom declared as Item
protected  Item Attribute._owner
          The owner item.
 

Methods in org.zkoss.idom that return Item
 Item Item.clone(boolean preserveModified)
          Clones this item.
 Item Element.clone(boolean preserveModified)
           
 Item Attribute.clone(boolean preserveModified)
           
 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.
 

Methods in org.zkoss.idom with parameters of type Item
 void Attribute.setOwner(Item owner)
          Sets the item that owns this attribute.
 void Attribute.setParent(Item parent)
           
 

Uses of Item in org.zkoss.idom.impl
 

Classes in org.zkoss.idom.impl that implement Item
 class AbstractGroup
          A semi-implemented item for group.
 class AbstractItem
          A semi-implemented item for leaf vertices.
 class AbstractTextual
          Represents a textual item.
 

Methods in org.zkoss.idom.impl that return Item
 Item AbstractItem.clone(boolean preserveModified)
           
 Item AbstractGroup.clone(boolean preserveModified)
           
 Item AbstractItem.detach()
           
 

Uses of Item in org.zkoss.idom.input
 

Methods in org.zkoss.idom.input with parameters of type Item
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-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo