woolpack.utils
クラス NodeFindableFactoryImpl

java.lang.Object
  上位を拡張 woolpack.utils.NodeFindableFactoryImpl
すべての実装されたインタフェース:
NodeFindableFactory

public class NodeFindableFactoryImpl
extends java.lang.Object
implements NodeFindableFactory

javax.xml.xpathパッケージを使用して DOM ノードを検索するNodeFindableFactory。 委譲先でノードを操作した場合、次の検索結果に影響する(スナップショットではない)。 適用しているパターン:Adapter。

作成者:
nakamura

コンストラクタの概要
NodeFindableFactoryImpl()
           
 
メソッドの概要
 NodeFindable newInstance(java.lang.String criteria)
          NodeFindableを生成して返す。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NodeFindableFactoryImpl

public NodeFindableFactoryImpl()
メソッドの詳細

newInstance

public NodeFindable newInstance(java.lang.String criteria)
インタフェース NodeFindableFactory の記述:
NodeFindableを生成して返す。

定義:
インタフェース NodeFindableFactory 内の newInstance
パラメータ:
criteria - キー。
戻り値:
NodeFindable
例外:
java.lang.IllegalArgumentException - ( XPathExpressionException)XPath のコンパイルに失敗した場合。


Copyright (C) 2006 Takahiro Nakamura. All rights reserved.