public class JAXBDataBinding.LocationFilterReader extends javax.xml.stream.util.StreamReaderDelegate
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Modifier and Type | Method and Description |
|---|---|
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() |
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, standaloneSetpublic int next()
throws javax.xml.stream.XMLStreamException
next in interface javax.xml.stream.XMLStreamReadernext in class javax.xml.stream.util.StreamReaderDelegatejavax.xml.stream.XMLStreamExceptionpublic int nextTag()
throws javax.xml.stream.XMLStreamException
nextTag in interface javax.xml.stream.XMLStreamReadernextTag in class javax.xml.stream.util.StreamReaderDelegatejavax.xml.stream.XMLStreamExceptionpublic int getAttributeCount()
getAttributeCount in interface javax.xml.stream.XMLStreamReadergetAttributeCount in class javax.xml.stream.util.StreamReaderDelegatepublic String getAttributeValue(String namespaceURI, String localName)
getAttributeValue in interface javax.xml.stream.XMLStreamReadergetAttributeValue in class javax.xml.stream.util.StreamReaderDelegatepublic String getAttributeValue(int index)
getAttributeValue in interface javax.xml.stream.XMLStreamReadergetAttributeValue in class javax.xml.stream.util.StreamReaderDelegatepublic QName getAttributeName(int index)
getAttributeName in interface javax.xml.stream.XMLStreamReadergetAttributeName in class javax.xml.stream.util.StreamReaderDelegatepublic String getAttributePrefix(int index)
getAttributePrefix in interface javax.xml.stream.XMLStreamReadergetAttributePrefix in class javax.xml.stream.util.StreamReaderDelegatepublic String getAttributeNamespace(int index)
getAttributeNamespace in interface javax.xml.stream.XMLStreamReadergetAttributeNamespace in class javax.xml.stream.util.StreamReaderDelegatepublic String getAttributeLocalName(int index)
getAttributeLocalName in interface javax.xml.stream.XMLStreamReadergetAttributeLocalName in class javax.xml.stream.util.StreamReaderDelegatepublic String getAttributeType(int index)
getAttributeType in interface javax.xml.stream.XMLStreamReadergetAttributeType in class javax.xml.stream.util.StreamReaderDelegatepublic boolean isAttributeSpecified(int index)
isAttributeSpecified in interface javax.xml.stream.XMLStreamReaderisAttributeSpecified in class javax.xml.stream.util.StreamReaderDelegateApache CXF