Package | Description |
---|---|
org.milyn.cdr |
Smooks Configurations (Content Delivery Resources - CDR) Object Model.
|
org.milyn.cdr.xpath | |
org.milyn.cdr.xpath.evaluators | |
org.milyn.cdr.xpath.evaluators.equality | |
org.milyn.cdr.xpath.evaluators.logical | |
org.milyn.javabean.binding.xml |
Modifier and Type | Method and Description |
---|---|
SelectorStep |
SmooksResourceConfiguration.getSelectorStep()
Get the targeting selector step.
|
SelectorStep[] |
SmooksResourceConfiguration.getSelectorSteps()
Get the selector steps.
|
Modifier and Type | Method and Description |
---|---|
void |
SmooksResourceConfiguration.setSelectorSteps(SelectorStep[] selectorSteps)
Set the selector steps.
|
Modifier and Type | Method and Description |
---|---|
static SelectorStep[] |
SelectorStepBuilder.buildSteps(String selectorExpression)
Construct a set of selector steps from the specified selector (ala XPath expresssion steps).
|
static SelectorStep[] |
SelectorStepBuilder.buildSteps(String selectorExpression,
Properties namespaces)
Construct a set of selector steps from the specified selector (ala XPath expresssion steps).
|
SelectorStep |
SelectorStep.clone() |
static SelectorStep[] |
SelectorStep.setNamespaces(SelectorStep[] steps,
Properties namespaces)
Set the namespaces on the specified set of selector steps.
|
Modifier and Type | Method and Description |
---|---|
static String |
SelectorStepBuilder.extractTargetAttribute(SelectorStep[] selectorSteps) |
static String |
SelectorStepBuilder.extractTargetElement(SelectorStep[] selectorSteps) |
static SelectorStep[] |
SelectorStep.setNamespaces(SelectorStep[] steps,
Properties namespaces)
Set the namespaces on the specified set of selector steps.
|
static String[] |
SelectorStepBuilder.toContextualSelector(SelectorStep[] selectorSteps) |
static String |
SelectorStepBuilder.toString(SelectorStep[] steps)
Create a print friendly representation of the set of selector steps.
|
Modifier and Type | Method and Description |
---|---|
static XPathExpressionEvaluator |
XPathExpressionEvaluator.getInstance(org.jaxen.expr.Expr expr,
SelectorStep selectorStep,
Properties namespaces)
XPathExpressionEvaluator factory method. |
Constructor and Description |
---|
PredicatesEvaluatorBuilder(org.jaxen.expr.Step step,
org.jaxen.expr.Step attributeStep,
SelectorStep selectorStep,
Properties namespaces) |
Modifier and Type | Method and Description |
---|---|
SelectorStep |
ElementIndexCounter.getSelectorStep() |
Constructor and Description |
---|
ElementIndexCounter(SelectorStep selectorStep) |
IndexEvaluator(int index,
SelectorStep selectorStep) |
Constructor and Description |
---|
AbstractLogicalEvaluator(org.jaxen.expr.LogicalExpr expr,
SelectorStep selectorStep,
Properties namespaces) |
AndEvaluator(org.jaxen.expr.LogicalExpr expr,
SelectorStep selectorStep,
Properties namespaces) |
OrEvaluator(org.jaxen.expr.LogicalExpr expr,
SelectorStep selectorStep,
Properties namespaces) |
Modifier and Type | Method and Description |
---|---|
static XMLSerializationNode |
XMLElementSerializationNode.addAttributeNode(XMLElementSerializationNode elementNode,
SelectorStep selectorStep,
boolean create) |
XMLSerializationNode |
XMLElementSerializationNode.findNode(SelectorStep[] selectorSteps) |
static XMLAttributeSerializationNode |
XMLElementSerializationNode.getAttribute(SelectorStep step,
Collection<XMLAttributeSerializationNode> attributeList,
boolean create) |
static XMLElementSerializationNode |
XMLElementSerializationNode.getElement(SelectorStep step,
Collection<XMLElementSerializationNode> elementList,
boolean create) |
XMLSerializationNode |
XMLElementSerializationNode.getPathNode(SelectorStep[] selectorSteps,
int stepIndex,
boolean create) |
Copyright © 2020. All rights reserved.