|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FastInfosetStreamReader
Fast Infoset Stream Reader.
This interface provides additional optimized methods to that of
XMLStreamReader
.
Method Summary | |
---|---|
java.lang.String |
accessLocalName()
|
int |
accessNamespaceCount()
|
java.lang.String |
accessNamespaceURI()
|
java.lang.String |
accessPrefix()
|
char[] |
accessTextCharacters()
|
int |
accessTextLength()
|
int |
accessTextStart()
|
int |
peekNext()
Peek at the next event. |
Method Detail |
---|
int peekNext() throws javax.xml.stream.XMLStreamException
#next
.
javax.xml.stream.XMLStreamException
int accessNamespaceCount()
java.lang.String accessLocalName()
java.lang.String accessNamespaceURI()
java.lang.String accessPrefix()
char[] accessTextCharacters()
int accessTextStart()
int accessTextLength()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |