A B C D E F G I N O P S T V

A

Axis - Enum in org.staxnav
 

B

BOOLEAN - Static variable in class org.staxnav.ValueType
 

C

child() - Method in interface org.staxnav.StaxNavigator
Attempts to navigate to the first child found and return its name.
child(N) - Method in interface org.staxnav.StaxNavigator
Attempts to navigate to the first child having the specified name.
create(Naming<N>, XMLStreamReader) - Static method in class org.staxnav.StaxNavigatorFactory
 
create(Naming<N>, InputStream) - Static method in class org.staxnav.StaxNavigatorFactory
 
create(Naming<N>, Reader) - Static method in class org.staxnav.StaxNavigatorFactory
 

D

DATE - Static variable in class org.staxnav.ValueType
 
DATE_TIME - Static variable in class org.staxnav.ValueType
 
descendant(N) - Method in interface org.staxnav.StaxNavigator
Attempts to navigate to the first descendant with the specified name.

E

EnumElement<E extends java.lang.Enum<E>> - Interface in org.staxnav
 
enumType - Variable in class org.staxnav.Naming.Enumerated
.

F

find(N) - Method in interface org.staxnav.StaxNavigator
Attempts to navigate to an element following the current one when it has the specified name.
fork() - Method in interface org.staxnav.StaxNavigator
Creates a navigator scoped around the currently navigated element.
fork(Axis) - Method in interface org.staxnav.StaxNavigator
Creates a navigator scoped around the currently navigated element.
fork(N) - Method in interface org.staxnav.StaxNavigator
Returns an iterable of stax navigator that is built according to the rules: The current element is added if it matches the specified name. Subsequent elements are found thanks to the StaxNavigator.sibling(Object) method.
fork(Axis, N) - Method in interface org.staxnav.StaxNavigator
Returns an iterable of stax navigator that is built according to the rules: The current element is added if it matches the specified name. Subsequent elements are found thanks to the provided axis.

G

get(Class<E>) - Static method in class org.staxnav.ValueType
Returns a value type for an enum class.
getAttribute(String) - Method in interface org.staxnav.StaxNavigator
Returns an attribute of the current element or null if such attribute does not exist.
getAttribute(QName) - Method in interface org.staxnav.StaxNavigator
Returns an attribute of the current element or null if such attribute does not exist.
getAttributes() - Method in interface org.staxnav.StaxNavigator
Returns all attributes of the current element or null when the no valid node is being navigated.
getContent() - Method in interface org.staxnav.StaxNavigator
Returns the current navigated element textual content.
getDepth() - Method in interface org.staxnav.StaxNavigator
Returns the current navigated element depth.
getLocalName() - Method in interface org.staxnav.EnumElement
 
getLocalName() - Method in interface org.staxnav.StaxNavigator
Returns the string representation of the local xml element.
getLocalPart(E) - Method in class org.staxnav.Naming.Enumerated.Mapped
 
getLocalPart(E) - Method in class org.staxnav.Naming.Enumerated.Simple
 
getLocalPart(N) - Method in class org.staxnav.Naming
 
getLocalPart(String) - Method in class org.staxnav.Naming.Local
 
getLocalPart(QName) - Method in class org.staxnav.Naming.Qualified
 
getLocation() - Method in exception org.staxnav.StaxNavException
 
getLocation() - Method in interface org.staxnav.StaxNavigator
Returns the location of the start tag of the currently navigated element.
getMessage() - Method in exception org.staxnav.StaxNavException
 
getName(QName) - Method in class org.staxnav.Naming.Enumerated
 
getName(String, String, String) - Method in class org.staxnav.Naming.Enumerated.Mapped
 
getName(String, String, String) - Method in class org.staxnav.Naming.Enumerated.Simple
 
getName(QName) - Method in class org.staxnav.Naming
 
getName(String, String, String) - Method in class org.staxnav.Naming
 
getName(String, String, String) - Method in class org.staxnav.Naming.Local
 
getName(QName) - Method in class org.staxnav.Naming.Local
 
getName(String, String, String) - Method in class org.staxnav.Naming.Qualified
 
getName(QName) - Method in class org.staxnav.Naming.Qualified
 
getName() - Method in interface org.staxnav.StaxNavigator
Returns the current navigated element name.
getNamespaceByPrefix(String) - Method in interface org.staxnav.StaxNavigator
Returns a namespace URI by its prefix or return null if it is not bound.
getNaming() - Method in interface org.staxnav.StaxNavigator
Returns the naming used for this navigator.
getPrefix(E) - Method in class org.staxnav.Naming.Enumerated
 
getPrefix(N) - Method in class org.staxnav.Naming
 
getPrefix(String) - Method in class org.staxnav.Naming.Local
 
getPrefix(QName) - Method in class org.staxnav.Naming.Qualified
 
getQName() - Method in interface org.staxnav.StaxNavigator
Returns the qname of the current xml element.
getQualifiedAttributes() - Method in interface org.staxnav.StaxNavigator
Returns all attributes of the current element or null when the no valid node is being navigated.
getTrimContent() - Method in interface org.staxnav.StaxNavigator
Returns the trim content configuration.
getURI(E) - Method in class org.staxnav.Naming.Enumerated
 
getURI(N) - Method in class org.staxnav.Naming
 
getURI(String) - Method in class org.staxnav.Naming.Local
 
getURI(QName) - Method in class org.staxnav.Naming.Qualified
 

I

INTEGER - Static variable in class org.staxnav.ValueType
 

N

Naming<N> - Class in org.staxnav
 
Naming() - Constructor for class org.staxnav.Naming
 
Naming.Enumerated<E extends java.lang.Enum<E>> - Class in org.staxnav
 
Naming.Enumerated(Class<E>, E) - Constructor for class org.staxnav.Naming.Enumerated
 
Naming.Enumerated.Mapped<E extends java.lang.Enum<E> & EnumElement<E>> - Class in org.staxnav
 
Naming.Enumerated.Mapped(Class<E>, E) - Constructor for class org.staxnav.Naming.Enumerated.Mapped
 
Naming.Enumerated.Simple<E extends java.lang.Enum<E>> - Class in org.staxnav
A naming implementation mapping enum elements to names by doing a lower case conversion and substituting the hyphen character by the underscore character, for instance the enumeration:
Naming.Enumerated.Simple(Class<E>, E) - Constructor for class org.staxnav.Naming.Enumerated.Simple
 
Naming.Local - Class in org.staxnav
 
Naming.Local() - Constructor for class org.staxnav.Naming.Local
 
Naming.Qualified - Class in org.staxnav
 
Naming.Qualified() - Constructor for class org.staxnav.Naming.Qualified
 
navigate(Axis) - Method in interface org.staxnav.StaxNavigator
Navigates to the next element according to the axis argument and returns its name or null if the end of the stream is reached.
navigate(Axis, N) - Method in interface org.staxnav.StaxNavigator
Attempt to navigate to the next element according to the axis argument having the specified name.
next() - Method in interface org.staxnav.StaxNavigator
Navigates to the next element and returns its name or null if the end of the stream is reached.
next(N) - Method in interface org.staxnav.StaxNavigator
Attempt to navigate to the next element having the specified name.
next(Set<N>) - Method in interface org.staxnav.StaxNavigator
Attempts to navigate to the next element when it belongs to the set of specified names.
noSuchElement - Variable in class org.staxnav.Naming.Enumerated
.

O

org.staxnav - package org.staxnav
 

P

parse(String) - Method in class org.staxnav.ValueType.EnumType
 
parse(String) - Method in class org.staxnav.ValueType
Parse the string to the java type for a non null parameter value.
parseContent(ValueType<V>) - Method in interface org.staxnav.StaxNavigator
Parses the content of the currently navigated element and return the parsed value.

S

setTrimContent(boolean) - Method in interface org.staxnav.StaxNavigator
Configures the content trimming when StaxNavigator.getContent() method is invoked.
sibling() - Method in interface org.staxnav.StaxNavigator
Attempt to navigate to the next sibling and return its name.
sibling(N) - Method in interface org.staxnav.StaxNavigator
Attempts to navigate to the next sibling having the specified name.
StaxNavException - Exception in org.staxnav
 
StaxNavException(String) - Constructor for exception org.staxnav.StaxNavException
 
StaxNavException(String, Throwable) - Constructor for exception org.staxnav.StaxNavException
 
StaxNavException(Location) - Constructor for exception org.staxnav.StaxNavException
 
StaxNavException(Location, String) - Constructor for exception org.staxnav.StaxNavException
 
StaxNavException(Location, String, Throwable) - Constructor for exception org.staxnav.StaxNavException
 
StaxNavException(Location, Throwable) - Constructor for exception org.staxnav.StaxNavException
 
StaxNavException(XMLStreamException) - Constructor for exception org.staxnav.StaxNavException
 
StaxNavigator<N> - Interface in org.staxnav
 
StaxNavigatorFactory - Class in org.staxnav
 
StaxNavigatorFactory() - Constructor for class org.staxnav.StaxNavigatorFactory
 
STRING - Static variable in class org.staxnav.ValueType
 

T

TRIMMED_STRING - Static variable in class org.staxnav.ValueType
 
TypeConversionException - Exception in org.staxnav
 
TypeConversionException(Location, String) - Constructor for exception org.staxnav.TypeConversionException
 
TypeConversionException(Location, Throwable, String) - Constructor for exception org.staxnav.TypeConversionException
 

V

valueOf(String) - Static method in enum org.staxnav.Axis
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.staxnav.Axis
Returns an array containing the constants of this enum type, in the order they are declared.
ValueType<V> - Class in org.staxnav
The type of a value.
ValueType() - Constructor for class org.staxnav.ValueType
 
ValueType.EnumType<E extends java.lang.Enum<E>> - Class in org.staxnav
 
ValueType.EnumType(Class<E>) - Constructor for class org.staxnav.ValueType.EnumType
 

A B C D E F G I N O P S T V

Copyright © 2011 eXo Platform SAS. All Rights Reserved.