public class ObjectClassDescriptionSchemaParser extends AbstractSchemaParser<ObjectClass>
fastParser, LOG| Constructor and Description |
|---|
ObjectClassDescriptionSchemaParser()
Creates a schema parser instance.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectClass |
parse(String objectClassDescription)
Parses a object class definition according to RFC 4512:
ObjectClassDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
[ SP "SUP" SP oids ] ; superior object classes
[ SP kind ] ; kind of class
[ SP "MUST" SP oids ] ; attribute types
[ SP "MAY" SP oids ] ; attribute types
extensions WSP RPAREN
kind = "ABSTRACT" / "STRUCTURAL" / "AUXILIARY"
extensions = *( SP xstring SP qdstrings )
xstring = "X" HYPHEN 1*( ALPHA / HYPHEN / USCORE )
|
getObjectIdentifiers, isQuirksMode, setQuirksMode, updateSchemaNamepublic ObjectClassDescriptionSchemaParser()
public ObjectClass parse(String objectClassDescription) throws ParseException
ObjectClassDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
[ SP "SUP" SP oids ] ; superior object classes
[ SP kind ] ; kind of class
[ SP "MUST" SP oids ] ; attribute types
[ SP "MAY" SP oids ] ; attribute types
extensions WSP RPAREN
kind = "ABSTRACT" / "STRUCTURAL" / "AUXILIARY"
extensions = *( SP xstring SP qdstrings )
xstring = "X" HYPHEN 1*( ALPHA / HYPHEN / USCORE )
parse in class AbstractSchemaParser<ObjectClass>objectClassDescription - the object class description to be parsedParseException - if there are any recognition errors (bad syntax)Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.