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) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLineNumber() |
protected int |
load(int loadOffset)
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() |
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 loadOffset)
throws IOException
loadOffset - The offset at which new characters should be loaded.IOException - in case of io problemsprotected int read()
throws IOException
IOExceptionpublic int getLineNumber()
Copyright © 2023 Gargoyle Software Inc.. All rights reserved.