public class ACIItemChecker extends Object
| Constructor and Description |
|---|
ACIItemChecker()
Creates a ACIItem parser.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNormizing()
Tests to see if this parser is normalizing.
|
void |
parse(String spec)
Parses an ACIItem without exhausting the parser.
|
public void parse(String spec) throws ParseException
spec - the specification to be parsedParseException - if there are any recognition errors (bad syntax)public boolean isNormizing()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.