org.cyberneko.html
public static class HTMLScanner.CurrentEntity extends Object
Field Summary | |
---|---|
String | baseSystemId Base system identifier. |
char[] | buffer Character buffer. |
int | columnNumber Column number. |
String | encoding Encoding. |
String | expandedSystemId Expanded system identifier. |
int | length Length of characters read into character buffer. |
int | lineNumber Line number. |
String | literalSystemId Literal system identifier. |
int | offset Offset into character buffer. |
String | publicId Public identifier. |
Reader | stream Character stream. |
Constructor Summary | |
---|---|
CurrentEntity(Reader stream, String encoding, String publicId, String baseSystemId, String literalSystemId, String expandedSystemId) Constructs an entity from the specified stream. |