public class DitContentRuleDescriptionSchemaParser extends AbstractSchemaParser<DitContentRule>
fastParser, LOG| Constructor and Description |
|---|
DitContentRuleDescriptionSchemaParser()
Creates a schema parser instance.
|
| Modifier and Type | Method and Description |
|---|---|
DitContentRule |
parse(String ditContentRuleDescription)
Parses a DIT content rule description according to RFC 4512:
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
|
getObjectIdentifiers, isQuirksMode, setQuirksMode, updateSchemaNamepublic DitContentRuleDescriptionSchemaParser()
public DitContentRule parse(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
parse in class AbstractSchemaParser<DitContentRule>ditContentRuleDescription - the DIT content rule description to be parsedParseException - if there are any recognition errors (bad syntax)Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.