public class FilterParser extends Object
| Constructor and Description |
|---|
FilterParser()
Creates a filter parser implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static ExprNode |
parse(byte[] filter) |
static ExprNode |
parse(SchemaManager schemaManager,
byte[] filter) |
static ExprNode |
parse(SchemaManager schemaManager,
String filter) |
static ExprNode |
parse(SchemaManager schemaManager,
String filter,
org.apache.directory.api.util.Position pos) |
static ExprNode |
parse(String filter) |
public static ExprNode parse(String filter) throws ParseException
ParseExceptionparse(String)public static ExprNode parse(byte[] filter) throws ParseException
ParseExceptionparse(String)public static ExprNode parse(SchemaManager schemaManager, String filter) throws ParseException
ParseExceptionparse(String)public static ExprNode parse(SchemaManager schemaManager, byte[] filter) throws ParseException
ParseExceptionparse(String)public static ExprNode parse(SchemaManager schemaManager, String filter, org.apache.directory.api.util.Position pos) throws ParseException
ParseExceptionparse(String)Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.