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. rootAttributesMethods in org.jboss.staxmapper with parameters of type XMLAttributeReader Modifier and Type Method Description voidXMLMapper. registerRootAttribute(javax.xml.namespace.QName name, XMLAttributeReader<?> reader)Add a known root attribute which can be read byXMLExtendedStreamReader.handleAttribute(Object, int).voidXMLMapperImpl. registerRootAttribute(javax.xml.namespace.QName name, XMLAttributeReader<?> reader)
-