Uses of Interface
com.azure.xml.XmlReadValueCallback
-
Uses of XmlReadValueCallback in com.azure.xml
Methods in com.azure.xml with parameters of type XmlReadValueCallbackModifier and TypeMethodDescription<T> TXmlReader.getNullableAttribute(String namespaceUri, String localName, XmlReadValueCallback<String, T> converter) Gets the nullable value for the attribute in the XML element.<T> TXmlReader.getNullableElement(XmlReadValueCallback<String, T> converter) Gets the nullable value for the current element.<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.