public interface BindingRecognizer
DefaultBindingRecognizer.| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getBindingIds(ADFDesignTimeContext dtContext, org.w3c.dom.Node node)
Returns the set of binding ids that exist for the node, or an empty set if none exist.
|
java.util.Set<BindingReference> |
recognize(ADFDesignTimeContext dtContext, org.w3c.dom.Node node)
Returns the set of
BindingReferences that exist for the node, or an empty set if none exist. |
java.util.Set<BindingReference> recognize(ADFDesignTimeContext dtContext, org.w3c.dom.Node node)
BindingReferences that exist for the node, or an empty set if none exist. This should not recurse for children. Note that the Node can be an element, text, or attr node.java.util.Set<java.lang.String> getBindingIds(ADFDesignTimeContext dtContext, org.w3c.dom.Node node)
Node can be an element, text, or attr node.