An interface that Scanners use to report events in the input stream.
adup
public void adup(char[] buff,
int offset,
int length)
throws SAXException
Reports an attribute name without a value.
aname
public void aname(char[] buff,
int offset,
int length)
throws SAXException
Reports an attribute name; a value will follow.
aval
public void aval(char[] buff,
int offset,
int length)
throws SAXException
Reports an attribute value.
cdsect
public void cdsect(char[] buff,
int offset,
int length)
throws SAXException
Reports the content of a CDATA section (not a CDATA element)
cmnt
public void cmnt(char[] buff,
int offset,
int length)
throws SAXException
Reports a comment.
decl
public void decl(char[] buff,
int offset,
int length)
throws SAXException
Reports a <!....> declaration - typically a DOCTYPE
entity
public void entity(char[] buff,
int offset,
int length)
throws SAXException
Reports an entity reference or character reference.
eof
public void eof(char[] buff,
int offset,
int length)
throws SAXException
Reports EOF.
etag
public void etag(char[] buff,
int offset,
int length)
throws SAXException
Reports an end-tag.
getEntity
public int getEntity()
Returns the value of the last entity or character reference reported.
gi
public void gi(char[] buff,
int offset,
int length)
throws SAXException
Reports the general identifier (element type name) of a start-tag.
pcdata
public void pcdata(char[] buff,
int offset,
int length)
throws SAXException
Reports character content.
pi
public void pi(char[] buff,
int offset,
int length)
throws SAXException
Reports the data part of a processing instruction.
pitarget
public void pitarget(char[] buff,
int offset,
int length)
throws SAXException
Reports the target part of a processing instruction.
stagc
public void stagc(char[] buff,
int offset,
int length)
throws SAXException
Reports the close of a start-tag.
stage
public void stage(char[] buff,
int offset,
int length)
throws SAXException
Reports the close of an empty-tag.