Apache CXF API

org.apache.cxf.endpoint.dynamic
Class DynamicClientFactory.LocationFilterReader

java.lang.Object
  extended by javax.xml.stream.util.StreamReaderDelegate
      extended by org.apache.cxf.endpoint.dynamic.DynamicClientFactory.LocationFilterReader
All Implemented Interfaces:
javax.xml.stream.XMLStreamConstants, javax.xml.stream.XMLStreamReader
Enclosing class:
DynamicClientFactory

public class DynamicClientFactory.LocationFilterReader
extends javax.xml.stream.util.StreamReaderDelegate
implements javax.xml.stream.XMLStreamReader


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
 
Method Summary
 int getAttributeCount()
           
 String getAttributeLocalName(int index)
           
 QName getAttributeName(int index)
           
 String getAttributeNamespace(int index)
           
 String getAttributePrefix(int index)
           
 String getAttributeType(int index)
           
 String getAttributeValue(int index)
           
 String getAttributeValue(String namespaceURI, String localName)
           
 boolean isAttributeSpecified(int index)
           
 int next()
           
 int nextTag()
           
 
Methods inherited from class javax.xml.stream.util.StreamReaderDelegate
close, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getParent, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, require, setParent, standaloneSet
 
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, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, require, standaloneSet
 

Method Detail

next

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

nextTag

public int nextTag()
            throws javax.xml.stream.XMLStreamException
Specified by:
nextTag in interface javax.xml.stream.XMLStreamReader
Overrides:
nextTag in class javax.xml.stream.util.StreamReaderDelegate
Throws:
javax.xml.stream.XMLStreamException

getAttributeCount

public int getAttributeCount()
Specified by:
getAttributeCount in interface javax.xml.stream.XMLStreamReader
Overrides:
getAttributeCount in class javax.xml.stream.util.StreamReaderDelegate

getAttributeValue

public String getAttributeValue(String namespaceURI,
                                String localName)
Specified by:
getAttributeValue in interface javax.xml.stream.XMLStreamReader
Overrides:
getAttributeValue in class javax.xml.stream.util.StreamReaderDelegate

getAttributeValue

public String getAttributeValue(int index)
Specified by:
getAttributeValue in interface javax.xml.stream.XMLStreamReader
Overrides:
getAttributeValue in class javax.xml.stream.util.StreamReaderDelegate

getAttributeName

public QName getAttributeName(int index)
Specified by:
getAttributeName in interface javax.xml.stream.XMLStreamReader
Overrides:
getAttributeName in class javax.xml.stream.util.StreamReaderDelegate

getAttributePrefix

public String getAttributePrefix(int index)
Specified by:
getAttributePrefix in interface javax.xml.stream.XMLStreamReader
Overrides:
getAttributePrefix in class javax.xml.stream.util.StreamReaderDelegate

getAttributeNamespace

public String getAttributeNamespace(int index)
Specified by:
getAttributeNamespace in interface javax.xml.stream.XMLStreamReader
Overrides:
getAttributeNamespace in class javax.xml.stream.util.StreamReaderDelegate

getAttributeLocalName

public String getAttributeLocalName(int index)
Specified by:
getAttributeLocalName in interface javax.xml.stream.XMLStreamReader
Overrides:
getAttributeLocalName in class javax.xml.stream.util.StreamReaderDelegate

getAttributeType

public String getAttributeType(int index)
Specified by:
getAttributeType in interface javax.xml.stream.XMLStreamReader
Overrides:
getAttributeType in class javax.xml.stream.util.StreamReaderDelegate

isAttributeSpecified

public boolean isAttributeSpecified(int index)
Specified by:
isAttributeSpecified in interface javax.xml.stream.XMLStreamReader
Overrides:
isAttributeSpecified in class javax.xml.stream.util.StreamReaderDelegate

Apache CXF API

Apache CXF