Uses of Interface
com.thebuzzmedia.sjxp.rule.IRule

Packages that use IRule
com.thebuzzmedia.sjxp   
com.thebuzzmedia.sjxp.rule   
 

Uses of IRule in com.thebuzzmedia.sjxp
 

Methods in com.thebuzzmedia.sjxp with parameters of type IRule
protected  void XMLParser.initRules(IRule<T>... rules)
           
 

Constructors in com.thebuzzmedia.sjxp with parameters of type IRule
XMLParser(IRule<T>... rules)
          Create a new parser that uses the given IRules when parsing any XML content.
 

Uses of IRule in com.thebuzzmedia.sjxp.rule
 

Classes in com.thebuzzmedia.sjxp.rule that implement IRule
 class DefaultRule<T>
          Class used to provide a default implementation of a rule in SJXP.
 


Copyright 2011 The Buzz Media, LLC