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.
|
Constructor and Description |
---|
DefaultXPathBinder(XBProjector projector,
DocumentResolver documentProvider,
String xpath,
Closeable documentWriter)
Constructor for DefaultXPathEvaluator.
|
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 |
---|
StreamInput(XBProjector xmlProjector,
InputStream is) |
StreamOutput(XBProjector xmlProjector,
OutputStream os) |
UrlIO(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-2022. All Rights Reserved.