Interface XMLElementSchema<S extends XMLElementSchema<S,​T>,​T>

    • Method Detail

      • createXMLMapper

        static <T,​S extends XMLElementSchema<S,​T>> org.jboss.staxmapper.XMLMapper createXMLMapper​(Set<S> schemas)
        Creates a StAX mapper from a set of schemas.
        Type Parameters:
        T - the xml reader context type
        S - the schema type
        Parameters:
        schemas - a set of XML element schemas
        Returns:
        a StAX mapper