Package | Description |
---|---|
org.xmlbeam |
This package contains the
XBProjector which is the starting point of using XMLBeam. |
org.xmlbeam.types |
Classes and interfaces to control type conversion.
|
Modifier and Type | Method and Description |
---|---|
XBAutoList<T> |
AutoMap.getList(CharSequence path)
Use given relative xpath to resolve the value.
|
<E> XBAutoList<E> |
AutoMap.getList(CharSequence path,
Class<E> oType) |
Modifier and Type | Method and Description |
---|---|
XBAutoList<T> |
XBAutoMap.getList(CharSequence path)
Resolve given path and return the result as list of given type.
|
<E> XBAutoList<E> |
XBAutoMap.getList(CharSequence path,
Class<E> ofType)
Resolve given path and return the result as list of given type.
|
Copyright © 2012-12-21-2017. All Rights Reserved.