| 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.
|
| org.xmlbeam.util |
You may like to use the
IOHelper class to add basic HTTP authentication. |
| org.xmlbeam.util.intern |
Internal package with classes that will change in minor version updates.
|
| Modifier and Type | Method and Description |
|---|---|
<S,M extends S,P extends S> |
MixinHolder.addProjectionMixin(Class<P> projectionInterface,
M mixinImplementation)
Register a new mixin for a projection interface.
|
| Modifier and Type | Method and Description |
|---|---|
XBProjector |
InvocationContext.getProjector()
Projector used when the projection was created.
|
| Constructor and Description |
|---|
DefaultXPathEvaluator(XBProjector projector,
DocumentResolver documentProvider,
String xpath)
Constructor for DefaultXPathEvaluator.
|
InvocationContext(String resolvedXPath,
XPath xPath,
XPathExpression xPathExpression,
DuplexExpression duplexExpression,
MethodParamVariableResolver resolver,
Class<?> targetComponentType,
XBProjector projector)
Constructor.
|
| Constructor and Description |
|---|
XBFileIO(XBProjector xmlProjector,
File file)
Constructor for file input.
|
XBFileIO(XBProjector xmlProjector,
String fileName)
Convenient constructor using a filename.
|
XBStreamInput(XBProjector xmlProjector,
InputStream is) |
XBStreamOutput(XBProjector xmlProjector,
OutputStream os) |
XBUrlIO(XBProjector projector,
String url)
Constructor with defaults for request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static Document |
IOHelper.loadDocument(XBProjector projector,
InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
static String |
DOMHelper.toXMLString(XBProjector projector,
Node domNode) |
Copyright © 2012-12-21-2017. All Rights Reserved.