jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/DTMNodeProxy.java
changeset 30989 1f747213d6c9
parent 25868 686eef1e7a79
child 44797 8b3b3b911b8a
equal deleted inserted replaced
30850:56166ce66037 30989:1f747213d6c9
  2114      *   platform.
  2114      *   platform.
  2115      * @since DOM Level 3
  2115      * @since DOM Level 3
  2116      */
  2116      */
  2117     @Override
  2117     @Override
  2118     public String getTextContent() throws DOMException {
  2118     public String getTextContent() throws DOMException {
  2119         return getNodeValue();  // overriden in some subclasses
  2119         return dtm.getStringValue(node).toString();
  2120     }
  2120     }
  2121 
  2121 
  2122      /**
  2122      /**
  2123      * Compares a node with this node with regard to their position in the
  2123      * Compares a node with this node with regard to their position in the
  2124      * document.
  2124      * document.