Modifier and Type | Field and Description |
---|---|
public char[] | chars
The character buffer. |
public int | chIdx
The index of the next character to read. |
public int | chLen
The length of the character buffer. |
public Input | next
The next input in a chain. |
public String | pubid
The entity public identifier or null. |
public Reader | src
The entity reader. |
public String | sysid
The entity system identifier or null. |
public String | xmlenc
The encoding from XML declaration or null |
public char | xmlver
The XML version from XML declaration or 0x0000 |
Access | Constructor and Description |
---|---|
public | |
public | |
public |
chars | back to summary |
---|---|
public char[] chars The character buffer. |
chIdx | back to summary |
---|---|
public int chIdx The index of the next character to read. |
chLen | back to summary |
---|---|
public int chLen The length of the character buffer. |
next | back to summary |
---|---|
public Input next The next input in a chain. |
pubid | back to summary |
---|---|
public String pubid The entity public identifier or null. |
src | back to summary |
---|---|
public Reader src The entity reader. |
sysid | back to summary |
---|---|
public String sysid The entity system identifier or null. |
xmlenc | back to summary |
---|---|
public String xmlenc The encoding from XML declaration or null |
xmlver | back to summary |
---|---|
public char xmlver The XML version from XML declaration or 0x0000 |
Input | back to summary |
---|---|
public Input(int buffsize) Constructor.
|
Input | back to summary |
---|---|
public Input(char[] buff) Constructor.
|
Input | back to summary |
---|---|
public Input() Constructor. |