| |
|
| java.lang.Object org.jibx.runtime.impl.StAXReaderWrapper
StAXReaderWrapper | public class StAXReaderWrapper implements IXMLReader(Code) | | Wrapper for a StAX parser implementation. This delegates most calls
more or less directly, only adding the required namespace functionality
on top of the StAX API.
|
m_isNamespaceAware | final boolean m_isNamespaceAware(Code) | | Parser processing namespaces flag.
|
m_nestingDepth | int m_nestingDepth(Code) | | Current element nesting depth.
|
s_eventTranslations | final static byte[] s_eventTranslations(Code) | | Event type code translation array. Indexed by the StAX event code, it
returns the corresponding XML reader event code.
|
StAXReaderWrapper | public StAXReaderWrapper(XMLStreamReader rdr, String name, boolean nsa)(Code) | | Constructor used by factory.
Parameters: rdr - event reader Parameters: nsa - namespace aware flag |
buildPositionString | public String buildPositionString()(Code) | | Build current parse input position description.
text description of current parse position |
getAttributeCount | public int getAttributeCount()(Code) | | |
getAttributeName | public String getAttributeName(int index)(Code) | | |
getAttributeNamespace | public String getAttributeNamespace(int index)(Code) | | |
getAttributePrefix | public String getAttributePrefix(int index)(Code) | | |
getAttributeValue | public String getAttributeValue(int index)(Code) | | |
getColumnNumber | public int getColumnNumber()(Code) | | |
getLineNumber | public int getLineNumber()(Code) | | |
getNamespaceCount | public int getNamespaceCount(int depth)(Code) | | |
getNamespacePrefix | public String getNamespacePrefix(int index)(Code) | | |
getNamespaceUri | public String getNamespaceUri(int index)(Code) | | |
getNestingDepth | public int getNestingDepth()(Code) | | |
isNamespaceAware | public boolean isNamespaceAware()(Code) | | |
|
|
|