public class AspectranNodeParser
extends java.lang.Object
Created: 2008. 06. 14 AM 4:39:24
| Constructor | Description |
|---|---|
AspectranNodeParser(ContextRuleAssistant assistant) |
Instantiates a new AspectranNodeParser.
|
AspectranNodeParser(ContextRuleAssistant assistant,
boolean validating,
boolean trackingLocation) |
Instantiates a new AspectranNodeParser.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
parse(RuleAppender ruleAppender) |
Parses the aspectran configuration.
|
public AspectranNodeParser(ContextRuleAssistant assistant)
assistant - the assistant for Context Builderpublic AspectranNodeParser(ContextRuleAssistant assistant, boolean validating, boolean trackingLocation)
assistant - the context builder assistantvalidating - true if the parser produced will validate documents
as they are parsed; false otherwisetrackingLocation - true if tracing the location of the node being
parsed; false otherwisepublic void parse(RuleAppender ruleAppender) throws java.lang.Exception
ruleAppender - the rule appenderjava.lang.Exception - the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.