public static class HTMLScanner.CurrentEntity extends Object
Modifier and Type | Field and Description |
---|---|
String |
baseSystemId
Base system identifier.
|
char[] |
buffer
Character buffer.
|
int |
characterOffset_
Character offset in the file.
|
String |
expandedSystemId
Expanded system identifier.
|
int |
length
Length of characters read into character buffer.
|
String |
literalSystemId
Literal system identifier.
|
int |
offset
Offset into character buffer.
|
String |
publicId
Public identifier.
|
String |
version
XML version.
|
Constructor and Description |
---|
CurrentEntity(Reader stream,
String encoding,
String publicId,
String baseSystemId,
String literalSystemId,
String expandedSystemId)
Constructs an entity from the specified stream.
|
Modifier and Type | Method and Description |
---|---|
int |
getLineNumber() |
protected int |
load(int offset)
Loads a new chunk of data into the buffer and returns the number of
characters loaded or -1 if no additional characters were loaded.
|
protected int |
read()
Reads a single character.
|
public final String publicId
public final String baseSystemId
public final String literalSystemId
public final String expandedSystemId
public final String version
public int characterOffset_
public char[] buffer
public int offset
public int length
protected int load(int offset) throws IOException
offset
- The offset at which new characters should be loaded.IOException
protected int read() throws IOException
IOException
public int getLineNumber()
Copyright © 2017. All rights reserved.