|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AttrImpl.beginToString(java.lang.StringBuffer sb,
Indent indent)
|
protected void |
AttrImpl.endToString(java.lang.StringBuffer sb,
Indent 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 |
TextImpl.endToString(java.lang.StringBuffer sb,
Indent indent)
Method endToString does nothing. |
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 |
CommentImpl.endToString(java.lang.StringBuffer sb,
Indent indent)
Method endToString writes the xml comment postfix string. |
protected void |
NodeImpl.beginToString(java.lang.StringBuffer sb,
Indent indent)
Method beginToString should be redefined in extended classes. |
protected void |
NodeImpl.endToString(java.lang.StringBuffer sb,
Indent indent)
Method endToString 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 |
ElementImpl.endToString(java.lang.StringBuffer sb,
Indent indent)
Method endToString for this class writes the xml ending tag string. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |