A ContentHandler that generates PYX format instead of XML.
Primarily useful for debugging.
adup
public void adup(char[] buff,
int offset,
int length)
throws SAXException
- adup in interface ScanHandler
aname
public void aname(char[] buff,
int offset,
int length)
throws SAXException
- aname in interface ScanHandler
aval
public void aval(char[] buff,
int offset,
int length)
throws SAXException
- aval in interface ScanHandler
cdsect
public void cdsect(char[] buff,
int offset,
int length)
throws SAXException
- cdsect in interface ScanHandler
characters
public void characters(char[] buff,
int offset,
int length)
throws SAXException
cmnt
public void cmnt(char[] buff,
int offset,
int length)
throws SAXException
- cmnt in interface ScanHandler
comment
public void comment(char[] ch,
int start,
int length)
throws SAXException
decl
public void decl(char[] buff,
int offset,
int length)
throws SAXException
- decl in interface ScanHandler
endCDATA
public void endCDATA()
throws SAXException
endDTD
public void endDTD()
throws SAXException
endDocument
public void endDocument()
throws SAXException
endElement
public void endElement(String uri,
String localname,
String qname)
throws SAXException
endEntity
public void endEntity(String name)
throws SAXException
endPrefixMapping
public void endPrefixMapping(String prefix)
throws SAXException
entity
public void entity(char[] buff,
int offset,
int length)
throws SAXException
- entity in interface ScanHandler
eof
public void eof(char[] buff,
int offset,
int length)
throws SAXException
- eof in interface ScanHandler
etag
public void etag(char[] buff,
int offset,
int length)
throws SAXException
- etag in interface ScanHandler
gi
public void gi(char[] buff,
int offset,
int length)
throws SAXException
- gi in interface ScanHandler
ignorableWhitespace
public void ignorableWhitespace(char[] buff,
int offset,
int length)
throws SAXException
pcdata
public void pcdata(char[] buff,
int offset,
int length)
throws SAXException
- pcdata in interface ScanHandler
pi
public void pi(char[] buff,
int offset,
int length)
throws SAXException
- pi in interface ScanHandler
pitarget
public void pitarget(char[] buff,
int offset,
int length)
throws SAXException
- pitarget in interface ScanHandler
processingInstruction
public void processingInstruction(String target,
String data)
throws SAXException
setDocumentLocator
public void setDocumentLocator(Locator locator)
skippedEntity
public void skippedEntity(String name)
throws SAXException
stagc
public void stagc(char[] buff,
int offset,
int length)
throws SAXException
- stagc in interface ScanHandler
stage
public void stage(char[] buff,
int offset,
int length)
throws SAXException
- stage in interface ScanHandler
startCDATA
public void startCDATA()
throws SAXException
startDTD
public void startDTD(String name,
String publicId,
String systemId)
throws SAXException
startDocument
public void startDocument()
throws SAXException
startElement
public void startElement(String uri,
String localname,
String qname,
Attributes atts)
throws SAXException
startEntity
public void startEntity(String name)
throws SAXException
startPrefixMapping
public void startPrefixMapping(String prefix,
String uri)
throws SAXException