public interface FastInfosetStreamReader
This interface provides additional optimized methods to that of
XMLStreamReader
.
Modifier and Type | Method and Description |
---|---|
String |
accessLocalName() |
int |
accessNamespaceCount() |
String |
accessNamespaceURI() |
String |
accessPrefix() |
char[] |
accessTextCharacters()
Returns a cloned char[] representation of the internal char[] buffer.
|
int |
accessTextLength() |
int |
accessTextStart() |
int |
peekNext()
Peek at the next event.
|
int peekNext() throws javax.xml.stream.XMLStreamException
#next
.javax.xml.stream.XMLStreamException
int accessNamespaceCount()
String accessLocalName()
String accessNamespaceURI()
String accessPrefix()
char[] accessTextCharacters()
int accessTextStart()
int accessTextLength()
Copyright © 2014 Oracle Corpration. All rights reserved.