public class XmlConditionVisitor extends ConditionVisitor
| Modifier and Type | Field and Description |
|---|---|
protected org.w3c.dom.Document |
m_doc |
protected java.util.Stack<org.w3c.dom.Node> |
m_parts |
| Constructor and Description |
|---|
XmlConditionVisitor(org.w3c.dom.Document doc) |
| Modifier and Type | Method and Description |
|---|---|
protected org.w3c.dom.Node |
createLiteralNode(Literal l) |
org.w3c.dom.Node |
getCondition() |
org.w3c.dom.Node |
getNode() |
void |
visit(Equality e) |
void |
visit(LogicalAnd c) |
void |
visit(LogicalNot c) |
void |
visit(LogicalOr c) |
protected void |
visitNAry(org.w3c.dom.Node operator,
NAryCondition c) |
protected java.util.Stack<org.w3c.dom.Node> m_parts
protected org.w3c.dom.Document m_doc
public void visit(LogicalAnd c)
visit in class ConditionVisitorprotected void visitNAry(org.w3c.dom.Node operator,
NAryCondition c)
public void visit(LogicalOr c)
visit in class ConditionVisitorpublic void visit(LogicalNot c)
visit in class ConditionVisitorpublic void visit(Equality e)
visit in class ConditionVisitorpublic org.w3c.dom.Node getCondition()
public org.w3c.dom.Node getNode()
protected org.w3c.dom.Node createLiteralNode(Literal l)
Copyright © Sylvain HallĂ©. All Rights Reserved.