Package com.yahoo.document.select.rule
Class DocumentTypeNode
java.lang.Object
com.yahoo.document.select.rule.DocumentTypeNode
- All Implemented Interfaces:
ExpressionNode
A document type node which returns the document type if exactly the type specified or false otherwise:
For using the exact document type as a condition.
- Author:
- bratseth
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidPerform visitation of this node.Evaluate the content of this node based on document object, and return that value.getBucketSet(BucketIdFactory factory) Returns the set of bucket ids covered by this node.getType()toString()
-
Constructor Details
-
DocumentTypeNode
-
-
Method Details
-
getType
-
setType
-
getBucketSet
Description copied from interface:ExpressionNodeReturns the set of bucket ids covered by this node.- Specified by:
getBucketSetin interfaceExpressionNode- Parameters:
factory- the factory used by the current application
-
evaluate
Description copied from interface:ExpressionNodeEvaluate the content of this node based on document object, and return that value.- Specified by:
evaluatein interfaceExpressionNode- Parameters:
context- the document to evaluate over- Returns:
- the value of this
-
accept
Description copied from interface:ExpressionNodePerform visitation of this node.- Specified by:
acceptin interfaceExpressionNode- Parameters:
visitor- the visitor that wishes to visit the node
-
toString
-