public class DitContentRuleDescriptionSchemaParser extends AbstractSchemaParser
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG
The LoggerFactory used by this class
|
lexer, monitor, parser| Constructor and Description |
|---|
DitContentRuleDescriptionSchemaParser()
Creates a schema parser instance.
|
| Modifier and Type | Method and Description |
|---|---|
DitContentRule |
parse(String schemaDescription)
Parses a DitContentRule description.
|
DitContentRule |
parseDITContentRuleDescription(String ditContentRuleDescription)
Parses a DIT content rule description according to RFC 4512:
|
isQuirksMode, reset, setParserMonitor, setQuirksMode, updateSchemaNamepublic DitContentRuleDescriptionSchemaParser()
public DitContentRule parseDITContentRuleDescription(String ditContentRuleDescription) throws ParseException
DITContentRuleDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
[ SP "AUX" SP oids ] ; auxiliary object classes
[ SP "MUST" SP oids ] ; attribute types
[ SP "MAY" SP oids ] ; attribute types
[ SP "NOT" SP oids ] ; attribute types
extensions WSP RPAREN ; extensions
ditContentRuleDescription - the DIT content rule description to be parsedParseException - if there are any recognition errors (bad syntax)public DitContentRule parse(String schemaDescription) throws ParseException
parse in class AbstractSchemaParserschemaDescription - The DitContentRule description to parseParseException - If the parsing failedCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.