Class BindingMatcher


  • public class BindingMatcher
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BindingMatcher()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Collection<Binding> getMatchingBindings​(PlainXmlModel model, org.w3c.dom.Element e, java.lang.String property)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BindingMatcher

        public BindingMatcher()
    • Method Detail

      • getMatchingBindings

        public static java.util.Collection<Binding> getMatchingBindings​(PlainXmlModel model,
                                                                        org.w3c.dom.Element e,
                                                                        java.lang.String property)