com.bea.p13n.rules.model
Class VariableBindingModel.Recognizer

java.lang.Object
  extended by com.bea.p13n.rules.model.VariableBindingModel.Recognizer
All Implemented Interfaces
ClauseModelRecognizer
Enclosing class:
VariableBindingModel

public static class VariableBindingModel.Recognizer
extends Object
implements ClauseModelRecognizer

An object which can recognize VariableBindingModels.


Constructor Summary
VariableBindingModel.Recognizer()
           
 
Method Summary
 boolean recognize(org.apache.xmlbeans.XmlObject element, String clauseType)
          Check if the specified xml structure is an instance of the specified clause type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableBindingModel.Recognizer

public VariableBindingModel.Recognizer()
Method Detail

recognize

public boolean recognize(org.apache.xmlbeans.XmlObject element,
                         String clauseType)
Description copied from interface: ClauseModelRecognizer
Check if the specified xml structure is an instance of the specified clause type.

Specified by:
recognize in interface ClauseModelRecognizer


Copyright © 2011, Oracle. All rights reserved.