Searched refs:pitarget (Results 1 – 5 of 5) sorted by relevance
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | ScanHandler.java | 94 public void pitarget(char[] buff, int offset, int length) throws SAXException; in pitarget() method
|
D | PYXWriter.java | 122 public void pitarget(char[] buff, int offset, int length) throws SAXException { in pitarget() method in PYXWriter
|
D | HTMLScanner.java | 607 h.pitarget(theOutputBuffer, 0, theSize); in scan() 611 h.pitarget(theOutputBuffer, 0, theSize); in scan()
|
D | Parser.java | 999 public void pitarget(char[] buff, int offset, int length) throws SAXException { in pitarget() method in Parser
|
/external/tagsoup/templates/org/ccil/cowan/tagsoup/ |
D | HTMLScanner.java | 386 h.pitarget(theOutputBuffer, 0, theSize); in scan() 390 h.pitarget(theOutputBuffer, 0, theSize); in scan()
|