Methods Summary |
---|
public void | adup(char[] buff, int offset, int length)Reports an attribute name without a value.
|
public void | aname(char[] buff, int offset, int length)Reports an attribute name; a value will follow.
|
public void | aval(char[] buff, int offset, int length)Reports an attribute value.
|
public void | cdsect(char[] buff, int offset, int length)Reports the content of a CDATA section (not a CDATA element)
|
public void | cmnt(char[] buff, int offset, int length)Reports a comment.
|
public void | decl(char[] buff, int offset, int length)Reports a declaration - typically a DOCTYPE
|
public void | entity(char[] buff, int offset, int length)Reports an entity reference or character reference.
|
public void | eof(char[] buff, int offset, int length)Reports EOF.
|
public void | etag(char[] buff, int offset, int length)Reports an end-tag.
|
public int | getEntity()Returns the value of the last entity or character reference reported.
|
public void | gi(char[] buff, int offset, int length)Reports the general identifier (element type name) of a start-tag.
|
public void | pcdata(char[] buff, int offset, int length)Reports character content.
|
public void | pi(char[] buff, int offset, int length)Reports the data part of a processing instruction.
|
public void | pitarget(char[] buff, int offset, int length)Reports the target part of a processing instruction.
|
public void | stagc(char[] buff, int offset, int length)Reports the close of a start-tag.
|
public void | stage(char[] buff, int offset, int length)Reports the close of an empty-tag.
|