Package org.zkoss.idom
-
Interface Summary Interface Description Attributable Represents a class that has attributes.Binable Represent a class that allows any type of objects, not just String.Group Represents an item might have children.Item Represents an item (a.k.a., node) of a iDOM tree.Namespaceable Represents a class that supports namespace.Textual Represents an object that is mainly for storing "text". -
Class Summary Class Description Attribute The iDOM attribute.Binary The binary item.CData The iDOM CDATA.Comment The iDOM Comment.DocType The iDOM DocType.Document Represents Document which is also W3C/DOM's document, i.e., org.w3c.dom.Document.Element The iDOM element.EntityReference The iDOM entity reference.Namespace Represents the namespace.ProcessingInstruction The iDOM processing instruction.Text The iDOM Text.Verifier The verifier to verify W3C/DOM related constraints. -
Exception Summary Exception Description DOMException Denotes an operation is not supported.