Searched refs:substringData (Results 1 - 17 of 17) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/w3c/dom/
H A DCharacterData.java36 * may call <code>substringData</code> to retrieve the data in
51 * may call <code>substringData</code> to retrieve the data in
61 * and the <code>substringData</code> method below. This may have the
81 public String substringData(int offset, method in interface:CharacterData
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dcharacterdataindexsizeerrsubstringoffsetgreater.java31 * The "substringData(offset,count)" method raises an
36 * first employee and invoke its "substringData(offset,count)
82 badString = child.substringData(40, 3);
H A Dcharacterdatasubstringexceedsvalue.java32 * "length" then the "substringData(offset,count)" method
37 * by using the substringData(offset,count) method
76 substring = child.substringData(9, 10);
H A Dcharacterdatasubstringvalue.java31 * The "substringData(offset,count)" method returns the
36 * by using the substringData(offset,count) method. The
75 substring = child.substringData(0, 8);
H A Dhc_characterdataindexsizeerrsubstringoffsetgreater.java31 * The "substringData(offset,count)" method raises an
36 * first employee and invoke its "substringData(offset,count)
81 badString = child.substringData(40, 3);
H A Dhc_characterdatasubstringexceedsvalue.java32 * "length" then the "substringData(offset,count)" method
37 * by using the substringData(offset,count) method
75 substring = child.substringData(9, 10);
H A Dhc_characterdatasubstringvalue.java31 * The "substringData(offset,count)" method returns the
36 * by using the substringData(offset,count) method. The
74 substring = child.substringData(0, 8);
H A Dcharacterdataindexsizeerrsubstringcountnegative.java31 * The "substringData(offset,count)" method raises an
36 * first employee and invoke its "substringData(offset,count)
86 badSubstring = child.substringData(10, -3);
H A Dcharacterdataindexsizeerrsubstringnegativeoffset.java31 * The "substringData(offset,count)" method raises an
36 * first employee and invoke its "substringData(offset,count)
86 badString = child.substringData(-5, 3);
H A Dhc_characterdataindexsizeerrdeletedatacountnegative.java85 childSubstring = child.substringData(10, -3);
H A Dhc_characterdataindexsizeerrreplacedatacountnegative.java86 badString = child.substringData(10, -3);
H A Dhc_characterdataindexsizeerrsubstringcountnegative.java31 * The "substringData(offset,count)" method raises an
36 * first employee and invoke its "substringData(offset,count)
85 badSubstring = child.substringData(10, -3);
H A Dhc_characterdataindexsizeerrsubstringnegativeoffset.java31 * The "substringData(offset,count)" method raises an
36 * first employee and invoke its "substringData(offset,count)
85 badString = child.substringData(-5, 3);
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
H A DCharacterDataImpl.java91 public String substringData(int offset, int count) throws DOMException { method in class:CharacterDataImpl
H A DTextImpl.java51 substringData(offset, getLength() - offset));
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java1036 public String substringData(int offset, int count) throws DOMException method in class:UnImplNode
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1017 public final String substringData(int offset, int count) throws DOMException method in class:DTMNodeProxy

Completed in 155 milliseconds