Class InTransformReader
- java.lang.Object
-
- org.apache.cxf.staxutils.DepthXMLStreamReader
-
- org.apache.cxf.staxutils.transform.InTransformReader
-
- All Implemented Interfaces:
XMLStreamConstants
,XMLStreamReader
public class InTransformReader extends DepthXMLStreamReader
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.staxutils.DepthXMLStreamReader
reader
-
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 Constructor Description InTransformReader(XMLStreamReader reader, Map<String,String> inMap, Map<String,String> appendMap, boolean blockOriginalReader)
InTransformReader(XMLStreamReader reader, Map<String,String> inEMap, Map<String,String> appendMap, List<String> dropESet, Map<String,String> inAMap, boolean blockOriginalReader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAttributeCount()
String
getAttributeLocalName(int arg0)
QName
getAttributeName(int arg0)
String
getAttributeNamespace(int arg0)
String
getAttributePrefix(int arg0)
String
getAttributeType(int arg0)
String
getAttributeValue(int arg0)
String
getAttributeValue(String namespace, String localName)
String
getLocalName()
QName
getName()
NamespaceContext
getNamespaceContext()
String
getNamespacePrefix(int index)
String
getNamespaceURI()
String
getNamespaceURI(int index)
String
getNamespaceURI(String prefix)
String
getPrefix()
Object
getProperty(String name)
XMLStreamReader
getReader()
String
getText()
char[]
getTextCharacters()
int
getTextCharacters(int sourceStart, char[] target, int targetStart, int length)
int
getTextLength()
int
next()
-
Methods inherited from class org.apache.cxf.staxutils.DepthXMLStreamReader
close, equals, getCharacterEncodingScheme, getDepth, getElementText, getEncoding, getEventType, getLocation, getNamespaceCount, getPIData, getPITarget, getTextStart, getVersion, hashCode, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, nextTag, require, standaloneSet, toString
-
-
-
-
Method Detail
-
getReader
public XMLStreamReader getReader()
- Overrides:
getReader
in classDepthXMLStreamReader
-
next
public int next() throws XMLStreamException
- Specified by:
next
in interfaceXMLStreamReader
- Overrides:
next
in classDepthXMLStreamReader
- Throws:
XMLStreamException
-
getProperty
public Object getProperty(String name)
- Specified by:
getProperty
in interfaceXMLStreamReader
- Overrides:
getProperty
in classDepthXMLStreamReader
-
getLocalName
public String getLocalName()
- Specified by:
getLocalName
in interfaceXMLStreamReader
- Overrides:
getLocalName
in classDepthXMLStreamReader
-
getNamespaceContext
public NamespaceContext getNamespaceContext()
- Specified by:
getNamespaceContext
in interfaceXMLStreamReader
- Overrides:
getNamespaceContext
in classDepthXMLStreamReader
-
getPrefix
public String getPrefix()
- Specified by:
getPrefix
in interfaceXMLStreamReader
- Overrides:
getPrefix
in classDepthXMLStreamReader
-
getNamespaceURI
public String getNamespaceURI(int index)
- Specified by:
getNamespaceURI
in interfaceXMLStreamReader
- Overrides:
getNamespaceURI
in classDepthXMLStreamReader
-
getNamespacePrefix
public String getNamespacePrefix(int index)
- Specified by:
getNamespacePrefix
in interfaceXMLStreamReader
- Overrides:
getNamespacePrefix
in classDepthXMLStreamReader
-
getNamespaceURI
public String getNamespaceURI(String prefix)
- Specified by:
getNamespaceURI
in interfaceXMLStreamReader
- Overrides:
getNamespaceURI
in classDepthXMLStreamReader
-
getNamespaceURI
public String getNamespaceURI()
- Specified by:
getNamespaceURI
in interfaceXMLStreamReader
- Overrides:
getNamespaceURI
in classDepthXMLStreamReader
-
getName
public QName getName()
- Specified by:
getName
in interfaceXMLStreamReader
- Overrides:
getName
in classDepthXMLStreamReader
-
getAttributeCount
public int getAttributeCount()
- Specified by:
getAttributeCount
in interfaceXMLStreamReader
- Overrides:
getAttributeCount
in classDepthXMLStreamReader
-
getAttributeLocalName
public String getAttributeLocalName(int arg0)
- Specified by:
getAttributeLocalName
in interfaceXMLStreamReader
- Overrides:
getAttributeLocalName
in classDepthXMLStreamReader
-
getAttributeName
public QName getAttributeName(int arg0)
- Specified by:
getAttributeName
in interfaceXMLStreamReader
- Overrides:
getAttributeName
in classDepthXMLStreamReader
-
getAttributeNamespace
public String getAttributeNamespace(int arg0)
- Specified by:
getAttributeNamespace
in interfaceXMLStreamReader
- Overrides:
getAttributeNamespace
in classDepthXMLStreamReader
-
getAttributePrefix
public String getAttributePrefix(int arg0)
- Specified by:
getAttributePrefix
in interfaceXMLStreamReader
- Overrides:
getAttributePrefix
in classDepthXMLStreamReader
-
getAttributeType
public String getAttributeType(int arg0)
- Specified by:
getAttributeType
in interfaceXMLStreamReader
- Overrides:
getAttributeType
in classDepthXMLStreamReader
-
getAttributeValue
public String getAttributeValue(int arg0)
- Specified by:
getAttributeValue
in interfaceXMLStreamReader
- Overrides:
getAttributeValue
in classDepthXMLStreamReader
-
getAttributeValue
public String getAttributeValue(String namespace, String localName)
- Specified by:
getAttributeValue
in interfaceXMLStreamReader
- Overrides:
getAttributeValue
in classDepthXMLStreamReader
-
getText
public String getText()
- Specified by:
getText
in interfaceXMLStreamReader
- Overrides:
getText
in classDepthXMLStreamReader
-
getTextCharacters
public char[] getTextCharacters()
- Specified by:
getTextCharacters
in interfaceXMLStreamReader
- Overrides:
getTextCharacters
in classDepthXMLStreamReader
-
getTextCharacters
public int getTextCharacters(int sourceStart, char[] target, int targetStart, int length) throws XMLStreamException
- Specified by:
getTextCharacters
in interfaceXMLStreamReader
- Overrides:
getTextCharacters
in classDepthXMLStreamReader
- Throws:
XMLStreamException
-
getTextLength
public int getTextLength()
- Specified by:
getTextLength
in interfaceXMLStreamReader
- Overrides:
getTextLength
in classDepthXMLStreamReader
-
-