public interface XMLExtendedStreamReader extends XMLStreamReader
<xs:any>
content using a registered set of root
elements.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 and Description |
---|---|
void |
handleAny(ConfigurationBuilderHolder holder)
Handle an
<xs:any> -type nested element, passing in the given value, returning after
the end of the element. |
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
void handleAny(ConfigurationBuilderHolder holder) throws XMLStreamException
<xs:any>
-type nested element, passing in the given value, returning after
the end of the element. Must be positioned on a START_ELEMENT
or an exception will
occur. On return the cursor will be positioned on the corresponding END_ELEMENT
.value
- the value to pass inXMLStreamException
- if an error occurs (e.g. the given value does not match the type of the handler for
the element, or the element is unknown)Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.