Interface XMLContainer.Builder<RC,​WC,​T extends XMLContainer<RC,​WC>,​B extends XMLContainer.Builder<RC,​WC,​T,​B>>

    • Method Detail

      • withContent

        default B withContent​(XMLSequence<RC,​WC> sequence)
        Applies the specified content to this container
        Parameters:
        content - XML content
        Returns:
        a reference to this builder
      • withContent

        default B withContent​(XMLAll<RC,​WC> all)
        Applies the specified content to this container
        Parameters:
        content - XML content
        Returns:
        a reference to this builder
      • withContent

        default B withContent​(XMLChoice<RC,​WC> choice)
        Applies the specified content to this container
        Parameters:
        content - XML content
        Returns:
        a reference to this builder
      • withContent

        B withContent​(XMLContent<RC,​WC> content)
        Applies the specified content to this container
        Parameters:
        content - XML content
        Returns:
        a reference to this builder