Interface XMLElement.Builder<RC,​WC>

    • Method Detail

      • withAttributes

        XMLElement.Builder<RC,​WC> withAttributes​(Map<QName,​org.jboss.staxmapper.XMLAttributeReader<RC>> readers,
                                                       XMLContentWriter<WC> writer)
        Adds readers and writer for the attributes of this element.
        Parameters:
        readers - a map of readers per qualified name
        writer - a writer of the attributes of this element
        Returns:
        a reference to this builder