Interface XMLParticle<RC,​WC>

    • Method Detail

      • getCardinality

        XMLCardinality getCardinality()
        Returns the cardinality of this XML particle.
        Returns:
        the cardinality of this XML particle.
      • getReader

        XMLElementReader<RC> getReader()
        Returns the reader of this XML particle.
        Returns:
        the reader of this XML particle.
      • getWriter

        XMLContentWriter<WC> getWriter()
        Returns the writer of this XML particle.
        Returns:
        the writer of this XML particle.