org.codehaus.stax2.typed.TypedXMLStreamReader
, org.codehaus.stax2.validation.Validatable
, XMLStreamConstants
, XMLStreamReader
, org.codehaus.stax2.XMLStreamReader2
BasicStreamReader
, TypedStreamReader
, ValidatingStreamReader
public interface StreamReaderImpl
extends org.codehaus.stax2.XMLStreamReader2
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Modifier and Type | Method | Description |
---|---|---|
AttributeCollector |
getAttributeCollector() |
|
EntityDecl |
getCurrentEntityDecl() |
|
InputElementStack |
getInputElementStack() |
|
boolean |
isNamespaceAware() |
|
Object |
withStartElement(ElemCallback cb,
Location loc) |
getAttributeAs, getAttributeAsArray, getAttributeAsBinary, getAttributeAsBinary, getAttributeAsBoolean, getAttributeAsDecimal, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsFloatArray, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsInteger, getAttributeAsLong, getAttributeAsLongArray, getAttributeAsQName, getAttributeIndex, getElementAs, getElementAsBinary, getElementAsBinary, getElementAsBoolean, getElementAsDecimal, getElementAsDouble, getElementAsFloat, getElementAsInt, getElementAsInteger, getElementAsLong, getElementAsQName, readElementAsArray, readElementAsBinary, readElementAsBinary, readElementAsDoubleArray, readElementAsFloatArray, readElementAsIntArray, readElementAsLongArray
setValidationProblemHandler, stopValidatingAgainst, stopValidatingAgainst, validateAgainst
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, next, nextTag, require, standaloneSet
EntityDecl getCurrentEntityDecl()
Object withStartElement(ElemCallback cb, Location loc)
boolean isNamespaceAware()
AttributeCollector getAttributeCollector()
InputElementStack getInputElementStack()
Copyright © 2019 FasterXML. All rights reserved.