パッケージ nlp4j.w3c
クラス NodeMatcher
- java.lang.Object
-
- nlp4j.w3c.NodeMatcher
-
public class NodeMatcher extends Object
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 NodeMatcher()
-
メソッドの概要
すべてのメソッド staticメソッド concreteメソッド 修飾子とタイプ メソッド 説明 static List<Node>
getHitNodes(Node target, Node condition)
static boolean
match(Node target, Node condition)
static boolean
match(Node target, Node condition, boolean ignoreID)
static boolean
match(Node target, Node condition, Set<Node> used, Set<Node> hit, boolean def)
static boolean
match(Node target, Node condition, Set<Node> used, Set<Node> hit, boolean def, boolean ignoreID)
static boolean
matchAsSingleNode(Node target, Node condition, boolean ignoreID)
-