Log4j 1.3alpha

org.apache.joran
Class JoranParser

java.lang.Object
  |
  +--org.apache.joran.JoranParser

public class JoranParser
extends Object


Method Summary
 void addImplcitAction(ImplicitAction ia)
           
 ExecutionContext getExecutionContext()
           
 RuleStore getRuleStore()
           
 void loop(org.w3c.dom.Node n, Pattern currentPattern)
           
 void parse(org.w3c.dom.Document document)
           
 void setRuleStore(RuleStore ruleStore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExecutionContext

public ExecutionContext getExecutionContext()

addImplcitAction

public void addImplcitAction(ImplicitAction ia)

parse

public void parse(org.w3c.dom.Document document)

loop

public void loop(org.w3c.dom.Node n,
                 Pattern currentPattern)

getRuleStore

public RuleStore getRuleStore()

setRuleStore

public void setRuleStore(RuleStore ruleStore)

Log4j 1.3alpha

Copyright 2000-2003 Apache Software Foundation.