|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamFactory
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamFactoryText
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamFactoryXML
XMLのストリームファクトリ。
StreamFactory#getTypeがStreamType.XMLを返す場合このクラスにキャストできます。
| メソッドの概要 | |
StreamDataObject |
create()
空のストリームを作成します。 |
StreamDataObject |
create(byte[] b)
|
StreamDataObject |
create(byte[] b,
String enc)
|
StreamDataXML |
create(Document doc)
Documentからストリームを作成します。 |
StreamDataObject |
create(String str)
|
StreamDataObject |
createEmptyStream()
要素名が"root"という名前の、root要素のみが存在するXMLを作成して返します。 |
String |
getDoctypeSystemId()
SystemIdプロパティの値を取得します。 |
int |
getOutputForm()
OutputFormプロパティの値を返します。 |
boolean |
isNormalize()
Normalizeプロパティの値を取得します。 |
boolean |
isValidating()
Validateプロパティの値を取得します。 |
| クラス com.infoteria.asteria.flowlibrary2.stream.StreamFactoryText から継承したメソッド |
getEncoding, getLineFeed |
| クラス com.infoteria.asteria.flowlibrary2.stream.StreamFactory から継承したメソッド |
create, create, getFieldDefinition, getType, setProperties |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
public StreamDataObject create(byte[] b)
throws StreamException
StreamFactory の記述: StreamFactoryText 内の create
public StreamDataObject create(byte[] b,
String enc)
throws StreamException
StreamFactoryText の記述: StreamFactoryText 内の create
public StreamDataObject create()
throws StreamException
StreamFactoryText 内の create
public StreamDataObject create(String str)
throws StreamException
StreamFactoryText の記述: StreamFactoryText 内の create
public StreamDataXML create(Document doc)
throws StreamException
public boolean isNormalize()
public boolean isValidating()
public String getDoctypeSystemId()
public int getOutputForm()
public StreamDataObject createEmptyStream()
throws StreamException
StreamFactoryText 内の createEmptyStream
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||