Package | Description |
---|---|
org.xmlbeam |
This package contains the
XBProjector which is the starting point of using XMLBeam. |
org.xmlbeam.evaluation |
Package for classes and interfaces related to the direct evaluation API.
|
org.xmlbeam.io |
Classes used to read and write projections.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoMap<T> |
Modifier and Type | Method and Description |
---|---|
<T> XBAutoMap<T> |
XBProjector.autoMapEmptyDocument(Class<T> valueType)
Create an empty document and bind an XBAutoMap to it.
|
Modifier and Type | Method and Description |
---|---|
<T> XBAutoMap<T> |
DefaultXPathEvaluator.asMapOf(Class<T> componentType) |
<T> XBAutoMap<T> |
XPathEvaluator.asMapOf(Class<T> componentType)
Evaluate the XPAth as a map of XPath strings to the given component type.
|
<T> XBAutoMap<T> |
CanEvaluateOrProject.createMapOf(Class<T> class1) |
Modifier and Type | Method and Description |
---|---|
<T> XBAutoMap<T> |
FileIO.readAsMapOf(Class<T> valueType)
Read complete document to a Map.
|
<T> XBAutoMap<T> |
UrlIO.readAsMapOf(Class<T> valueType)
Read complete document to a Map.
|
Copyright © 2012-12-21-2022. All Rights Reserved.