/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
ScanHandler.java | 82 public void pcdata(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
|
PYXScanner.java | 91 h.pcdata(buff, 0, 1); 96 h.pcdata(buff, 1, size - 1);
|
PYXWriter.java | 85 pcdata(buff, offset, length); method 88 public void pcdata(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter 144 pcdata(buff, offset, length); method
|
HTMLScanner.java | 418 h.pcdata(theOutputBuffer, 0, theSize); 422 h.pcdata(theOutputBuffer, 0, theSize); 517 h.pcdata(theOutputBuffer, 0, theSize); 522 h.pcdata(theOutputBuffer, 0, theSize); 581 h.pcdata(theOutputBuffer, 0, theSize); 613 // Return a buffer-sized chunk of PCDATA 614 h.pcdata(theOutputBuffer, 0, theSize);
|
Parser.java | 468 thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes); 976 pcdata(buff, offset, length); method 979 public void pcdata(char[] buff, int offset, int length) throws SAXException { method in class:Parser [all...] |
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/ |
xercesImpl-2.6.2.jar | |
/external/jdiff/ |
xerces.jar | |