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