36373839404142
} public Object read(XMLStreamReader xsr, Map<String,Object> properties, QName type) throws Exception { return read(new XoXMLStreamReaderImpl(xsr), properties, type); }
34353637383940
return read(xsr, null); } public Object read(XMLStreamReader xsr, Map<String,Object> properties) throws Exception { return read(new XoXMLStreamReaderImpl(xsr), properties); }
40414243444546