com.isenshi.util
クラス XMLStringBuffer
java.lang.Object
com.isenshi.util.XMLStringBuffer
- 直系の既知のサブクラス:
- DiconStringBuffer, HtmlBuffer
- public class XMLStringBuffer
- extends Object
- 作成者:
- nishioka
NEWLINE
public static final String NEWLINE
- 関連項目:
- 定数フィールド値
XMLStringBuffer
public XMLStringBuffer()
appendXMLDeclaration
public void appendXMLDeclaration(String encoding,
String standalone)
- 例外:
IllegalStateException
- if called not in inital time of document
IllegalArgumentException
- if called when standalone parameter is not "yes" or "no"
appendAttribute
public void appendAttribute(String name,
String value)
appendBody
public void appendBody(String body)
appendStartTag
public void appendStartTag(String tag)
endTag
public void endTag()
endAllTags
public void endAllTags()
closeTag
public void closeTag()
toString
public String toString()
setNewline
public void setNewline(boolean isNewline)
setTab
public void setTab(boolean isTab)
nextIndex
public int nextIndex()
cut
public String cut(int start,
int end)
isTagEmpty
public boolean isTagEmpty()
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.