|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.xml.stream.AbstractXmlStreamReader
@Deprecated public abstract class AbstractXmlStreamReader
Abstract base class for XMLStreamReader
s.
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 | |
---|---|
AbstractXmlStreamReader()
Deprecated. |
Method Summary | |
---|---|
String |
getAttributeLocalName(int index)
Deprecated. |
String |
getAttributeNamespace(int index)
Deprecated. |
String |
getAttributePrefix(int index)
Deprecated. |
String |
getAttributeValue(String namespaceURI,
String localName)
Deprecated. |
String |
getElementText()
Deprecated. |
String |
getLocalName()
Deprecated. |
String |
getNamespaceURI()
Deprecated. |
String |
getNamespaceURI(String prefix)
Deprecated. |
String |
getPrefix()
Deprecated. |
char[] |
getTextCharacters()
Deprecated. |
int |
getTextCharacters(int sourceStart,
char[] target,
int targetStart,
int length)
Deprecated. |
int |
getTextLength()
Deprecated. |
boolean |
hasName()
Deprecated. |
boolean |
hasNext()
Deprecated. |
boolean |
hasText()
Deprecated. |
boolean |
isCharacters()
Deprecated. |
boolean |
isEndElement()
Deprecated. |
boolean |
isStartElement()
Deprecated. |
boolean |
isWhiteSpace()
Deprecated. |
int |
nextTag()
Deprecated. |
void |
require(int expectedType,
String namespaceURI,
String localName)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.xml.stream.XMLStreamReader |
---|
close, getAttributeCount, getAttributeName, getAttributeType, getAttributeValue, getCharacterEncodingScheme, getEncoding, getEventType, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getPIData, getPITarget, getProperty, getText, getTextStart, getVersion, isAttributeSpecified, isStandalone, next, standaloneSet |
Constructor Detail |
---|
public AbstractXmlStreamReader()
Method Detail |
---|
public String getElementText() throws XMLStreamException
getElementText
in interface XMLStreamReader
XMLStreamException
public String getAttributeLocalName(int index)
getAttributeLocalName
in interface XMLStreamReader
public String getAttributeNamespace(int index)
getAttributeNamespace
in interface XMLStreamReader
public String getAttributePrefix(int index)
getAttributePrefix
in interface XMLStreamReader
public String getNamespaceURI()
getNamespaceURI
in interface XMLStreamReader
public String getNamespaceURI(String prefix)
getNamespaceURI
in interface XMLStreamReader
public boolean hasText()
hasText
in interface XMLStreamReader
public String getPrefix()
getPrefix
in interface XMLStreamReader
public boolean hasName()
hasName
in interface XMLStreamReader
public boolean isWhiteSpace()
isWhiteSpace
in interface XMLStreamReader
public boolean isStartElement()
isStartElement
in interface XMLStreamReader
public boolean isEndElement()
isEndElement
in interface XMLStreamReader
public boolean isCharacters()
isCharacters
in interface XMLStreamReader
public int nextTag() throws XMLStreamException
nextTag
in interface XMLStreamReader
XMLStreamException
public void require(int expectedType, String namespaceURI, String localName) throws XMLStreamException
require
in interface XMLStreamReader
XMLStreamException
public String getAttributeValue(String namespaceURI, String localName)
getAttributeValue
in interface XMLStreamReader
public boolean hasNext() throws XMLStreamException
hasNext
in interface XMLStreamReader
XMLStreamException
public String getLocalName()
getLocalName
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
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |