org.apache.cxf.staxutils.transform
Class InTransformReader

java.lang.Object
  extended by org.apache.cxf.staxutils.DepthXMLStreamReader
      extended by org.apache.cxf.staxutils.transform.InTransformReader
All Implemented Interfaces:
javax.xml.stream.XMLStreamConstants, javax.xml.stream.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
InTransformReader(javax.xml.stream.XMLStreamReader reader, Map<String,String> inMap, Map<String,String> appendMap, boolean blockOriginalReader)
           
 
Method Summary
 String getLocalName()
           
 QName getName()
           
 NamespaceContext getNamespaceContext()
           
 String getNamespacePrefix(int index)
           
 String getNamespaceURI()
           
 String getNamespaceURI(int index)
           
 String getPrefix()
           
 Object getProperty(String name)
           
 javax.xml.stream.XMLStreamReader getReader()
           
 int next()
           
 
Methods inherited from class org.apache.cxf.staxutils.DepthXMLStreamReader
close, equals, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getDepth, getElementText, getEncoding, getEventType, getLocation, getNamespaceCount, getNamespaceURI, getPIData, getPITarget, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hashCode, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, nextTag, require, standaloneSet, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InTransformReader

public InTransformReader(javax.xml.stream.XMLStreamReader reader,
                         Map<String,String> inMap,
                         Map<String,String> appendMap,
                         boolean blockOriginalReader)
Method Detail

getReader

public javax.xml.stream.XMLStreamReader getReader()
Overrides:
getReader in class DepthXMLStreamReader

next

public int next()
         throws javax.xml.stream.XMLStreamException
Specified by:
next in interface javax.xml.stream.XMLStreamReader
Overrides:
next in class DepthXMLStreamReader
Throws:
javax.xml.stream.XMLStreamException

getProperty

public Object getProperty(String name)
                   throws IllegalArgumentException
Specified by:
getProperty in interface javax.xml.stream.XMLStreamReader
Overrides:
getProperty in class DepthXMLStreamReader
Throws:
IllegalArgumentException

getLocalName

public String getLocalName()
Specified by:
getLocalName in interface javax.xml.stream.XMLStreamReader
Overrides:
getLocalName in class DepthXMLStreamReader

getNamespaceContext

public NamespaceContext getNamespaceContext()
Specified by:
getNamespaceContext in interface javax.xml.stream.XMLStreamReader
Overrides:
getNamespaceContext in class DepthXMLStreamReader

getPrefix

public String getPrefix()
Specified by:
getPrefix in interface javax.xml.stream.XMLStreamReader
Overrides:
getPrefix in class DepthXMLStreamReader

getNamespaceURI

public String getNamespaceURI(int index)
Specified by:
getNamespaceURI in interface javax.xml.stream.XMLStreamReader
Overrides:
getNamespaceURI in class DepthXMLStreamReader

getNamespacePrefix

public String getNamespacePrefix(int index)
Specified by:
getNamespacePrefix in interface javax.xml.stream.XMLStreamReader
Overrides:
getNamespacePrefix in class DepthXMLStreamReader

getNamespaceURI

public String getNamespaceURI()
Specified by:
getNamespaceURI in interface javax.xml.stream.XMLStreamReader
Overrides:
getNamespaceURI in class DepthXMLStreamReader

getName

public QName getName()
Specified by:
getName in interface javax.xml.stream.XMLStreamReader
Overrides:
getName in class DepthXMLStreamReader


Apache CXF