GNU Classpath (0.95) | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.xml.stream.util.ReaderDelegate
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 | |
| |
|
Method Summary | |
void |
|
int | |
String |
|
QName |
|
String |
|
String |
|
String |
|
String |
|
String |
|
String | |
String | |
String | |
int | |
String | |
Location | |
QName |
|
NamespaceContext | |
int | |
String |
|
String | |
String |
|
String |
|
String | |
String | |
XMLStreamReader |
|
String | |
Object |
|
String |
|
char[] | |
int |
|
int | |
int | |
String | |
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
int |
|
int |
|
void | |
void |
|
boolean |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public ReaderDelegate(XMLStreamReader reader)
Constructs an empty filter with the specfied parent.
public int getAttributeCount()
- Specified by:
- getAttributeCount in interface XMLStreamReader
public String getAttributeLocalName(int index)
- Specified by:
- getAttributeLocalName in interface XMLStreamReader
public QName getAttributeName(int index)
- Specified by:
- getAttributeName in interface XMLStreamReader
public String getAttributeNamespace(int index)
- Specified by:
- getAttributeNamespace in interface XMLStreamReader
public String getAttributePrefix(int index)
- Specified by:
- getAttributePrefix in interface XMLStreamReader
public String getAttributeType(int index)
- Specified by:
- getAttributeType in interface XMLStreamReader
public String getAttributeValue(int index)
- Specified by:
- getAttributeValue in interface XMLStreamReader
public String getAttributeValue(String namespaceUri, String localName)
- Specified by:
- getAttributeValue in interface XMLStreamReader
public String getCharacterEncodingScheme()
- Specified by:
- getCharacterEncodingScheme in interface XMLStreamReader
public String getElementText() throws XMLStreamException
- Specified by:
- getElementText in interface XMLStreamReader
public NamespaceContext getNamespaceContext()
- Specified by:
- getNamespaceContext in interface XMLStreamReader
public int getNamespaceCount()
- Specified by:
- getNamespaceCount in interface XMLStreamReader
public String getNamespacePrefix(int index)
- Specified by:
- getNamespacePrefix in interface XMLStreamReader
public String getNamespaceURI()
- Specified by:
- getNamespaceURI in interface XMLStreamReader
public String getNamespaceURI(int index)
- Specified by:
- getNamespaceURI in interface XMLStreamReader
public String getNamespaceURI(String prefix)
- Specified by:
- getNamespaceURI in interface XMLStreamReader
public Object getProperty(String name)
- Specified by:
- getProperty in interface XMLStreamReader
public char[] getTextCharacters()
- Specified by:
- getTextCharacters in interface XMLStreamReader
public int getTextCharacters(int sourceStart, char[] target, int targetStart, int length) throws XMLStreamException
- Specified by:
- getTextCharacters in interface XMLStreamReader
public boolean hasNext() throws XMLStreamException
- Specified by:
- hasNext in interface XMLStreamReader
public boolean isAttributeSpecified(int index)
- Specified by:
- isAttributeSpecified in interface XMLStreamReader
public boolean isStartElement()
- Specified by:
- isStartElement in interface XMLStreamReader
public int nextTag() throws XMLStreamException
- Specified by:
- nextTag in interface XMLStreamReader
public void require(int type, String namespaceURI, String localName) throws XMLStreamException
- Specified by:
- require in interface XMLStreamReader
GNU Classpath (0.95) |