public class ACIItemParser extends Object
Constructor and Description |
---|
ACIItemParser(Map<String,OidNormalizer> oidsMap)
Creates a ACIItem parser.
|
ACIItemParser(NameComponentNormalizer normalizer,
Map<String,OidNormalizer> oidsMap)
Creates a normalizing 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(Map<String,OidNormalizer> oidsMap)
public ACIItemParser(NameComponentNormalizer normalizer, Map<String,OidNormalizer> oidsMap)
public ACIItem parse(String spec) throws ParseException
spec
- the specification to be parsedParseException
- if there are any recognition errors (bad syntax)public boolean isNormizing()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.