Class DefaultNodeMatcher.Match

  • Enclosing class:
    DefaultNodeMatcher

    private static class DefaultNodeMatcher.Match
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int index  
      private org.w3c.dom.Node node  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Match​(org.w3c.dom.Node match, int index)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • node

        private final org.w3c.dom.Node node
      • index

        private final int index
    • Constructor Detail

      • Match

        private Match​(org.w3c.dom.Node match,
                      int index)