|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.aonir.fuzzyxml.XPath
public class XPath
FuzzyXMLのノードツリーをXPathで検索するためのユーティリティクラス。
コンストラクタの概要 | |
---|---|
XPath()
|
メソッドの概要 | |
---|---|
static java.lang.Object |
getValue(FuzzyXMLElement element,
java.lang.String xpath)
|
static FuzzyXMLNode[] |
selectNodes(FuzzyXMLElement element,
java.lang.String xpath)
|
static FuzzyXMLNode |
selectSingleNode(FuzzyXMLElement element,
java.lang.String xpath)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public XPath()
メソッドの詳細 |
---|
public static FuzzyXMLNode selectSingleNode(FuzzyXMLElement element, java.lang.String xpath)
public static FuzzyXMLNode[] selectNodes(FuzzyXMLElement element, java.lang.String xpath)
public static java.lang.Object getValue(FuzzyXMLElement element, java.lang.String xpath)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |