Apache CXF API

org.apache.cxf.tools.wsdlto.databinding.jaxb
Class JAXBDataBinding.LocationFilterReader

java.lang.Object
  extended by javax.xml.stream.util.StreamReaderDelegate
      extended by org.apache.cxf.tools.wsdlto.databinding.jaxb.JAXBDataBinding.LocationFilterReader
All Implemented Interfaces:
XMLStreamConstants, XMLStreamReader
Enclosing class:
JAXBDataBinding

public class JAXBDataBinding.LocationFilterReader
extends StreamReaderDelegate


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
 

Method Detail

next

public int next()
         throws XMLStreamException
Specified by:
next in interface XMLStreamReader
Overrides:
next in class StreamReaderDelegate
Throws:
XMLStreamException

nextTag

public int nextTag()
            throws XMLStreamException
Specified by:
nextTag in interface XMLStreamReader
Overrides:
nextTag in class StreamReaderDelegate
Throws:
XMLStreamException

getAttributeCount

public int getAttributeCount()
Specified by:
getAttributeCount in interface XMLStreamReader
Overrides:
getAttributeCount in class StreamReaderDelegate

getAttributeValue

public String getAttributeValue(String namespaceURI,
                                String localName)
Specified by:
getAttributeValue in interface XMLStreamReader
Overrides:
getAttributeValue in class StreamReaderDelegate

getAttributeValue

public String getAttributeValue(int index)
Specified by:
getAttributeValue in interface XMLStreamReader
Overrides:
getAttributeValue in class StreamReaderDelegate

getAttributeName

public QName getAttributeName(int index)
Specified by:
getAttributeName in interface XMLStreamReader
Overrides:
getAttributeName in class StreamReaderDelegate

getAttributePrefix

public String getAttributePrefix(int index)
Specified by:
getAttributePrefix in interface XMLStreamReader
Overrides:
getAttributePrefix in class StreamReaderDelegate

getAttributeNamespace

public String getAttributeNamespace(int index)
Specified by:
getAttributeNamespace in interface XMLStreamReader
Overrides:
getAttributeNamespace in class StreamReaderDelegate

getAttributeLocalName

public String getAttributeLocalName(int index)
Specified by:
getAttributeLocalName in interface XMLStreamReader
Overrides:
getAttributeLocalName in class StreamReaderDelegate

getAttributeType

public String getAttributeType(int index)
Specified by:
getAttributeType in interface XMLStreamReader
Overrides:
getAttributeType in class StreamReaderDelegate

isAttributeSpecified

public boolean isAttributeSpecified(int index)
Specified by:
isAttributeSpecified in interface XMLStreamReader
Overrides:
isAttributeSpecified in class StreamReaderDelegate

Apache CXF API

Apache CXF