|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of StaxNavException in org.staxnav |
|---|
| Subclasses of StaxNavException in org.staxnav | |
|---|---|
class |
TypeConversionException
|
| Methods in org.staxnav that throw StaxNavException | ||
|---|---|---|
N |
StaxNavigatorImpl._child(N name)
|
|
N |
StaxNavigatorImpl.child()
|
|
N |
StaxNavigator.child()
Attempts to navigate to the first child found and return its name. |
|
boolean |
StaxNavigatorImpl.child(N name)
|
|
boolean |
StaxNavigator.child(N name)
Attempts to navigate to the first child with the specified name. |
|
int |
StaxNavigatorImpl.descendant(N name)
|
|
int |
StaxNavigator.descendant(N name)
Attempts to navigate to the first descendant with the specified name. |
|
boolean |
StaxNavigatorImpl.find(N name)
|
|
boolean |
StaxNavigator.find(N name)
Attempts to navigate to an element following the current one when it has the specified name. |
|
StaxNavigator<N> |
StaxNavigatorImpl.fork()
|
|
StaxNavigator<N> |
StaxNavigator.fork()
Creates a navigator scoped around the currently navigated element. |
|
java.lang.String |
StaxNavigatorImpl.getAttribute(javax.xml.namespace.QName name)
|
|
java.lang.String |
StaxNavigator.getAttribute(javax.xml.namespace.QName name)
Returns an attribute of the current element or null if such attribute does not exist. |
|
java.lang.String |
StaxNavigatorImpl.getAttribute(java.lang.String name)
|
|
java.lang.String |
StaxNavigator.getAttribute(java.lang.String name)
Returns an attribute of the current element or null if such attribute does not exist. |
|
java.lang.String |
StaxNavigatorImpl.getContent()
|
|
java.lang.String |
StaxNavigator.getContent()
Returns the current navigated element textual content. |
|
int |
StaxNavigatorImpl.getDepth()
|
|
int |
StaxNavigator.getDepth()
Returns the current navigated element depth. |
|
java.lang.String |
StaxNavigatorImpl.getLocalName()
|
|
java.lang.String |
StaxNavigator.getLocalName()
Returns the string representation of the local xml element. |
|
javax.xml.stream.Location |
StaxNavigatorImpl.getLocation()
|
|
javax.xml.stream.Location |
StaxNavigator.getLocation()
Returns the location of the start tag of the currently navigated element. |
|
N |
StaxNavigatorImpl.getName()
|
|
N |
StaxNavigator.getName()
Returns the current navigated element name. |
|
java.lang.String |
StaxNavigatorImpl.getNamespaceByPrefix(java.lang.String prefix)
|
|
java.lang.String |
StaxNavigator.getNamespaceByPrefix(java.lang.String prefix)
Returns a namespace URI by its prefix or return null if it is not bound. |
|
N |
StaxNavigatorImpl.next()
|
|
N |
StaxNavigator.next()
Navigates to the next element and returns its name or null if the end of the stream is reached. |
|
boolean |
StaxNavigatorImpl.next(N name)
|
|
boolean |
StaxNavigator.next(N name)
Attempt to navigate to the next element when it has the specified name. |
|
N |
StaxNavigatorImpl.next(java.util.Set<N> names)
|
|
N |
StaxNavigator.next(java.util.Set<N> names)
Attempts to navigate to the next element when it belongs to the set of specified names. |
|
|
StaxNavigatorImpl.parseContent(ValueType<V> valueType)
|
|
|
StaxNavigator.parseContent(ValueType<V> valueType)
Parses the content of the currently navigated element and return the parsed value. |
|
N |
StaxNavigatorImpl.sibling()
|
|
N |
StaxNavigator.sibling()
Attempt to navigate to the next sibling and return its name. |
|
boolean |
StaxNavigatorImpl.sibling(N name)
|
|
boolean |
StaxNavigator.sibling(N name)
Attempts to navigate to the next sibling with the specified name. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||