Uses of Interface
org.zkoss.idom.Textual

Packages that use Textual
org.zkoss.idom The iDOM representation of XML DOM tree. 
org.zkoss.idom.impl Implementation of iDOM. 
 

Uses of Textual in org.zkoss.idom
 

Classes in org.zkoss.idom that implement Textual
 class Binary
          The binary item.
 class CData
          The iDOM CDATA.
 class Comment
          The iDOM Comment.
 class Text
          The iDOM Text.
 

Methods in org.zkoss.idom that return Textual
 Textual Textual.split(int offset)
          Splits at the specified offset into two Textual objects.
 

Uses of Textual in org.zkoss.idom.impl
 

Classes in org.zkoss.idom.impl that implement Textual
 class AbstractTextual
          Represents a textual item.
 

Methods in org.zkoss.idom.impl that return Textual
 Textual AbstractTextual.split(int offset)
           
 



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