Home
last modified time | relevance | path

Searched refs:data_processingInstruction (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserTestSupport.java178 public StringBuffer data_processingInstruction = new StringBuffer(); field in SAXParserTestSupport.MyDefaultHandler
195 data_processingInstruction.toString()); in createData()
212 data_processingInstruction.toString() + SEPARATOR_DATA + in printMap()
281 data_processingInstruction.append(target + SEPARATOR_STRING + data); in processingInstruction()
282 data_processingInstruction.append(SEPARATOR_ELEMENT); in processingInstruction()
359 public StringBuffer data_processingInstruction = new StringBuffer(); field in SAXParserTestSupport.MyHandler
373 data_processingInstruction.toString() + SEPARATOR_DATA + in printMap()
390 data_processingInstruction.toString()); in createData()
449 data_processingInstruction.append(target + SEPARATOR_STRING + data); in processingInstruction()
450 data_processingInstruction.append(SEPARATOR_ELEMENT); in processingInstruction()