Interface DomainExpressionBuilder

    • Method Detail

      • build

        DomainExpression build​(Element e)
        Builds a domain expression from the given element.
        Parameters:
        e - the element
        Returns:
        the domin expression
      • getDomainExpressionTypes

        Collection<QName> getDomainExpressionTypes()
        Returns a collection of QNames describing the xml schema types for which this builder can build domain expressions.
        Returns:
        collection of supported types