public class ParserContext extends Object
| Constructor and Description |
|---|
ParserContext(org.ocpsoft.rewrite.config.ConfigurationBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
org.ocpsoft.rewrite.config.ConfigurationBuilder |
getBuilder() |
org.ocpsoft.rewrite.config.ConfigurationRuleBuilderPerform |
getRule() |
org.ocpsoft.rewrite.config.ConfigurationRuleParameterWhere |
getWhere() |
<T> T |
processElement(Element element) |
void |
setRuleBuilder(org.ocpsoft.rewrite.config.ConfigurationRuleBuilderPerform perform) |
void |
setWhereBuilder(org.ocpsoft.rewrite.config.ConfigurationRuleParameterWhere where) |
public ParserContext(org.ocpsoft.rewrite.config.ConfigurationBuilder builder)
public <T> T processElement(Element element) throws ConfigurationException
ConfigurationExceptionpublic org.ocpsoft.rewrite.config.ConfigurationBuilder getBuilder()
public void setRuleBuilder(org.ocpsoft.rewrite.config.ConfigurationRuleBuilderPerform perform)
public org.ocpsoft.rewrite.config.ConfigurationRuleBuilderPerform getRule()
public void setWhereBuilder(org.ocpsoft.rewrite.config.ConfigurationRuleParameterWhere where)
public org.ocpsoft.rewrite.config.ConfigurationRuleParameterWhere getWhere()
Copyright © 2014 JBoss by Red Hat. All rights reserved.