| java.lang.Object javanet.staxutils.BaseXMLStreamReader
BaseXMLStreamReader | abstract public class BaseXMLStreamReader implements XMLStreamReader(Code) | | Abstract base class for
XMLStreamReader implementations.
author: Christian Niles version: $Revision: 1.2 $ |
encoding | protected String encoding(Code) | | The stream encoding.
|
systemId | protected String systemId(Code) | | The stream system ID.
|
BaseXMLStreamReader | public BaseXMLStreamReader()(Code) | | |
getAttributeLocalName | public String getAttributeLocalName(int index)(Code) | | |
getAttributeNamespace | public String getAttributeNamespace(int index)(Code) | | |
getAttributePrefix | public String getAttributePrefix(int index)(Code) | | |
getEventTypeName | public String getEventTypeName()(Code) | | Returns the name of the current event type.
The name of the current event type. |
getStableLocation | public Location getStableLocation()(Code) | | Constructs a new, stable
Location from the current stream location.
If the stream location implements
StaticLocation , then the stream
location will be returned directly.
Constructs a new, stable Location from the current streamlocation, or the current Location itself if it is alreadystable. |
hasName | public boolean hasName()(Code) | | |
hasText | public boolean hasText()(Code) | | |
isCharacters | public boolean isCharacters()(Code) | | |
isEndElement | public boolean isEndElement()(Code) | | |
isStartElement | public boolean isStartElement()(Code) | | |
isWhiteSpace | public boolean isWhiteSpace()(Code) | | |
|
|