public class DynamicClientFactory.LocationFilterReader extends 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 XMLStreamException
next in interface XMLStreamReadernext in class StreamReaderDelegateXMLStreamExceptionpublic int nextTag()
throws XMLStreamException
nextTag in interface XMLStreamReadernextTag in class StreamReaderDelegateXMLStreamExceptionpublic int getAttributeCount()
getAttributeCount in interface XMLStreamReadergetAttributeCount in class StreamReaderDelegatepublic String getAttributeValue(String namespaceURI, String localName)
getAttributeValue in interface XMLStreamReadergetAttributeValue in class StreamReaderDelegatepublic String getAttributeValue(int index)
getAttributeValue in interface XMLStreamReadergetAttributeValue in class StreamReaderDelegatepublic QName getAttributeName(int index)
getAttributeName in interface XMLStreamReadergetAttributeName in class StreamReaderDelegatepublic String getAttributePrefix(int index)
getAttributePrefix in interface XMLStreamReadergetAttributePrefix in class StreamReaderDelegatepublic String getAttributeNamespace(int index)
getAttributeNamespace in interface XMLStreamReadergetAttributeNamespace in class StreamReaderDelegatepublic String getAttributeLocalName(int index)
getAttributeLocalName in interface XMLStreamReadergetAttributeLocalName in class StreamReaderDelegatepublic String getAttributeType(int index)
getAttributeType in interface XMLStreamReadergetAttributeType in class StreamReaderDelegatepublic boolean isAttributeSpecified(int index)
isAttributeSpecified in interface XMLStreamReaderisAttributeSpecified in class StreamReaderDelegateApache CXF