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) classEmptyExpressionTheEmptyExpressionobject is used to represent a path that represents the current context.(package private) classPathParserThePathParserobject is used to parse XPath paths.private classPathParser.PathSectionThePathSectionrepresents a section of a path that is extracted.Fields in org.simpleframework.xml.core declared as Expression Modifier and Type Field Description private ExpressionElementLabel. cacheThis is a cache of the expression for this element.private ExpressionElementListLabel. cacheThis is a cache of the expression for this element list.private ExpressionElementMapLabel. cacheThis is a cache of the expression for this element map.private ExpressionAttributeParameter. expressionThis is the expression used to represent this parameter.private ExpressionCacheLabel. expressionThis is the expression that is used to represent this label.private ExpressionCacheParameter. expressionThis is the XPath expression used to represent the parameter.private ExpressionElementArrayParameter. expressionThis is the expression used to represent this parameter.private ExpressionElementListParameter. expressionThis is the expression used to represent this parameter.private ExpressionElementListUnionParameter. expressionThis is the expression used to represent this parameter.private ExpressionElementMapParameter. expressionThis is the expression used to represent this parameter.private ExpressionElementMapUnionParameter. expressionThis is the expression used to represent this parameter.private ExpressionElementParameter. expressionThis is the expression used to represent this parameter.private ExpressionElementUnionParameter. expressionThis is the expression used to represent this parameter.private ExpressionTextParameter. expressionThis is the expression used to represent this parameter.private ExpressionTreeModel. expressionThis is the XPath expression representing the location.private ExpressionAttributeLabel. pathThis is the path that is used to represent this attribute.private ExpressionCompositeListUnion. pathThis is the path expression used to represent this union.private ExpressionCompositeMapUnion. pathThis is the path expression used to represent this union.private ExpressionCompositeUnion. pathThis is the path expression used to represent this union.private ExpressionElementArrayLabel. pathThis is the path that is used to represent this attribute.private ExpressionElementListUnionLabel. pathThis is the expression that is associated with this label.private ExpressionElementMapUnionLabel. pathThis is the expression that is associated with this label.private ExpressionElementUnionLabel. pathThis is the expression that is associated with this label.private ExpressionTextLabel. pathThis is the path that is used to represent this text.private ExpressionVersionLabel. pathThis 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. cacheThis is the cache of path expressions previously built.Methods in org.simpleframework.xml.core that return Expression Modifier and Type Method Description ExpressionExpressionBuilder. build(java.lang.String path)This is used to create anExpressionfrom the provided path.private ExpressionExpressionBuilder. create(java.lang.String path)This is used to create anExpressionfrom the provided path.ExpressionAttributeLabel. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionAttributeParameter. getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ExpressionCacheLabel. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionCacheParameter. getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ExpressionElementArrayLabel. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionElementArrayParameter. getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ExpressionElementLabel. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionElementListLabel. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionElementListParameter. getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ExpressionElementListUnionLabel. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionElementListUnionParameter. getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ExpressionElementMapLabel. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionElementMapParameter. getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ExpressionElementMapUnionLabel. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionElementMapUnionParameter. getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ExpressionElementParameter. getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ExpressionElementUnionLabel. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionElementUnionParameter. getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ExpressionIntrospector. getExpression()This method is used to return an XPath expression that is used to represent the position of a label.ExpressionLabel. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionModel. getExpression()This returns anExpressionrepresenting the path this model exists at within the class schema.ExpressionParameter. getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ExpressionTextLabel. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionTextListLabel. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionTextParameter. getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ExpressionTreeModel. getExpression()This returns anExpressionrepresenting the path this model exists at within the class schema.ExpressionVariable. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionVersionLabel. getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ExpressionEmptyExpression. getPath(int from)This allows an expression to be extracted from the current context.ExpressionEmptyExpression. getPath(int from, int trim)This allows an expression to be extracted from the current context.ExpressionExpression. getPath(int from)This allows an expression to be extracted from the current context.ExpressionExpression. getPath(int from, int trim)This allows an expression to be extracted from the current context.ExpressionPathParser. getPath(int from)This allows an expression to be extracted from the current context.ExpressionPathParser. getPath(int from, int trim)This allows an expression to be extracted from the current context.ExpressionPathParser.PathSection. getPath(int from)This allows an expression to be extracted from the current context.ExpressionPathParser.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 ModelStructureBuilder. create(Expression path)This is used to register aModelfor this builder.ModelModel. lookup(Expression path)This method is used to look for aModelthat matches the specified expression.private ModelStructureBuilder. lookup(Expression path)This method is used to look for aModelthat matches the specified expression.ModelTreeModel. lookup(Expression path)This method is used to look for aModelthat matches the specified expression.private ModelStructureBuilder. register(Expression path)This is used to register aModelfor this builder.private voidModelAssembler. registerAttribute(Model model, Expression path)This will register the attribute specified in the path within the provided model.private voidModelAssembler. registerAttributes(Model model, Expression path)This is used to perform registrations using an expression.private voidModelAssembler. registerElement(Model model, Expression path)This is used to register the element within the specified model.private voidModelAssembler. 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 theCompositeListUnionobject.CompositeMapUnion(Context context, Group group, Expression path, Type type)Constructor for theCompositeMapUnionobject.CompositeUnion(Context context, Group group, Expression path, Type type)Constructor for theCompositeUnionobject.
-