/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
PYXScanner.java | 59 h.stagc(buff, 0, 0); 67 h.stagc(buff, 0, 0); 74 h.stagc(buff, 0, 0); 86 h.stagc(buff, 0, 0); 101 h.stagc(buff, 0, 0);
|
ScanHandler.java | 100 public void stagc(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
|
HTMLScanner.java | 388 h.stagc(theOutputBuffer, 0, theSize); 403 h.stagc(theOutputBuffer, 0, theSize); 412 h.stagc(theOutputBuffer, 0, theSize); 507 h.stagc(theOutputBuffer, 0, theSize); 565 h.stagc(theOutputBuffer, 0, theSize);
|
PYXWriter.java | 133 public void stagc(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
|