woolpack.adapter
クラス JXPFactory

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

public class JXPFactory
extends java.lang.Object
implements NodeFindableFactory

JXPath を使用して DOM ノードを検索するNodeFindableFactory。 適用しているパターン:Adapter。

作成者:
nakamura

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

コンストラクタの詳細

JXPFactory

public JXPFactory()
メソッドの詳細

newInstance

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

定義:
インタフェース NodeFindableFactory 内の newInstance
パラメータ:
criteria - キー。
戻り値:
NodeFindable


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