|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.model.schema.parsers.AbstractSchemaParser
public abstract class AbstractSchemaParser
TODO AbstractSchemaParser.
| Field Summary | |
|---|---|
protected ReusableAntlrSchemaLexer |
lexer
the antlr generated lexer being wrapped |
protected ParserMonitor |
monitor
the monitor to use for this parser |
protected ReusableAntlrSchemaParser |
parser
the antlr generated parser being wrapped |
| Constructor Summary | |
|---|---|
protected |
AbstractSchemaParser()
Instantiates a new abstract schema parser. |
| Method Summary | |
|---|---|
boolean |
isQuirksMode()
Checks if quirks mode is enabled. |
abstract SchemaObject |
parse(String schemaDescription)
Parse a SchemaObject description and returns back an instance of SchemaObject. |
protected void |
reset(String spec)
Initializes the plumbing by creating a pipe and coupling the parser/lexer pair with it. |
void |
setParserMonitor(ParserMonitor parserMonitor)
Sets the parser monitor. |
void |
setQuirksMode(boolean enabled)
Sets the quirks mode. |
protected static void |
updateSchemaName(SchemaObject schemaObject)
Update the schemaName for the given SchemaObject, accordingly to the X-SCHEMA parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ParserMonitor monitor
protected ReusableAntlrSchemaParser parser
protected ReusableAntlrSchemaLexer lexer
| Constructor Detail |
|---|
protected AbstractSchemaParser()
| Method Detail |
|---|
protected void reset(String spec)
spec - the specpublic void setParserMonitor(ParserMonitor parserMonitor)
parserMonitor - the new parser monitorpublic void setQuirksMode(boolean enabled)
enabled - the new quirks modepublic boolean isQuirksMode()
public abstract SchemaObject parse(String schemaDescription)
throws ParseException
schemaDescription - The SchemaObject description
ParseException - If the parsing failedprotected static void updateSchemaName(SchemaObject schemaObject)
schemaObject - the schema object where the name should be updated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||