HomeSort by relevance Sort by last modified time
    Searched defs:pcdata (Results 1 - 6 of 6) sorted by null

  /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...]
  /external/jdiff/
xerces.jar 

Completed in 30 milliseconds