int |
XMLScanner.next() |
Advances to the next lexical unit.
|
int |
XMLScanner.next(int ctx) |
Advances to the next lexical unit.
|
protected int |
XMLScanner.nextInAttList() |
Returns the next lexical unit in the context of an attribute list.
|
protected int |
XMLScanner.nextInAttributeValue() |
Returns the next lexical unit in the context of an attribute value.
|
protected int |
XMLScanner.nextInCDATASection() |
Returns the next lexical unit in the context of a CDATA section.
|
protected int |
XMLScanner.nextInContent() |
Returns the next lexical unit in the context of an element content.
|
protected int |
XMLScanner.nextInDoctype() |
Returns the next lexical unit in the context of a doctype.
|
protected int |
XMLScanner.nextInDocumentStart() |
Reads the first token in the stream.
|
protected int |
XMLScanner.nextInDTDDeclarations() |
Returns the next lexical unit in the context dtd declarations.
|
protected int |
XMLScanner.nextInElementDeclaration() |
Returns the next lexical unit in the context of a element declaration.
|
protected int |
XMLScanner.nextInEndTag() |
Returns the next lexical unit in the context of a end tag.
|
protected int |
XMLScanner.nextInEntity() |
Returns the next lexical unit in the context of an entity.
|
protected int |
XMLScanner.nextInEntityValue() |
Returns the next lexical unit in the context of an entity value.
|
protected int |
XMLScanner.nextInEnumeration() |
Returns the next lexical unit in the context of an enumeration.
|
protected int |
XMLScanner.nextInNotation() |
Returns the next lexical unit in the context of a notation.
|
protected int |
XMLScanner.nextInNotationType() |
Returns the next lexical unit in the context of a notation type.
|
protected int |
XMLScanner.nextInPI() |
Returns the next lexical unit in the context of a processing
instruction.
|
protected int |
XMLScanner.nextInStartTag() |
Returns the next lexical unit in the context of a start tag.
|
protected int |
XMLScanner.nextInTopLevel() |
Advances to the next lexical unit in the top level context.
|
protected int |
XMLScanner.nextInXMLDecl() |
Returns the next lexical unit in the context of an XML declaration.
|
protected int |
XMLScanner.readComment() |
Reads a comment.
|
protected int |
XMLScanner.readIdentifier(java.lang.String s,
int type,
int ntype) |
Reads the given identifier.
|
protected int |
XMLScanner.readName(int type) |
Reads a name.
|
protected int |
XMLScanner.readNmtoken() |
Reads a Nmtoken.
|
protected int |
XMLScanner.readPEReference() |
Reads a parameter entity reference.
|
protected int |
XMLScanner.readPIStart() |
Reads a processing instruction start.
|
protected int |
XMLScanner.readReference() |
Reads an entity or character reference.
|
protected int |
XMLScanner.readString() |
Reads a simple string, like the ones used for version, encoding,
public/system identifiers...
|