Class Node
java.lang.Object
org.apache.sling.resource.filter.impl.node.Node
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptioncreates a node which represents a literalNode with childrenNode used for comparisoncreates a logical node -
Method Summary
-
Field Details
-
text
-
leftNode
-
rightNode
-
children
-
kind
public int kind
-
-
Constructor Details
-
Node
creates a node which represents a literal- Parameters:
value
-
-
Node
creates a logical node- Parameters:
value
-
-
Node
Node with children- Parameters:
value
-
-
Node
Node used for comparison- Parameters:
kind
- nominally of type comparisonoperator
- defines the type of comparisonleftValue
- basis of comparisonrightValue
- to be compared to
-
-
Method Details