| Modifier and Type | Method and Description |
|---|---|
void |
adup(char[] buff,
int offset,
int length)
Reports an attribute name without a value.
|
void |
aname(char[] buff,
int offset,
int length)
Reports an attribute name; a value will follow.
|
void |
aval(char[] buff,
int offset,
int length)
Reports an attribute value.
|
void |
cdsect(char[] buff,
int offset,
int length)
Reports the content of a CDATA section (not a CDATA element)
|
void |
cmnt(char[] buff,
int offset,
int length)
Reports a comment.
|
void |
decl(char[] buff,
int offset,
int length)
Reports a declaration - typically a DOCTYPE
|
void |
entity(char[] buff,
int offset,
int length)
Reports an entity reference or character reference.
|
void |
eof(char[] buff,
int offset,
int length)
Reports EOF.
|
void |
etag(char[] buff,
int offset,
int length)
Reports an end-tag.
|
int |
getEntity()
Returns the value of the last entity or character reference reported.
|
void |
gi(char[] buff,
int offset,
int length)
Reports the general identifier (element type name) of a start-tag.
|
void |
pcdata(char[] buff,
int offset,
int length)
Reports character content.
|
void |
pi(char[] buff,
int offset,
int length)
Reports the data part of a processing instruction.
|
void |
pitarget(char[] buff,
int offset,
int length)
Reports the target part of a processing instruction.
|
void |
stagc(char[] buff,
int offset,
int length)
Reports the close of a start-tag.
|
void |
stage(char[] buff,
int offset,
int length)
Reports the close of an empty-tag.
|
void adup(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid aname(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid aval(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid cdsect(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid decl(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid entity(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid eof(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid etag(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid gi(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid pcdata(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid pi(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid pitarget(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid stagc(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid stage(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionvoid cmnt(char[] buff,
int offset,
int length)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionint getEntity()
Licence: Academic Free License 3.0 and/or GPL 2.0