public interface ADBXMLStreamReader extends javax.xml.stream.XMLStreamReader, Constants
Modifier and Type | Field and Description |
---|---|
static String |
ELEMENT_TEXT |
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
DATA_HANDLER, IS_BINARY, NIL, OM_ATTRIBUTE_KEY, OM_ELEMENT_KEY, OPTIMIZATION_ENABLED, TRUE, XSD_NAMESPACE, XSI_NAMESPACE
Modifier and Type | Method and Description |
---|---|
void |
addNamespaceContext(javax.xml.namespace.NamespaceContext nsContext)
add the parent namespace context to this parser
|
void |
init()
Initiate the parser - this will do whatever the needed tasks to initiate the parser and must
be called before attempting any specific parsing using this parser
|
boolean |
isDone()
Extra method to query the state of the pullparser
|
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
static final String ELEMENT_TEXT
boolean isDone()
void addNamespaceContext(javax.xml.namespace.NamespaceContext nsContext)
void init()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.