close
public void close()
throws javax.xml.stream.XMLStreamException
- close in interface javax.xml.stream.XMLStreamReader
endDocumentIsPresent
public boolean endDocumentIsPresent()
getAttributeCount
public int getAttributeCount()
- getAttributeCount in interface javax.xml.stream.XMLStreamReader
getAttributeLocalName
public String getAttributeLocalName(int index)
- getAttributeLocalName in interface javax.xml.stream.XMLStreamReader
getAttributeName
public javax.xml.namespace.QName getAttributeName(int index)
- getAttributeName in interface javax.xml.stream.XMLStreamReader
getAttributeNamespace
public String getAttributeNamespace(int index)
- getAttributeNamespace in interface javax.xml.stream.XMLStreamReader
getAttributePrefix
public String getAttributePrefix(int index)
- getAttributePrefix in interface javax.xml.stream.XMLStreamReader
getAttributeType
public String getAttributeType(int index)
- getAttributeType in interface javax.xml.stream.XMLStreamReader
getAttributeValue
public String getAttributeValue(String namespaceUri,
String localName)
- getAttributeValue in interface javax.xml.stream.XMLStreamReader
getAttributeValue
public String getAttributeValue(int index)
- getAttributeValue in interface javax.xml.stream.XMLStreamReader
getCharacterEncodingScheme
public String getCharacterEncodingScheme()
- getCharacterEncodingScheme in interface javax.xml.stream.XMLStreamReader
getElementText
public String getElementText()
throws javax.xml.stream.XMLStreamException
- getElementText in interface javax.xml.stream.XMLStreamReader
getEncoding
public String getEncoding()
- getEncoding in interface javax.xml.stream.XMLStreamReader
getEventType
public int getEventType()
- getEventType in interface javax.xml.stream.XMLStreamReader
getLocalName
public String getLocalName()
- getLocalName in interface javax.xml.stream.XMLStreamReader
getLocation
public javax.xml.stream.Location getLocation()
- getLocation in interface javax.xml.stream.XMLStreamReader
getName
public javax.xml.namespace.QName getName()
- getName in interface javax.xml.stream.XMLStreamReader
getNamespaceContext
public javax.xml.namespace.NamespaceContext getNamespaceContext()
- getNamespaceContext in interface javax.xml.stream.XMLStreamReader
getNamespaceCount
public int getNamespaceCount()
- getNamespaceCount in interface javax.xml.stream.XMLStreamReader
getNamespacePrefix
public String getNamespacePrefix(int index)
- getNamespacePrefix in interface javax.xml.stream.XMLStreamReader
getNamespaceURI
public String getNamespaceURI()
- getNamespaceURI in interface javax.xml.stream.XMLStreamReader
getNamespaceURI
public String getNamespaceURI(String prefix)
- getNamespaceURI in interface javax.xml.stream.XMLStreamReader
getNamespaceURI
public String getNamespaceURI(int index)
- getNamespaceURI in interface javax.xml.stream.XMLStreamReader
getPIData
public String getPIData()
- getPIData in interface javax.xml.stream.XMLStreamReader
getPITarget
public String getPITarget()
- getPITarget in interface javax.xml.stream.XMLStreamReader
getPrefix
public String getPrefix()
- getPrefix in interface javax.xml.stream.XMLStreamReader
getProperty
public Object getProperty(java.lang.String name)
throws java.lang.IllegalArgumentException
- getProperty in interface javax.xml.stream.XMLStreamReader
getText
public String getText()
- getText in interface javax.xml.stream.XMLStreamReader
getTextCharacters
public char[] getTextCharacters()
- getTextCharacters in interface javax.xml.stream.XMLStreamReader
getTextCharacters
public int getTextCharacters(int src,
char[] target,
int targetStart,
int length)
throws javax.xml.stream.XMLStreamException
- getTextCharacters in interface javax.xml.stream.XMLStreamReader
getTextLength
public int getTextLength()
- getTextLength in interface javax.xml.stream.XMLStreamReader
getTextStart
public int getTextStart()
- getTextStart in interface javax.xml.stream.XMLStreamReader
getTextStream
public Reader getTextStream()
getVersion
public String getVersion()
- getVersion in interface javax.xml.stream.XMLStreamReader
hasName
public boolean hasName()
- hasName in interface javax.xml.stream.XMLStreamReader
hasNext
public boolean hasNext()
throws javax.xml.stream.XMLStreamException
- hasNext in interface javax.xml.stream.XMLStreamReader
hasText
public boolean hasText()
- hasText in interface javax.xml.stream.XMLStreamReader
isAttributeSpecified
public boolean isAttributeSpecified(int index)
- isAttributeSpecified in interface javax.xml.stream.XMLStreamReader
isCharacters
public boolean isCharacters()
- isCharacters in interface javax.xml.stream.XMLStreamReader
isEndElement
public boolean isEndElement()
- isEndElement in interface javax.xml.stream.XMLStreamReader
isStandalone
public boolean isStandalone()
- isStandalone in interface javax.xml.stream.XMLStreamReader
isStartElement
public boolean isStartElement()
- isStartElement in interface javax.xml.stream.XMLStreamReader
isWhiteSpace
public boolean isWhiteSpace()
- isWhiteSpace in interface javax.xml.stream.XMLStreamReader
main
public static void main(args[] )
throws Exception
next
public int next()
throws javax.xml.stream.XMLStreamException
- next in interface javax.xml.stream.XMLStreamReader
nextTag
public int nextTag()
throws javax.xml.stream.XMLStreamException
- nextTag in interface javax.xml.stream.XMLStreamReader
require
public void require(int type,
String namespaceURI,
String localName)
throws javax.xml.stream.XMLStreamException
- require in interface javax.xml.stream.XMLStreamReader
standaloneSet
public boolean standaloneSet()
- standaloneSet in interface javax.xml.stream.XMLStreamReader
subReader
public javax.xml.stream.XMLStreamReader subReader()
throws javax.xml.stream.XMLStreamException