|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||

java.lang.Objectorg.limy.common.xml.XmlUtils
public final class XmlUtils
XML関連のユーティリティクラスです。
| メソッドの概要 | |
|---|---|
static XmlElement |
parse(java.io.InputStream in)
XMLをパースしてXMLElementを返します。 |
static org.w3c.dom.Document |
parseDoc(java.io.InputStream in)
XMLをパースしてDOM Documentを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static org.w3c.dom.Document parseDoc(java.io.InputStream in)
throws java.io.IOException
in - XML入力ストリーム
java.io.IOException - I/O例外
public static XmlElement parse(java.io.InputStream in)
throws java.io.IOException
in - XML入力ストリーム
java.io.IOException - I/O例外
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||