|
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
org.springframework.xml.stream.XmlEventStreamReader
StaxUtils.createEventStreamReader(XMLEventReader)
@Deprecated public class XmlEventStreamReader
Implementation of the XMLStreamReader
interface that wraps a XMLEventReader
. Useful,
because the StAX XMLInputFactory
allows one to create a event reader from a stream reader, but not
vice-versa.
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 | |
---|---|
XmlEventStreamReader(XMLEventReader eventReader)
Deprecated. |
Method Summary | |
---|---|
void |
close()
Deprecated. |
int |
getAttributeCount()
Deprecated. |
QName |
getAttributeName(int index)
Deprecated. |
String |
getAttributeType(int index)
Deprecated. |
String |
getAttributeValue(int index)
Deprecated. |
String |
getCharacterEncodingScheme()
Deprecated. |
String |
getEncoding()
Deprecated. |
int |
getEventType()
Deprecated. |
Location |
getLocation()
Deprecated. |
QName |
getName()
Deprecated. |
NamespaceContext |
getNamespaceContext()
Deprecated. |
int |
getNamespaceCount()
Deprecated. |
String |
getNamespacePrefix(int index)
Deprecated. |
String |
getNamespaceURI(int index)
Deprecated. |
String |
getPIData()
Deprecated. |
String |
getPITarget()
Deprecated. |
Object |
getProperty(String name)
Deprecated. |
String |
getText()
Deprecated. |
int |
getTextStart()
Deprecated. |
String |
getVersion()
Deprecated. |
boolean |
isAttributeSpecified(int index)
Deprecated. |
boolean |
isStandalone()
Deprecated. |
int |
next()
Deprecated. |
boolean |
standaloneSet()
Deprecated. |
Methods inherited from class org.springframework.xml.stream.AbstractXmlStreamReader |
---|
getAttributeLocalName, getAttributeNamespace, getAttributePrefix, getAttributeValue, getElementText, getLocalName, getNamespaceURI, getNamespaceURI, getPrefix, getTextCharacters, getTextCharacters, getTextLength, hasName, hasNext, hasText, isCharacters, isEndElement, isStartElement, isWhiteSpace, nextTag, require |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlEventStreamReader(XMLEventReader eventReader) throws XMLStreamException
XMLStreamException
Method Detail |
---|
public boolean isStandalone()
public String getVersion()
public int getTextStart()
public String getText()
public String getPITarget()
public String getPIData()
public int getNamespaceCount()
public NamespaceContext getNamespaceContext()
public QName getName()
public Location getLocation()
public int getEventType()
public String getEncoding()
public String getCharacterEncodingScheme()
public int getAttributeCount()
public void close() throws XMLStreamException
XMLStreamException
public QName getAttributeName(int index)
public String getAttributeType(int index)
public String getAttributeValue(int index)
public String getNamespacePrefix(int index)
public String getNamespaceURI(int index)
public Object getProperty(String name) throws IllegalArgumentException
IllegalArgumentException
public boolean isAttributeSpecified(int index)
public int next() throws XMLStreamException
XMLStreamException
public boolean standaloneSet()
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |