All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.jclark.xml.tok.TextDecl | +----com.jclark.xml.tok.XmlDecl
XMLDecl
from the specified byte subarray.
standalone="yes"
.
public XmlDecl(Encoding enc, byte buf[], int off, int end) throws InvalidTokenException
XMLDecl
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 boolean isStandalone()
standalone="yes"
.
All Packages Class Hierarchy This Package Previous Next Index