Uses of Class
com.azure.xml.XmlReader
-
Uses of XmlReader in com.azure.xml
Methods in com.azure.xml that return XmlReaderModifier and TypeMethodDescriptionstatic XmlReaderXmlReader.fromBytes(byte[] xml) static XmlReaderXmlReader.fromReader(Reader xml) Creates anXmlReaderthat parses the passedxml.static XmlReaderXmlReader.fromStream(InputStream xml) Creates anXmlReaderthat parses the passedxml.static XmlReaderXmlReader.fromString(String xml) Creates anXmlReaderthat parses the passedxml.static XmlReaderXmlReader.fromXmlStreamReader(XMLStreamReader reader) Creates anXmlReaderthat parses the passedxml.Methods in com.azure.xml with parameters of type XmlReaderModifier and TypeMethodDescriptionstatic <T extends XmlSerializable<T>>
TReads an XML stream into an object.static <T extends XmlSerializable<T>>
TReads an XML stream into an object.Method parameters in com.azure.xml with type arguments of type XmlReaderModifier and TypeMethodDescription<T> TXmlReader.readObject(String localName, XmlReadValueCallback<XmlReader, T> converter) Reads an object from the XML stream.<T> TXmlReader.readObject(String namespaceUri, String localName, XmlReadValueCallback<XmlReader, T> converter) Reads an object from the XML stream.