Uses of Interface
org.jboss.staxmapper.XMLElementReader
-
-
Uses of XMLElementReader in org.jboss.staxmapper
Fields in org.jboss.staxmapper with type parameters of type XMLElementReader Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<javax.xml.namespace.QName,XMLElementReader<?>>
XMLMapperImpl. rootElements
Methods in org.jboss.staxmapper with parameters of type XMLElementReader Modifier and Type Method Description void
XMLMapper. registerRootElement(javax.xml.namespace.QName name, XMLElementReader<?> reader)
Add a known root element which can be read byXMLExtendedStreamReader.handleAny(Object)
.void
XMLMapperImpl. registerRootElement(javax.xml.namespace.QName name, XMLElementReader<?> reader)
-