com.isenshi.util
クラス XMLStringBuffer

java.lang.Object
  拡張com.isenshi.util.XMLStringBuffer
直系の既知のサブクラス:
DiconStringBuffer, HtmlBuffer

public class XMLStringBuffer
extends Object

作成者:
nishioka

フィールドの概要
static String NEWLINE
           
 
コンストラクタの概要
XMLStringBuffer()
           
 
メソッドの概要
 void appendAttribute(String name, String value)
           
 void appendBody(String body)
           
 void appendStartTag(String tag)
           
 void appendXMLDeclaration(String encoding, String standalone)
           
 void closeTag()
           
 String cut(int start, int end)
           
 void endAllTags()
           
 void endTag()
           
 boolean isTagEmpty()
           
 int nextIndex()
           
 void setNewline(boolean isNewline)
           
 void setTab(boolean isTab)
           
 String toString()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

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.