Package org.ccil.cowan.tagsoup
Class PYXWriter
- java.lang.Object
-
- org.ccil.cowan.tagsoup.PYXWriter
-
- All Implemented Interfaces:
ScanHandler,org.xml.sax.ContentHandler,org.xml.sax.ext.LexicalHandler
public class PYXWriter extends java.lang.Object implements ScanHandler, org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler
A ContentHandler that generates PYX format instead of XML. Primarily useful for debugging.
-
-
Constructor Summary
Constructors Constructor Description PYXWriter(java.io.Writer w)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadup(char[] buff, int offset, int length)Reports an attribute name without a value.voidaname(char[] buff, int offset, int length)Reports an attribute name; a value will follow.voidaval(char[] buff, int offset, int length)Reports an attribute value.voidcdsect(char[] buff, int offset, int length)Reports the content of a CDATA section (not a CDATA element)voidcharacters(char[] buff, int offset, int length)voidcmnt(char[] buff, int offset, int length)Reports a comment.voidcomment(char[] ch, int start, int length)voiddecl(char[] buff, int offset, int length)Reports a declaration - typically a DOCTYPEvoidendCDATA()voidendDocument()voidendDTD()voidendElement(java.lang.String uri, java.lang.String localname, java.lang.String qname)voidendEntity(java.lang.String name)voidendPrefixMapping(java.lang.String prefix)voidentity(char[] buff, int offset, int length)Reports an entity reference or character reference.voideof(char[] buff, int offset, int length)Reports EOF.voidetag(char[] buff, int offset, int length)Reports an end-tag.intgetEntity()Returns the value of the last entity or character reference reported.voidgi(char[] buff, int offset, int length)Reports the general identifier (element type name) of a start-tag.voidignorableWhitespace(char[] buff, int offset, int length)voidpcdata(char[] buff, int offset, int length)Reports character content.voidpi(char[] buff, int offset, int length)Reports the data part of a processing instruction.voidpitarget(char[] buff, int offset, int length)Reports the target part of a processing instruction.voidprocessingInstruction(java.lang.String target, java.lang.String data)voidsetDocumentLocator(org.xml.sax.Locator locator)voidskippedEntity(java.lang.String name)voidstagc(char[] buff, int offset, int length)Reports the close of a start-tag.voidstage(char[] buff, int offset, int length)Reports the close of an empty-tag.voidstartCDATA()voidstartDocument()voidstartDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)voidstartElement(java.lang.String uri, java.lang.String localname, java.lang.String qname, org.xml.sax.Attributes atts)voidstartEntity(java.lang.String name)voidstartPrefixMapping(java.lang.String prefix, java.lang.String uri)
-
-
-
Method Detail
-
adup
public void adup(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports an attribute name without a value.- Specified by:
adupin interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
aname
public void aname(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports an attribute name; a value will follow.- Specified by:
anamein interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
aval
public void aval(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports an attribute value.- Specified by:
avalin interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
cmnt
public void cmnt(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports a comment.- Specified by:
cmntin interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
entity
public void entity(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports an entity reference or character reference.- Specified by:
entityin interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
getEntity
public int getEntity()
Description copied from interface:ScanHandlerReturns the value of the last entity or character reference reported.- Specified by:
getEntityin interfaceScanHandler
-
eof
public void eof(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports EOF.- Specified by:
eofin interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
etag
public void etag(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports an end-tag.- Specified by:
etagin interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
decl
public void decl(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports a declaration - typically a DOCTYPE- Specified by:
declin interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
gi
public void gi(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports the general identifier (element type name) of a start-tag.- Specified by:
giin interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
cdsect
public void cdsect(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports the content of a CDATA section (not a CDATA element)- Specified by:
cdsectin interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
pcdata
public void pcdata(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports character content.- Specified by:
pcdatain interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
pitarget
public void pitarget(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports the target part of a processing instruction.- Specified by:
pitargetin interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
pi
public void pi(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports the data part of a processing instruction.- Specified by:
piin interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
stagc
public void stagc(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports the close of a start-tag.- Specified by:
stagcin interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
stage
public void stage(char[] buff, int offset, int length) throws org.xml.sax.SAXExceptionDescription copied from interface:ScanHandlerReports the close of an empty-tag.- Specified by:
stagein interfaceScanHandler- Throws:
org.xml.sax.SAXException
-
characters
public void characters(char[] buff, int offset, int length) throws org.xml.sax.SAXException- Specified by:
charactersin interfaceorg.xml.sax.ContentHandler- Throws:
org.xml.sax.SAXException
-
endDocument
public void endDocument() throws org.xml.sax.SAXException- Specified by:
endDocumentin interfaceorg.xml.sax.ContentHandler- Throws:
org.xml.sax.SAXException
-
endElement
public void endElement(java.lang.String uri, java.lang.String localname, java.lang.String qname) throws org.xml.sax.SAXException- Specified by:
endElementin interfaceorg.xml.sax.ContentHandler- Throws:
org.xml.sax.SAXException
-
endPrefixMapping
public void endPrefixMapping(java.lang.String prefix) throws org.xml.sax.SAXException- Specified by:
endPrefixMappingin interfaceorg.xml.sax.ContentHandler- Throws:
org.xml.sax.SAXException
-
ignorableWhitespace
public void ignorableWhitespace(char[] buff, int offset, int length) throws org.xml.sax.SAXException- Specified by:
ignorableWhitespacein interfaceorg.xml.sax.ContentHandler- Throws:
org.xml.sax.SAXException
-
processingInstruction
public void processingInstruction(java.lang.String target, java.lang.String data) throws org.xml.sax.SAXException- Specified by:
processingInstructionin interfaceorg.xml.sax.ContentHandler- Throws:
org.xml.sax.SAXException
-
setDocumentLocator
public void setDocumentLocator(org.xml.sax.Locator locator)
- Specified by:
setDocumentLocatorin interfaceorg.xml.sax.ContentHandler
-
skippedEntity
public void skippedEntity(java.lang.String name) throws org.xml.sax.SAXException- Specified by:
skippedEntityin interfaceorg.xml.sax.ContentHandler- Throws:
org.xml.sax.SAXException
-
startDocument
public void startDocument() throws org.xml.sax.SAXException- Specified by:
startDocumentin interfaceorg.xml.sax.ContentHandler- Throws:
org.xml.sax.SAXException
-
startElement
public void startElement(java.lang.String uri, java.lang.String localname, java.lang.String qname, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException- Specified by:
startElementin interfaceorg.xml.sax.ContentHandler- Throws:
org.xml.sax.SAXException
-
startPrefixMapping
public void startPrefixMapping(java.lang.String prefix, java.lang.String uri) throws org.xml.sax.SAXException- Specified by:
startPrefixMappingin interfaceorg.xml.sax.ContentHandler- Throws:
org.xml.sax.SAXException
-
comment
public void comment(char[] ch, int start, int length) throws org.xml.sax.SAXException- Specified by:
commentin interfaceorg.xml.sax.ext.LexicalHandler- Throws:
org.xml.sax.SAXException
-
endCDATA
public void endCDATA() throws org.xml.sax.SAXException- Specified by:
endCDATAin interfaceorg.xml.sax.ext.LexicalHandler- Throws:
org.xml.sax.SAXException
-
endDTD
public void endDTD() throws org.xml.sax.SAXException- Specified by:
endDTDin interfaceorg.xml.sax.ext.LexicalHandler- Throws:
org.xml.sax.SAXException
-
endEntity
public void endEntity(java.lang.String name) throws org.xml.sax.SAXException- Specified by:
endEntityin interfaceorg.xml.sax.ext.LexicalHandler- Throws:
org.xml.sax.SAXException
-
startCDATA
public void startCDATA() throws org.xml.sax.SAXException- Specified by:
startCDATAin interfaceorg.xml.sax.ext.LexicalHandler- Throws:
org.xml.sax.SAXException
-
startDTD
public void startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId) throws org.xml.sax.SAXException- Specified by:
startDTDin interfaceorg.xml.sax.ext.LexicalHandler- Throws:
org.xml.sax.SAXException
-
startEntity
public void startEntity(java.lang.String name) throws org.xml.sax.SAXException- Specified by:
startEntityin interfaceorg.xml.sax.ext.LexicalHandler- Throws:
org.xml.sax.SAXException
-
-