Package com.azure.xml
Interface XmlElementConsumer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A callback used when processing an XML element.
-
Method Summary
-
Method Details
-
consume
Consume an XML element.- Parameters:
namespaceUri- The namespace URI of the element being processed.localName- The local name of the element being processed.reader- TheXmlReaderprocessing the element.- Throws:
XMLStreamException- If an XML stream error occurs during processing of the element.
-