Uses of Interface
org.jboss.staxmapper.XMLAttributeReader
-
-
Uses of XMLAttributeReader in org.jboss.staxmapper
Methods in org.jboss.staxmapper with parameters of type XMLAttributeReader Modifier and Type Method Description voidXMLMapper. registerRootAttribute(QName name, XMLAttributeReader<?> reader)Add a known root attribute which can be read byXMLExtendedStreamReader.handleAttribute(Object, int).
-