パッケージ nlp4j.w3c

クラス NodeMatcher


  • public class NodeMatcher
    extends Object
    • コンストラクタの詳細

      • NodeMatcher

        public NodeMatcher()
    • メソッドの詳細

      • getHitNodes

        public static List<Node> getHitNodes​(Node target,
                                             Node condition)
      • match

        public static boolean match​(Node target,
                                    Node condition)
      • match

        public static boolean match​(Node target,
                                    Node condition,
                                    boolean ignoreID)
      • match

        public static boolean match​(Node target,
                                    Node condition,
                                    Set<Node> used,
                                    Set<Node> hit,
                                    boolean def)
      • matchAsSingleNode

        public static boolean matchAsSingleNode​(Node target,
                                                Node condition,
                                                boolean ignoreID)
      • match

        public static boolean match​(Node target,
                                    Node condition,
                                    Set<Node> used,
                                    Set<Node> hit,
                                    boolean def,
                                    boolean ignoreID)