public class ACIItemParser extends Object
| Constructor and Description |
|---|
ACIItemParser(NameComponentNormalizer normalizer,
SchemaManager schemaManager)
Creates a normalizing ACIItem parser.
|
ACIItemParser(SchemaManager schemaManager)
Creates a ACIItem parser.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNormizing()
Tests to see if this parser is normalizing.
|
ACIItem |
parse(String spec)
Parses an ACIItem without exhausting the parser.
|
public ACIItemParser(SchemaManager schemaManager)
schemaManager - the schema managerpublic ACIItemParser(NameComponentNormalizer normalizer, SchemaManager schemaManager)
normalizer - the normalizerschemaManager - the schema managerpublic ACIItem parse(String spec) throws ParseException
spec - the specification to be parsedParseException - if there are any recognition errors (bad syntax)public boolean isNormizing()
Copyright © 2021. All rights reserved.