com.ibm.xdms.common
Interface NodeLevelConstraint


public interface NodeLevelConstraint

This interface describes a class that will provide an XQuery Search Template


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getConstraintNamespace()
          Returns a list of nodeLevelConstraints which are valid
 java.lang.String getConstraintValue()
          Returns a list of nodeLevelConstraints which are valid
 boolean validateNodeLevelConstraint(java.lang.String nlConstraint)
          Validates the format of the nodeLevelConstraint
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getConstraintValue

java.lang.String getConstraintValue()
Returns a list of nodeLevelConstraints which are valid

Returns:
List of nodeLevelConstraints

getConstraintNamespace

java.lang.String getConstraintNamespace()
Returns a list of nodeLevelConstraints which are valid

Returns:
List of nodeLevelConstraints

validateNodeLevelConstraint

boolean validateNodeLevelConstraint(java.lang.String nlConstraint)
Validates the format of the nodeLevelConstraint

Parameters:
nlConstraint - nodeLevelConstraint to validate
Returns:
true if this nodeLevelConstraint is valid, false otherwise