public final class PropertyParser extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
currentToken |
protected String |
currentTokenValue |
protected int |
currentUnitLength |
Modifier and Type | Method and Description |
---|---|
static Property |
parse(String expr,
PropertyInfo propInfo)
Public entrypoint to the Property expression parser.
|
protected int currentToken
protected String currentTokenValue
protected int currentUnitLength
public static Property parse(String expr, PropertyInfo propInfo) throws PropertyException
expr
- The specified value (attribute on the xml element).propInfo
- A PropertyInfo object representing the context in
which the property expression is to be evaluated.PropertyException
- If the "expr" cannot be parsed as a Property.Copyright © 2025 Apache Software Foundation. All rights reserved.