Uses of Interface
org.jboss.staxmapper.Namespace
-
-
Uses of Namespace in org.jboss.staxmapper
Methods in org.jboss.staxmapper with type parameters of type Namespace Modifier and Type Method Description default <T,N extends Namespace>
voidXMLMapper. registerRootElement(String localName, Set<N> namespaces, Function<N,XMLElementReader<T>> readerFactory)Convenience method that registers a root element associated with a known set of namespaces, whose reader can be created from the specified factory.
-