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