Class JAXBDataBinding.LocationFilterReader
- java.lang.Object
-
- javax.xml.stream.util.StreamReaderDelegate
-
- org.apache.cxf.tools.wsdlto.databinding.jaxb.JAXBDataBinding.LocationFilterReader
-
- All Implemented Interfaces:
XMLStreamConstants,XMLStreamReader
- Enclosing class:
- JAXBDataBinding
public static 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAttributeCount()StringgetAttributeLocalName(int index)QNamegetAttributeName(int index)StringgetAttributeNamespace(int index)StringgetAttributePrefix(int index)StringgetAttributeType(int index)StringgetAttributeValue(int index)StringgetAttributeValue(String namespaceURI, String localName)booleanisAttributeSpecified(int index)intnext()intnextTag()-
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
-
-
-
-
Method Detail
-
next
public int next() throws XMLStreamException- Specified by:
nextin interfaceXMLStreamReader- Overrides:
nextin classStreamReaderDelegate- Throws:
XMLStreamException
-
nextTag
public int nextTag() throws XMLStreamException- Specified by:
nextTagin interfaceXMLStreamReader- Overrides:
nextTagin classStreamReaderDelegate- Throws:
XMLStreamException
-
getAttributeCount
public int getAttributeCount()
- Specified by:
getAttributeCountin interfaceXMLStreamReader- Overrides:
getAttributeCountin classStreamReaderDelegate
-
getAttributeValue
public String getAttributeValue(String namespaceURI, String localName)
- Specified by:
getAttributeValuein interfaceXMLStreamReader- Overrides:
getAttributeValuein classStreamReaderDelegate
-
getAttributeValue
public String getAttributeValue(int index)
- Specified by:
getAttributeValuein interfaceXMLStreamReader- Overrides:
getAttributeValuein classStreamReaderDelegate
-
getAttributeName
public QName getAttributeName(int index)
- Specified by:
getAttributeNamein interfaceXMLStreamReader- Overrides:
getAttributeNamein classStreamReaderDelegate
-
getAttributePrefix
public String getAttributePrefix(int index)
- Specified by:
getAttributePrefixin interfaceXMLStreamReader- Overrides:
getAttributePrefixin classStreamReaderDelegate
-
getAttributeNamespace
public String getAttributeNamespace(int index)
- Specified by:
getAttributeNamespacein interfaceXMLStreamReader- Overrides:
getAttributeNamespacein classStreamReaderDelegate
-
getAttributeLocalName
public String getAttributeLocalName(int index)
- Specified by:
getAttributeLocalNamein interfaceXMLStreamReader- Overrides:
getAttributeLocalNamein classStreamReaderDelegate
-
getAttributeType
public String getAttributeType(int index)
- Specified by:
getAttributeTypein interfaceXMLStreamReader- Overrides:
getAttributeTypein classStreamReaderDelegate
-
isAttributeSpecified
public boolean isAttributeSpecified(int index)
- Specified by:
isAttributeSpecifiedin interfaceXMLStreamReader- Overrides:
isAttributeSpecifiedin classStreamReaderDelegate
-
-