Uses of Interface
org.simpleframework.xml.core.Expression
-
Packages that use Expression Package Description org.simpleframework.xml.core -
-
Uses of Expression in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Expression Modifier and Type Class Description (package private) class
EmptyExpression
TheEmptyExpression
object is used to represent a path that represents the current context.(package private) class
PathParser
ThePathParser
object is used to parse XPath paths.private class
PathParser.PathSection
ThePathSection
represents a section of a path that is extracted.Fields in org.simpleframework.xml.core declared as Expression Modifier and Type Field Description private Expression
ElementLabel. cache
This is a cache of the expression for this element.private Expression
ElementListLabel. cache
This is a cache of the expression for this element list.private Expression
ElementMapLabel. cache
This is a cache of the expression for this element map.private Expression
AttributeParameter. expression
This is the expression used to represent this parameter.private Expression
CacheLabel. expression
This is the expression that is used to represent this label.private Expression
CacheParameter. expression
This is the XPath expression used to represent the parameter.private Expression
ElementArrayParameter. expression
This is the expression used to represent this parameter.private Expression
ElementListParameter. expression
This is the expression used to represent this parameter.private Expression
ElementListUnionParameter. expression
This is the expression used to represent this parameter.private Expression
ElementMapParameter. expression
This is the expression used to represent this parameter.private Expression
ElementMapUnionParameter. expression
This is the expression used to represent this parameter.private Expression
ElementParameter. expression
This is the expression used to represent this parameter.private Expression
ElementUnionParameter. expression
This is the expression used to represent this parameter.private Expression
TextParameter. expression
This is the expression used to represent this parameter.private Expression
TreeModel. expression
This is the XPath expression representing the location.private Expression
AttributeLabel. path
This is the path that is used to represent this attribute.private Expression
CompositeListUnion. path
This is the path expression used to represent this union.private Expression
CompositeMapUnion. path
This is the path expression used to represent this union.private Expression
CompositeUnion. path
This is the path expression used to represent this union.private Expression
ElementArrayLabel. path
This is the path that is used to represent this attribute.private Expression
ElementListUnionLabel. path
This is the expression that is associated with this label.private Expression
ElementMapUnionLabel. path
This is the expression that is associated with this label.private Expression
ElementUnionLabel. path
This is the expression that is associated with this label.private Expression
TextLabel. path
This is the path that is used to represent this text.private Expression
VersionLabel. path
This is the path that is used to represent this version.Fields in org.simpleframework.xml.core with type parameters of type Expression Modifier and Type Field Description private Cache<Expression>
ExpressionBuilder. cache
This is the cache of path expressions previously built.Methods in org.simpleframework.xml.core that return Expression Modifier and Type Method Description Expression
ExpressionBuilder. build(java.lang.String path)
This is used to create anExpression
from the provided path.private Expression
ExpressionBuilder. create(java.lang.String path)
This is used to create anExpression
from the provided path.Expression
AttributeLabel. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
AttributeParameter. getExpression()
This method is used to return an XPath expression that is used to represent the position of this parameter.Expression
CacheLabel. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
CacheParameter. getExpression()
This method is used to return an XPath expression that is used to represent the position of this parameter.Expression
ElementArrayLabel. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
ElementArrayParameter. getExpression()
This method is used to return an XPath expression that is used to represent the position of this parameter.Expression
ElementLabel. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
ElementListLabel. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
ElementListParameter. getExpression()
This method is used to return an XPath expression that is used to represent the position of this parameter.Expression
ElementListUnionLabel. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
ElementListUnionParameter. getExpression()
This method is used to return an XPath expression that is used to represent the position of this parameter.Expression
ElementMapLabel. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
ElementMapParameter. getExpression()
This method is used to return an XPath expression that is used to represent the position of this parameter.Expression
ElementMapUnionLabel. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
ElementMapUnionParameter. getExpression()
This method is used to return an XPath expression that is used to represent the position of this parameter.Expression
ElementParameter. getExpression()
This method is used to return an XPath expression that is used to represent the position of this parameter.Expression
ElementUnionLabel. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
ElementUnionParameter. getExpression()
This method is used to return an XPath expression that is used to represent the position of this parameter.Expression
Introspector. getExpression()
This method is used to return an XPath expression that is used to represent the position of a label.Expression
Label. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
Model. getExpression()
This returns anExpression
representing the path this model exists at within the class schema.Expression
Parameter. getExpression()
This method is used to return an XPath expression that is used to represent the position of this parameter.Expression
TextLabel. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
TextListLabel. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
TextParameter. getExpression()
This method is used to return an XPath expression that is used to represent the position of this parameter.Expression
TreeModel. getExpression()
This returns anExpression
representing the path this model exists at within the class schema.Expression
Variable. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
VersionLabel. getExpression()
This method is used to return an XPath expression that is used to represent the position of this label.Expression
EmptyExpression. getPath(int from)
This allows an expression to be extracted from the current context.Expression
EmptyExpression. getPath(int from, int trim)
This allows an expression to be extracted from the current context.Expression
Expression. getPath(int from)
This allows an expression to be extracted from the current context.Expression
Expression. getPath(int from, int trim)
This allows an expression to be extracted from the current context.Expression
PathParser. getPath(int from)
This allows an expression to be extracted from the current context.Expression
PathParser. getPath(int from, int trim)
This allows an expression to be extracted from the current context.Expression
PathParser.PathSection. getPath(int from)
This allows an expression to be extracted from the current context.Expression
PathParser.PathSection. getPath(int from, int trim)
This allows an expression to be extracted from the current context.Methods in org.simpleframework.xml.core with parameters of type Expression Modifier and Type Method Description private Model
StructureBuilder. create(Expression path)
This is used to register aModel
for this builder.Model
Model. lookup(Expression path)
This method is used to look for aModel
that matches the specified expression.private Model
StructureBuilder. lookup(Expression path)
This method is used to look for aModel
that matches the specified expression.Model
TreeModel. lookup(Expression path)
This method is used to look for aModel
that matches the specified expression.private Model
StructureBuilder. register(Expression path)
This is used to register aModel
for this builder.private void
ModelAssembler. registerAttribute(Model model, Expression path)
This will register the attribute specified in the path within the provided model.private void
ModelAssembler. registerAttributes(Model model, Expression path)
This is used to perform registrations using an expression.private void
ModelAssembler. registerElement(Model model, Expression path)
This is used to register the element within the specified model.private void
ModelAssembler. registerElements(Model model, Expression path)
This is used to perform registrations using an expression.Constructors in org.simpleframework.xml.core with parameters of type Expression Constructor Description CompositeListUnion(Context context, Group group, Expression path, Type type)
Constructor for theCompositeListUnion
object.CompositeMapUnion(Context context, Group group, Expression path, Type type)
Constructor for theCompositeMapUnion
object.CompositeUnion(Context context, Group group, Expression path, Type type)
Constructor for theCompositeUnion
object.
-