Class NodeDetail

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.w3c.dom.Node node  
      private java.lang.String value  
      private java.lang.String xpathLocation  
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeDetail​(java.lang.String value, org.w3c.dom.Node node, java.lang.String xpathLocation)
      Constructor for NodeDetail.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Node getNode()
      Returns the node.
      java.lang.String getValue()
      Returns the value.
      java.lang.String getXpathLocation()
      Returns the xpathLocation.
      • Methods inherited from class java.lang.Object

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

      • value

        private final java.lang.String value
      • node

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

        private final java.lang.String xpathLocation
    • Constructor Detail

      • NodeDetail

        public NodeDetail​(java.lang.String value,
                          org.w3c.dom.Node node,
                          java.lang.String xpathLocation)
        Constructor for NodeDetail.
    • Method Detail

      • getNode

        public org.w3c.dom.Node getNode()
        Returns the node.
        Returns:
        Node
      • getValue

        public java.lang.String getValue()
        Returns the value.
        Returns:
        String
      • getXpathLocation

        public java.lang.String getXpathLocation()
        Returns the xpathLocation.
        Returns:
        String