SAX XMLReader that reads from a SAAJ Node. Consumes XMLEvents from an
XMLEventReader, and calls the corresponding methods on the SAX callback interfaces.
author: Arjen Poutsma See Also:javax.xml.soap.Node See Also:javax.xml.soap.SOAPElement since: 1.0.0
Constructor Summary
public
SaajXmlReader(Node startNode) Constructs a new instance of the SaajXmlReader that reads from the given Node.
Method Summary
final public void
parse(InputSource ignored) Parses the StAX XML reader passed at construction-time.
final public void
parse(String ignored) Parses the StAX XML reader passed at construction-time.
Parses the StAX XML reader passed at construction-time.
Note that the given InputSource is not read, but ignored.
Parameters: ignored - is ignored throws: org.xml.sax.SAXException - A SAX exception, possibly wrapping a XMLStreamException
Parses the StAX XML reader passed at construction-time.
Note that the given system identifier is not read, but ignored.
Parameters: ignored - is ignored throws: SAXException - A SAX exception, possibly wrapping a XMLStreamException
Methods inherited from org.springframework.xml.sax.AbstractXmlReader