|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.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()
|
Method Summary | |
---|---|
boolean |
isQuirksMode()
Checks if quirks mode is enabled. |
abstract SchemaObject |
parse(java.lang.String schemaDescription)
Parse a SchemaObject description and returns back an instance of SchemaObject. |
protected void |
reset(java.lang.String spec)
Initializes the plumbing by creating a pipe and coupling the parser/lexer pair with it. |
void |
setParserMonitor(ParserMonitor monitor)
Sets the parser monitor. |
void |
setQuirksMode(boolean enabled)
Sets the quirks mode. |
protected void |
setSchemaName(SchemaObject schemaObject)
Update the schemaName for this 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(java.lang.String spec)
public void setParserMonitor(ParserMonitor monitor)
monitor
- the new parser monitorpublic void setQuirksMode(boolean enabled)
enabled
- the new quirks modepublic boolean isQuirksMode()
public abstract SchemaObject parse(java.lang.String schemaDescription) throws java.text.ParseException
schemaDescription
- The SchemaObject description
java.text.ParseException
- If the parsing failedprotected void setSchemaName(SchemaObject schemaObject)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |