Searched defs:substringData (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/
H A DCharacterData.java65 * may call <code>substringData</code> to retrieve the data in
80 * may call <code>substringData</code> to retrieve the data in
90 * and the <code>substringData</code> method below. This may have the
110 public String substringData(int offset, method in interface:CharacterData
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultText.java63 * may call <code>substringData</code> to retrieve the data in
83 * may call <code>substringData</code> to retrieve the data in
99 * and the <code>substringData</code> method below. This may have the
121 public String substringData(int offset, method in class:DefaultText
H A DTextImpl.java80 * may call <code>substringData</code> to retrieve the data in
96 * and the <code>substringData</code> method below. This may have the
119 public String substringData(int offset, method in class:TextImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java406 public String substringData(int offset, int count) method in class:CharacterDataImpl
423 } // substringData(int,int):String
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java1068 public final String substringData(int offset, int count) throws DOMException method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java1038 public String substringData(int offset, int count) throws DOMException method in class:UnImplNode

Completed in 65 milliseconds