public class AsyncByteArrayScanner extends AsyncByteScanner implements AsyncByteArrayFeeder
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
_inputBuffer
This buffer is actually provided by caller
|
protected int |
_origBufferLen
In addition to current buffer pointer, and end pointer,
we will also need to know number of bytes originally
contained.
|
_currQuad, _currQuadBytes, _elemAllNsBound, _elemAttrCount, _elemAttrName, _elemAttrPtr, _elemAttrQuote, _elemNsPtr, _endOfInput, _entityValue, _inDtdDeclaration, _nextEvent, _pendingInput, _quadCount, _state, _surroundingEvent, EVENT_INCOMPLETE, PENDING_STATE_ATTR_VALUE_AMP, PENDING_STATE_ATTR_VALUE_AMP_HASH, PENDING_STATE_ATTR_VALUE_AMP_HASH_X, PENDING_STATE_ATTR_VALUE_DEC_DIGIT, PENDING_STATE_ATTR_VALUE_ENTITY_NAME, PENDING_STATE_ATTR_VALUE_HEX_DIGIT, PENDING_STATE_CDATA_BRACKET1, PENDING_STATE_CDATA_BRACKET2, PENDING_STATE_COMMENT_HYPHEN1, PENDING_STATE_COMMENT_HYPHEN2, PENDING_STATE_CR, PENDING_STATE_ENT_IN_DEC_DIGIT, PENDING_STATE_ENT_IN_HEX_DIGIT, PENDING_STATE_ENT_SEEN_HASH, PENDING_STATE_ENT_SEEN_HASH_X, PENDING_STATE_PI_QMARK, PENDING_STATE_TEXT_AMP, PENDING_STATE_TEXT_AMP_HASH, PENDING_STATE_TEXT_BRACKET1, PENDING_STATE_TEXT_BRACKET2, PENDING_STATE_TEXT_DEC_ENTITY, PENDING_STATE_TEXT_HEX_ENTITY, PENDING_STATE_TEXT_IN_ENTITY, PENDING_STATE_XMLDECL_LT, PENDING_STATE_XMLDECL_LTQ, PENDING_STATE_XMLDECL_TARGET, STATE_CDATA_C, STATE_CDATA_CD, STATE_CDATA_CDA, STATE_CDATA_CDAT, STATE_CDATA_CDATA, STATE_CDATA_CONTENT, STATE_COMMENT_CONTENT, STATE_COMMENT_HYPHEN, STATE_COMMENT_HYPHEN2, STATE_DEFAULT, STATE_DTD_AFTER_DOCTYPE, STATE_DTD_AFTER_PUBLIC, STATE_DTD_AFTER_PUBLIC_ID, STATE_DTD_AFTER_ROOT_NAME, STATE_DTD_AFTER_SYSTEM, STATE_DTD_AFTER_SYSTEM_ID, STATE_DTD_BEFORE_IDS, STATE_DTD_BEFORE_PUBLIC_ID, STATE_DTD_BEFORE_ROOT_NAME, STATE_DTD_BEFORE_SYSTEM_ID, STATE_DTD_DOCTYPE, STATE_DTD_EXPECT_CLOSING_GT, STATE_DTD_INT_SUBSET, STATE_DTD_PUBLIC_ID, STATE_DTD_PUBLIC_OR_SYSTEM, STATE_DTD_ROOT_NAME, STATE_DTD_SYSTEM_ID, STATE_EE_NEED_GT, STATE_PI_AFTER_TARGET, STATE_PI_AFTER_TARGET_QMARK, STATE_PI_AFTER_TARGET_WS, STATE_PI_IN_DATA, STATE_PI_IN_TARGET, STATE_PROLOG_DECL, STATE_PROLOG_INITIAL, STATE_PROLOG_SEEN_LT, STATE_SE_ATTR_NAME, STATE_SE_ATTR_VALUE_NORMAL, STATE_SE_ATTR_VALUE_NSDECL, STATE_SE_ELEM_NAME, STATE_SE_SEEN_SLASH, STATE_SE_SPACE_OR_ATTRNAME, STATE_SE_SPACE_OR_ATTRVALUE, STATE_SE_SPACE_OR_END, STATE_SE_SPACE_OR_EQ, STATE_TEXT_AMP, STATE_TEXT_AMP_NAME, STATE_TREE_NAMED_ENTITY_START, STATE_TREE_NUMERIC_ENTITY_START, STATE_TREE_SEEN_AMP, STATE_TREE_SEEN_EXCL, STATE_TREE_SEEN_LT, STATE_TREE_SEEN_SLASH, STATE_XMLDECL_AFTER_ENCODING, STATE_XMLDECL_AFTER_ENCODING_VALUE, STATE_XMLDECL_AFTER_STANDALONE, STATE_XMLDECL_AFTER_STANDALONE_VALUE, STATE_XMLDECL_AFTER_VERSION, STATE_XMLDECL_AFTER_VERSION_VALUE, STATE_XMLDECL_AFTER_XML, STATE_XMLDECL_BEFORE_ENCODING, STATE_XMLDECL_BEFORE_STANDALONE, STATE_XMLDECL_BEFORE_VERSION, STATE_XMLDECL_ENCODING, STATE_XMLDECL_ENCODING_EQ, STATE_XMLDECL_ENCODING_VALUE, STATE_XMLDECL_ENDQ, STATE_XMLDECL_STANDALONE, STATE_XMLDECL_STANDALONE_EQ, STATE_XMLDECL_STANDALONE_VALUE, STATE_XMLDECL_VERSION, STATE_XMLDECL_VERSION_EQ, STATE_XMLDECL_VERSION_VALUE_charTypes, _inputEnd, _inputPtr, _quadBuffer, _symbols, _tmpChar, BYTE_a, BYTE_A, BYTE_AMP, BYTE_APOS, BYTE_C, BYTE_CR, BYTE_D, BYTE_EQ, BYTE_EXCL, BYTE_g, BYTE_GT, BYTE_HASH, BYTE_HYPHEN, BYTE_l, BYTE_LBRACKET, BYTE_LF, BYTE_LT, BYTE_m, BYTE_NULL, BYTE_o, BYTE_p, BYTE_P, BYTE_q, BYTE_QMARK, BYTE_QUOT, BYTE_RBRACKET, BYTE_s, BYTE_S, BYTE_SEMICOLON, BYTE_SLASH, BYTE_SPACE, BYTE_t, BYTE_T, BYTE_TAB, BYTE_u, BYTE_x_attrCollector, _attrCount, _cfgCoalescing, _cfgLazyParsing, _config, _currElem, _currNsCount, _currRow, _currToken, _defaultNs, _depth, _entityPending, _isEmptyTag, _lastNsContext, _lastNsDecl, _nameBuffer, _nsBindingCache, _nsBindingCount, _nsBindings, _nsBindMisses, _pastBytesOrChars, _publicId, _rowStartOffset, _startColumn, _startRawOffset, _startRow, _systemId, _textBuilder, _tokenIncomplete, _tokenName, _xml11, CDATA_STR, INT_0, INT_9, INT_a, INT_A, INT_AMP, INT_APOS, INT_COLON, INT_CR, INT_EQ, INT_EXCL, INT_f, INT_F, INT_GT, INT_HYPHEN, INT_LBRACKET, INT_LF, INT_LT, INT_NULL, INT_QMARK, INT_QUOTE, INT_RBRACKET, INT_SLASH, INT_SPACE, INT_TAB, INT_z, MAX_UNICODE_CHAR, TOKEN_EOICHAR_CR, CHAR_LF, CHAR_NULL, CHAR_SPACE, STAX_DEFAULT_OUTPUT_ENCODING, STAX_DEFAULT_OUTPUT_VERSION, XML_DECL_KW_ENCODING, XML_DECL_KW_STANDALONE, XML_DECL_KW_VERSION, XML_SA_NO, XML_SA_YES, XML_V_10, XML_V_10_STR, XML_V_11, XML_V_11_STR, XML_V_UNKNOWN| Constructor and Description |
|---|
AsyncByteArrayScanner(ReaderConfig cfg) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
asyncSkipSpace()
Method to skip whatever space can be skipped.
|
protected boolean |
decodeDecEntity() |
protected int |
decodeGeneralEntity(PName entityName)
Method that verifies that given named entity is followed by
a semi-colon (meaning next byte must be available for reading);
and if so, whether it is one of pre-defined general entities.
|
protected boolean |
decodeHexEntity() |
protected int |
decodeUtf8_2(int c)
Note: caller must guarantee enough data is available before
calling the method
|
protected int |
decodeUtf8_3(int c1)
Note: caller must guarantee enough data is available before
calling the method
|
protected int |
decodeUtf8_3(int c1,
int c2,
int c3) |
protected int |
decodeUtf8_4(int c) |
protected int |
decodeUtf8_4(int c1,
int c2,
int c3,
int c4) |
void |
feedInput(byte[] buf,
int start,
int len)
Method that can be called to feed more data, if (and only if)
AsyncInputFeeder.needMoreInput() returns true. |
protected void |
finishCharacters()
This method only gets called in non-coalescing mode; and if so,
needs to parse as many characters of the current text segment
from the current input block as possible.
|
protected int |
finishCharactersCoalescing()
TODO: Method not yet implemented
|
private int |
finishStartElement(boolean emptyTag)
Method called to wrap up settings when the whole start
(or empty) element has been parsed.
|
private boolean |
handleAndAppendPending()
Method called to handle split multi-byte character, by decoding
it and appending to the text buffer, if possible.
|
protected boolean |
handleAttrValue() |
private boolean |
handleAttrValuePending() |
private int |
handleAttrValuePendingUTF8() |
private int |
handleCData() |
protected int |
handleCDataPending() |
private int |
handleCDataStartMarker(byte b) |
private int |
handleComment() |
protected int |
handleCommentPending() |
private int |
handleDecEntityInAttribute(boolean starting) |
protected int |
handleDecEntityInCharacters(int ptr) |
private int |
handleDTD() |
protected boolean |
handleDTDInternalSubset(boolean init) |
private int |
handleEndElement()
This method is "slow" version of above, used when name of
the end element can split input buffer boundary
|
private int |
handleEndElementStart() |
protected int |
handleEntityInAttributeValue()
Method called to handle entity encountered inside attribute value.
|
protected int |
handleEntityInCharacters()
Method called to handle entity encountered inside
CHARACTERS segment, when trying to complete a non-coalescing text segment.
|
protected int |
handleEntityStartingToken()
Method called when a new token (within tree) starts with an
entity.
|
private int |
handleHexEntityInAttribute(boolean starting) |
protected int |
handleHexEntityInCharacters(int ptr) |
protected int |
handleNamedEntityStartingToken()
Method called when we see an entity that is starting a new token,
and part of its name has been decoded (but not all)
|
protected boolean |
handleNsDecl() |
private boolean |
handleNsValuePending() |
protected int |
handleNumericEntityStartingToken()
Method called to handle cases where we find something other than
a character entity (or one of 4 pre-defined general entities that
act like character entities)
|
protected boolean |
handlePartialCR()
Method called when there is a pending \r (from past buffer),
and we need to see
|
private int |
handlePI() |
protected int |
handlePIPending() |
private int |
handlePrologDeclStart(boolean isProlog) |
protected int |
handleStartElement() |
protected int |
handleStartElementStart(byte b)
Method called when '<' and (what appears to be) a name
start character have been seen.
|
private int |
handleXmlDeclaration()
Method called to complete parsing of XML declaration, once it has
been reliably detected.
|
private void |
initAttribute(byte quoteChar) |
private void |
initStartElement(PName elemName) |
boolean |
needMoreInput()
Method called to check whether it is ok to feed more data: parser returns true
if it has no more content to parse (and it is ok to feed more); otherwise false
(and no data should yet be fed).
|
int |
nextFromProlog(boolean isProlog) |
int |
nextFromTree() |
protected int |
parseCDataContents() |
protected int |
parseCommentContents() |
private boolean |
parseDtdId(char[] buffer,
int ptr,
boolean system) |
protected PName |
parseEntityName() |
protected PName |
parseNewEntityName(byte b) |
protected PName |
parseNewName(byte b) |
protected int |
parsePIData() |
protected PName |
parsePName()
This method can (for now?) be shared between all Ascii-based
encodings, since it only does coarse validity checking -- real
checks are done in different method.
|
private boolean |
parseXmlDeclAttr(char[] buffer,
int ptr)
Method called to try to parse an XML pseudo-attribute value.
|
protected boolean |
skipCharacters()
Method that will be called to skip all possible characters
from the input buffer, but without blocking.
|
protected boolean |
skipCoalescedText()
Coalescing mode is (and will) not be implemented for non-blocking
parsers, so this method should never get called.
|
private int |
skipEntityInCharacters()
Method called to handle entity encountered inside
CHARACTERS segment, when trying to complete a non-coalescing text segment.
|
private boolean |
skipPending() |
protected void |
skipUtf8_2(int c) |
protected int |
startCharacters(byte b)
Method called to initialize state for CHARACTERS event, after
just a single byte has been seen.
|
protected int |
startCharactersPending()
This method gets called, if the first character of a
CHARACTERS event could not be fully read (multi-byte,
split over buffer boundary).
|
private java.lang.Boolean |
startXmlDeclaration()
Method that deals with recognizing XML declaration, but not with parsing
its contents.
|
java.lang.String |
toString() |
_closeSource, checkPITargetName, decodeCharForError, endOfInput, findPName, finishCData, finishComment, finishDTD, finishPI, finishSpace, finishToken, loadMore, reportInvalidOther, skipCData, skipComment, skipPI, skipSpace, throwInternal, validPublicIdChar, verifyAndAppendEntityCharacter, verifyAndSetPublicId, verifyAndSetSystemId, verifyAndSetXmlEncoding, verifyAndSetXmlStandalone, verifyAndSetXmlVersion_releaseBuffers, addPName, addUtfPName, getCurrentColumnNr, getCurrentLocation, getEndingByteOffset, getEndingCharOffset, getStartingByteOffset, getStartingCharOffset, markLF, markLF, reportInvalidInitial, reportInvalidOther, setStartLocationbindName, bindNs, checkImmutableBinding, close, decodeAttrBinaryValue, decodeAttrValue, decodeAttrValues, decodeElements, findAttrIndex, findOrCreateBinding, fireSaxCharacterEvents, fireSaxCommentEvent, fireSaxEndElement, fireSaxPIEvent, fireSaxSpaceEvents, fireSaxStartElement, getAttrCollector, getAttrCount, getAttrLocalName, getAttrNsURI, getAttrPrefix, getAttrPrefixedName, getAttrQName, getAttrType, getAttrValue, getAttrValue, getConfig, getCurrentLineNr, getDepth, getDTDPublicId, getDTDSystemId, getEndLocation, getInputPublicId, getInputSystemId, getName, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getNonTransientNamespaceContext, getNsCount, getPrefix, getPrefixes, getQName, getStartLocation, getText, getText, getTextCharacters, getTextCharacters, getTextLength, handleInvalidXmlChar, hasEmptyStack, isAttrSpecified, isEmptyTag, isTextWhitespace, loadMoreGuaranteed, loadMoreGuaranteed, reportDoubleHyphenInComments, reportDuplicateNsDecl, reportEntityOverflow, reportEofInName, reportIllegalCDataEnd, reportIllegalNsDecl, reportIllegalNsDecl, reportInputProblem, reportInvalidNameChar, reportInvalidNsIndex, reportInvalidXmlChar, reportMissingPISpace, reportMultipleColonsInName, reportPrologProblem, reportPrologUnexpChar, reportTreeUnexpChar, reportUnboundPrefix, reportUnexpandedEntityInAttr, reportUnexpectedEndTag, resetForDecoding, skipToken, throwInvalidSpace, throwNullChar, throwUnexpectedChar, verifyXmlCharclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitendOfInputprotected byte[] _inputBuffer
protected int _origBufferLen
public AsyncByteArrayScanner(ReaderConfig cfg)
public java.lang.String toString()
toString in class java.lang.Objectprotected int parseCommentContents()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected int handleCommentPending()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected int parsePIData()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected int handlePIPending()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected final boolean handleDTDInternalSubset(boolean init)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected final int parseCDataContents()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected final int handleCDataPending()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected int startCharactersPending()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected final int finishCharactersCoalescing()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionpublic final boolean needMoreInput()
AsyncInputFeederneedMoreInput in interface AsyncInputFeederpublic void feedInput(byte[] buf,
int start,
int len)
throws javax.xml.stream.XMLStreamException
AsyncByteArrayFeederAsyncInputFeeder.needMoreInput() returns true.feedInput in interface AsyncByteArrayFeederbuf - Byte array that containts data to feed: caller must ensure data remains
stable until it is fully processed (which is true when AsyncInputFeeder.needMoreInput()
returns true)start - Offset within array where input data to process startslen - Length of input data within array to process.javax.xml.stream.XMLStreamException - if the state is such that this method should not be called
(has not yet consumed existing input data, or has been marked as closed)public final int nextFromProlog(boolean isProlog)
throws javax.xml.stream.XMLStreamException
nextFromProlog in class XmlScannerjavax.xml.stream.XMLStreamExceptionpublic int nextFromTree()
throws javax.xml.stream.XMLStreamException
nextFromTree in class XmlScannerjavax.xml.stream.XMLStreamExceptionprivate final int handlePrologDeclStart(boolean isProlog)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate final java.lang.Boolean startXmlDeclaration()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate int handleXmlDeclaration()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate int handleDTD()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate final boolean parseDtdId(char[] buffer,
int ptr,
boolean system)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate boolean parseXmlDeclAttr(char[] buffer,
int ptr)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate int handleCData()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate int handleCDataStartMarker(byte b)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate int handlePI()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate final int handleComment()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate boolean asyncSkipSpace()
throws javax.xml.stream.XMLStreamException
NOTE: if available content ends with a CR, method will set
_pendingInput to PENDING_STATE_CR.
javax.xml.stream.XMLStreamExceptionprotected int handleEntityStartingToken()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected int handleNamedEntityStartingToken()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected int handleNumericEntityStartingToken()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected final boolean decodeHexEntity()
throws javax.xml.stream.XMLStreamException
_entityValue;
false otherwisejavax.xml.stream.XMLStreamExceptionprotected final boolean decodeDecEntity()
throws javax.xml.stream.XMLStreamException
_entityValue;
false otherwisejavax.xml.stream.XMLStreamExceptionprotected final int decodeGeneralEntity(PName entityName) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected int handleStartElementStart(byte b)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected int handleStartElement()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate void initStartElement(PName elemName)
private void initAttribute(byte quoteChar)
private int finishStartElement(boolean emptyTag)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate int handleEndElementStart()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate int handleEndElement()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected final int startCharacters(byte b)
throws javax.xml.stream.XMLStreamException
AsyncByteScannerXMLStreamReader.next() returns, no
blocking can occur when calling other methods.startCharacters in class AsyncByteScannerjavax.xml.stream.XMLStreamExceptionprotected final void finishCharacters()
throws javax.xml.stream.XMLStreamException
finishCharacters in class AsyncByteScannerjavax.xml.stream.XMLStreamExceptionprotected int handleEntityInCharacters()
throws javax.xml.stream.XMLStreamException
NOTE: unlike with generic parsing of named entities, where trailing semicolon needs to be left in place, here we should just process it right away.
javax.xml.stream.XMLStreamExceptionprotected int handleDecEntityInCharacters(int ptr)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected int handleHexEntityInCharacters(int ptr)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate final boolean handleAndAppendPending()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected boolean skipCharacters()
throws javax.xml.stream.XMLStreamException
skipCharacters in class AsyncByteScannerjavax.xml.stream.XMLStreamExceptionprivate final boolean skipPending()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate int skipEntityInCharacters()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected boolean skipCoalescedText()
throws javax.xml.stream.XMLStreamException
skipCoalescedText in class XmlScannerjavax.xml.stream.XMLStreamExceptionprotected boolean handleAttrValue()
throws javax.xml.stream.XMLStreamException
handleAttrValue in class AsyncByteScannerjavax.xml.stream.XMLStreamExceptionprivate final boolean handleAttrValuePending()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate final int handleAttrValuePendingUTF8()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate final int handleDecEntityInAttribute(boolean starting)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprivate final int handleHexEntityInAttribute(boolean starting)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected int handleEntityInAttributeValue()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected boolean handleNsDecl()
throws javax.xml.stream.XMLStreamException
handleNsDecl in class AsyncByteScannerjavax.xml.stream.XMLStreamExceptionprivate final boolean handleNsValuePending()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected PName parseNewName(byte b) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected PName parsePName() throws javax.xml.stream.XMLStreamException
Some notes about assumption implementation makes:
javax.xml.stream.XMLStreamExceptionprotected final PName parseNewEntityName(byte b) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected final PName parseEntityName() throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected final boolean handlePartialCR()
protected final int decodeUtf8_2(int c)
throws javax.xml.stream.XMLStreamException
Note: caller must guarantee enough data is available before calling the method
javax.xml.stream.XMLStreamExceptionprotected final void skipUtf8_2(int c)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected final int decodeUtf8_3(int c1)
throws javax.xml.stream.XMLStreamException
Note: caller must guarantee enough data is available before calling the method
javax.xml.stream.XMLStreamExceptionprotected final int decodeUtf8_3(int c1,
int c2,
int c3)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected final int decodeUtf8_4(int c)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionprotected final int decodeUtf8_4(int c1,
int c2,
int c3,
int c4)
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException