Uses of Class
org.enhydra.xml.Indent

Packages that use Indent
org.enhydra.xml   
 

Uses of Indent in org.enhydra.xml
 

Methods in org.enhydra.xml with parameters of type Indent
protected  void TextImpl.beginToString(java.lang.StringBuffer sb, Indent indent)
          Method beginToString for this class writes the value of this node (text).It should replace all special characters with their escape entitys.
protected  void NodeImpl.beginToString(java.lang.StringBuffer sb, Indent indent)
          Method beginToString should be redefined in extended classes.
protected  void ElementImpl.beginToString(java.lang.StringBuffer sb, Indent indent)
          Method beginToString for this class writes the xml begining tag string and all attributes.
protected  void CommentImpl.beginToString(java.lang.StringBuffer sb, Indent indent)
          Method beginToString for this class writes the xml comment prefix string and the comment string.
protected  void AttrImpl.beginToString(java.lang.StringBuffer sb, Indent indent)
           
protected  void TextImpl.endToString(java.lang.StringBuffer sb, Indent indent)
          Method endToString does nothing.
protected  void NodeImpl.endToString(java.lang.StringBuffer sb, Indent indent)
          Method endToString should be redefined in extended classes.
protected  void ElementImpl.endToString(java.lang.StringBuffer sb, Indent indent)
          Method endToString for this class writes the xml ending tag string.
protected  void CommentImpl.endToString(java.lang.StringBuffer sb, Indent indent)
          Method endToString writes the xml comment postfix string.
protected  void AttrImpl.endToString(java.lang.StringBuffer sb, Indent indent)
           
 



Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.