Uses of Interface
org.simpleframework.xml.core.Expression
Packages that use Expression
-
Uses of Expression in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement ExpressionModifier and TypeClassDescription(package private) classTheEmptyExpressionobject is used to represent a path that represents the current context.(package private) classThePathParserobject is used to parse XPath paths.private classThePathSectionrepresents a section of a path that is extracted.Fields in org.simpleframework.xml.core declared as ExpressionModifier and TypeFieldDescriptionprivate 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 final ExpressionAttributeParameter.expressionThis is the expression used to represent this parameter.private final ExpressionCacheLabel.expressionThis is the expression that is used to represent this label.private final ExpressionCacheParameter.expressionThis is the XPath expression used to represent the parameter.private final ExpressionElementArrayParameter.expressionThis is the expression used to represent this parameter.private final ExpressionElementListParameter.expressionThis is the expression used to represent this parameter.private final ExpressionElementListUnionParameter.expressionThis is the expression used to represent this parameter.private final ExpressionElementMapParameter.expressionThis is the expression used to represent this parameter.private final ExpressionElementMapUnionParameter.expressionThis is the expression used to represent this parameter.private final ExpressionElementParameter.expressionThis is the expression used to represent this parameter.private final ExpressionElementUnionParameter.expressionThis is the expression used to represent this parameter.private final 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 final ExpressionCompositeListUnion.pathThis is the path expression used to represent this union.private final ExpressionCompositeMapUnion.pathThis is the path expression used to represent this union.private final 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 ExpressionModifier and TypeFieldDescriptionprivate final Cache<Expression> ExpressionBuilder.cacheThis is the cache of path expressions previously built.Methods in org.simpleframework.xml.core that return ExpressionModifier and TypeMethodDescriptionThis is used to create anExpressionfrom the provided path.private ExpressionThis is used to create anExpressionfrom the provided path.AttributeLabel.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.AttributeParameter.getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.CacheLabel.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.CacheParameter.getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ElementArrayLabel.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ElementArrayParameter.getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ElementLabel.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ElementListLabel.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ElementListParameter.getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ElementListUnionLabel.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ElementListUnionParameter.getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ElementMapLabel.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ElementMapParameter.getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ElementMapUnionLabel.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ElementMapUnionParameter.getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ElementParameter.getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.ElementUnionLabel.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.ElementUnionParameter.getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.Introspector.getExpression()This method is used to return an XPath expression that is used to represent the position of a label.Label.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.Model.getExpression()This returns anExpressionrepresenting the path this model exists at within the class schema.Parameter.getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.TextLabel.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.TextListLabel.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.TextParameter.getExpression()This method is used to return an XPath expression that is used to represent the position of this parameter.TreeModel.getExpression()This returns anExpressionrepresenting the path this model exists at within the class schema.Variable.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.VersionLabel.getExpression()This method is used to return an XPath expression that is used to represent the position of this label.EmptyExpression.getPath(int from) This allows an expression to be extracted from the current context.EmptyExpression.getPath(int from, int trim) This allows an expression to be extracted from the current context.Expression.getPath(int from) This allows an expression to be extracted from the current context.Expression.getPath(int from, int trim) This allows an expression to be extracted from the current context.PathParser.getPath(int from) This allows an expression to be extracted from the current context.PathParser.getPath(int from, int trim) This allows an expression to be extracted from the current context.PathParser.PathSection.getPath(int from) This allows an expression to be extracted from the current context.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 ExpressionModifier and TypeMethodDescriptionprivate ModelStructureBuilder.create(Expression path) This is used to register aModelfor this builder.Model.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.TreeModel.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 ExpressionModifierConstructorDescriptionCompositeListUnion(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.