public abstract class AbstractXMLStreamReader extends Object implements XMLStreamReader
Modifier and Type | Field and Description |
---|---|
protected int |
event |
protected Node |
node |
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Constructor and Description |
---|
AbstractXMLStreamReader() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getElementText, getNamespaceContext, getText, next
protected int event
protected Node node
public boolean isAttributeSpecified(int index)
isAttributeSpecified
in interface XMLStreamReader
public boolean isCharacters()
isCharacters
in interface XMLStreamReader
public boolean isEndElement()
isEndElement
in interface XMLStreamReader
public boolean isStandalone()
isStandalone
in interface XMLStreamReader
public boolean isStartElement()
isStartElement
in interface XMLStreamReader
public boolean isWhiteSpace()
isWhiteSpace
in interface XMLStreamReader
public int nextTag() throws XMLStreamException
nextTag
in interface XMLStreamReader
XMLStreamException
public int getEventType()
getEventType
in interface XMLStreamReader
public void require(int arg0, String arg1, String arg2) throws XMLStreamException
require
in interface XMLStreamReader
XMLStreamException
public int getAttributeCount()
getAttributeCount
in interface XMLStreamReader
public String getAttributeLocalName(int n)
getAttributeLocalName
in interface XMLStreamReader
public QName getAttributeName(int n)
getAttributeName
in interface XMLStreamReader
public String getAttributeNamespace(int n)
getAttributeNamespace
in interface XMLStreamReader
public String getAttributePrefix(int n)
getAttributePrefix
in interface XMLStreamReader
public String getAttributeValue(int n)
getAttributeValue
in interface XMLStreamReader
public String getAttributeValue(String ns, String local)
getAttributeValue
in interface XMLStreamReader
public String getAttributeType(int index)
getAttributeType
in interface XMLStreamReader
public String getLocalName()
getLocalName
in interface XMLStreamReader
public QName getName()
getName
in interface XMLStreamReader
public String getNamespaceURI()
getNamespaceURI
in interface XMLStreamReader
public int getNamespaceCount()
getNamespaceCount
in interface XMLStreamReader
public String getNamespacePrefix(int n)
getNamespacePrefix
in interface XMLStreamReader
public String getNamespaceURI(int n)
getNamespaceURI
in interface XMLStreamReader
public String getNamespaceURI(String prefix)
getNamespaceURI
in interface XMLStreamReader
public boolean hasName()
hasName
in interface XMLStreamReader
public boolean hasNext() throws XMLStreamException
hasNext
in interface XMLStreamReader
XMLStreamException
public boolean hasText()
hasText
in interface XMLStreamReader
public boolean standaloneSet()
standaloneSet
in interface XMLStreamReader
public String getCharacterEncodingScheme()
getCharacterEncodingScheme
in interface XMLStreamReader
public String getEncoding()
getEncoding
in interface XMLStreamReader
public Location getLocation()
getLocation
in interface XMLStreamReader
public String getPIData()
getPIData
in interface XMLStreamReader
public String getPITarget()
getPITarget
in interface XMLStreamReader
public String getPrefix()
getPrefix
in interface XMLStreamReader
public Object getProperty(String arg0) throws IllegalArgumentException
getProperty
in interface XMLStreamReader
IllegalArgumentException
public String getVersion()
getVersion
in interface XMLStreamReader
public char[] getTextCharacters()
getTextCharacters
in interface XMLStreamReader
public int getTextCharacters(int sourceStart, char[] target, int targetStart, int length) throws XMLStreamException
getTextCharacters
in interface XMLStreamReader
XMLStreamException
public int getTextLength()
getTextLength
in interface XMLStreamReader
public int getTextStart()
getTextStart
in interface XMLStreamReader
Copyright © 2023. All rights reserved.