public class SubtreeSpecificationChecker extends Object
| Constructor and Description |
|---|
SubtreeSpecificationChecker(SchemaManager schemaManager)
Creates a normalizing subtree specification parser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
parse(String spec)
Parses a subtree specification without exhausting the parser.
|
public SubtreeSpecificationChecker(SchemaManager schemaManager)
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.