Class RuleBuilder


  • public class RuleBuilder
    extends java.lang.Object
    A builder for Rule instances.
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleBuilder​(java.lang.String elementName, org.xmlpull.v1.XmlPullParser pullParser, java.util.Stack<Rule> ruleStack)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Rule build()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RuleBuilder

        public RuleBuilder​(java.lang.String elementName,
                           org.xmlpull.v1.XmlPullParser pullParser,
                           java.util.Stack<Rule> ruleStack)
                    throws org.xmlpull.v1.XmlPullParserException
        Throws:
        org.xmlpull.v1.XmlPullParserException
    • Method Detail

      • build

        public Rule build()
        Returns:
        a new Rule instance.