All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.jclark.xml.tok.TextDecl
TextDecl
from the specified byte subarray.
public TextDecl(Encoding enc, byte buf[], int off, int end) throws InvalidTokenException
TextDecl
from the specified byte subarray.
The specified encoding is used to convert bytes to characters.
The byte subarray should be a TOK_XML_DECL
token
returned from Encoding.tokenizeProlog or Encoding.tokenizeContent,
starting with <?
and ending with ?>
.
public String getEncoding()
public String getVersion()
All Packages Class Hierarchy This Package Previous Next Index