Uses of Package
org.zkoss.idom

Packages that use org.zkoss.idom
org.zkoss.el EL utilities enabling the use of EL expressions anywhere, not just in JSP pages 
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.transform XSL Transformer for iDOM. 
org.zkoss.idom.util Utilities that simplifies the use of iDOM. 
org.zkoss.util.resource Resources and their locators and loaders. 
 

Classes in org.zkoss.idom used by org.zkoss.el
Element
          The iDOM element.
 

Classes in org.zkoss.idom used by org.zkoss.idom
Attributable
          Represents a class that has attributes.
Attribute
          The iDOM attribute.
Binable
          Represent a class that allows any type of objects, not just String.
DocType
          The iDOM DocType.
Document
          Represents Document which is also W3C/DOM's document, ie, org.w3c.dom.Document.
DOMException
          Denotes an operation is not supported.
Element
          The iDOM element.
Group
          Represents an item might have children.
Item
          Represents an item (aka., node) of a iDOM tree.
Namespace
          Represents the namespace.
Namespaceable
          Represents a class that supports namespace.
Textual
          Represents an object that is mainly for storing "text".
 

Classes in org.zkoss.idom used by org.zkoss.idom.impl
Document
          Represents Document which is also W3C/DOM's document, ie, org.w3c.dom.Document.
DOMException
          Denotes an operation is not supported.
Element
          The iDOM element.
Group
          Represents an item might have children.
Item
          Represents an item (aka., node) of a iDOM tree.
Namespaceable
          Represents a class that supports namespace.
Textual
          Represents an object that is mainly for storing "text".
 

Classes in org.zkoss.idom used by org.zkoss.idom.input
Attribute
          The iDOM attribute.
CData
          The iDOM CDATA.
Comment
          The iDOM Comment.
DocType
          The iDOM DocType.
Document
          Represents Document which is also W3C/DOM's document, ie, org.w3c.dom.Document.
Element
          The iDOM element.
EntityReference
          The iDOM entity reference.
Group
          Represents an item might have children.
Item
          Represents an item (aka., node) of a iDOM tree.
Namespace
          Represents the namespace.
ProcessingInstruction
          The iDOM processing instruction.
Text
          The iDOM Text.
 

Classes in org.zkoss.idom used by org.zkoss.idom.transform
Document
          Represents Document which is also W3C/DOM's document, ie, org.w3c.dom.Document.
Element
          The iDOM element.
 

Classes in org.zkoss.idom used by org.zkoss.idom.util
Document
          Represents Document which is also W3C/DOM's document, ie, org.w3c.dom.Document.
Element
          The iDOM element.
Group
          Represents an item might have children.
 

Classes in org.zkoss.idom used by org.zkoss.util.resource
Document
          Represents Document which is also W3C/DOM's document, ie, org.w3c.dom.Document.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.