public class FilterParser extends Object
| Constructor and Description |
|---|
FilterParser(String filterString,
String defaultSchema)
Create a new instance of a filter parser.
|
| Modifier and Type | Method and Description |
|---|---|
SCIMFilter |
parse()
Parse the filter provided in the constructor.
|
String |
readValue()
Read a value at the current position.
|
public FilterParser(String filterString, String defaultSchema)
filterString - The filter to be parsed.defaultSchema - The default schema that should be assumed when parsing
attributes without the schema explicitly defined in
the URN.public SCIMFilter parse() throws SCIMException
SCIMException - If the filter string could not be parsed.public String readValue()
markPos.null if the end of the input has already been reached.Copyright © 2011–2016 UnboundID. All rights reserved.