XmlBatch

net.aerith.misao.xml.relaxer. XmlBatch
-instruction :List
-parentRNode :IRNode
-rContext :RContext
+XmlBatch()
+XmlBatch(RStack stack)
+XmlBatch(Document doc)
+XmlBatch(Element element)
+setup(Document doc) :void
+setup(Element element) :void
+setup(RStack stack) :void
-init(Element element) :void
+makeElement(Node parent) :void
+getInstruction() :XmlInstruction
+setInstruction(XmlInstruction instruction) :void
+addInstruction(XmlInstruction instruction) :void
+getParentRNode() :IRNode
+setParentRNode(IRNode parentRNode) :void
+getRNodes() :IRNode
+getRContext() :RContext
+setRContext(RContext rContext) :void
+getRContextResolved() :RContext
+isMatch(Element element) :boolean
+isMatch(RStack stack) :boolean
+isMatchHungry(RStack stack) :boolean
net.aerith.misao.xml. XmlBatch
+XmlBatch()