Package org.apache.axiom.util.stax
Class AbstractXMLStreamReader
java.lang.Object
org.apache.axiom.util.stax.AbstractXMLStreamReader
- All Implemented Interfaces:
XMLStreamConstants,XMLStreamReader
Deprecated.
This class is no longer maintained.
Partial implementation of the
XMLStreamReader interface.
This class implements methods that can be easily expressed in terms of other
(abstract) methods or for which it makes sense to provide a default
implementation.-
Field Summary
Fields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.stream.XMLStreamReader
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getEncoding, getEventType, getLocalName, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasNext, isAttributeSpecified, isStandalone, next, standaloneSet
-
Constructor Details
-
AbstractXMLStreamReader
public AbstractXMLStreamReader()Deprecated.
-
-
Method Details
-
getLocation
Deprecated.- Specified by:
getLocationin interfaceXMLStreamReader
-
hasText
public boolean hasText()Deprecated.- Specified by:
hasTextin interfaceXMLStreamReader- Returns:
- Returns boolean.
- See Also:
-
nextTag
Deprecated.Returns the next tag.- Specified by:
nextTagin interfaceXMLStreamReader- Returns:
- Returns int.
- Throws:
XMLStreamException
-
isStartElement
public boolean isStartElement()Deprecated.- Specified by:
isStartElementin interfaceXMLStreamReader
-
isEndElement
public boolean isEndElement()Deprecated.- Specified by:
isEndElementin interfaceXMLStreamReader
-
isCharacters
public boolean isCharacters()Deprecated.- Specified by:
isCharactersin interfaceXMLStreamReader
-
isWhiteSpace
public boolean isWhiteSpace()Deprecated.- Specified by:
isWhiteSpacein interfaceXMLStreamReader
-
hasName
public boolean hasName()Deprecated.- Specified by:
hasNamein interfaceXMLStreamReader
-
require
Deprecated.- Specified by:
requirein interfaceXMLStreamReader- Throws:
XMLStreamException
-
getElementText
Deprecated.- Specified by:
getElementTextin interfaceXMLStreamReader- Throws:
XMLStreamException
-