org.cyberneko.html
Class HTMLScanner.CurrentEntity
java.lang.Object
org.cyberneko.html.HTMLScanner.CurrentEntity
- HTMLScanner
public static class HTMLScanner.CurrentEntity
extends java.lang.Object
Current entity.
CurrentEntity(Reader stream, String encoding, String publicId, String baseSystemId, String literalSystemId, String expandedSystemId) - Constructs an entity from the specified stream.
|
baseSystemId
public String baseSystemId
Base system identifier.
buffer
public char[] buffer
Character buffer.
columnNumber
public int columnNumber
Column number.
encoding
public String encoding
Encoding.
expandedSystemId
public String expandedSystemId
Expanded system identifier.
length
public int length
Length of characters read into character buffer.
lineNumber
public int lineNumber
Line number.
literalSystemId
public String literalSystemId
Literal system identifier.
offset
public int offset
Offset into character buffer.
publicId
public String publicId
Public identifier.
stream
public Reader stream
Character stream.
CurrentEntity
public CurrentEntity(Reader stream,
String encoding,
String publicId,
String baseSystemId,
String literalSystemId,
String expandedSystemId)
Constructs an entity from the specified stream.
(C) Copyright 2002-2005, Andy Clark. All rights reserved.