Fields Summary |
---|
public String | pubidThe entity public identifier or null. |
public String | sysidThe entity systen identifier or null. |
public Reader | srcThe entity reader. |
public char[] | charsThe character buffer. |
public int | chLenThe length of the character buffer. |
public int | chIdxThe index of the next character to read. |
public Input | nextThe next input in a chain. |