mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
8022753: SQLXML javadoc example typo
Reviewed-by: alanb, mchung
This commit is contained in:
parent
4f76f09719
commit
d12a32baab
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ import javax.xml.transform.Source;
|
||||||
* or, to set the result value from SAX events:
|
* or, to set the result value from SAX events:
|
||||||
* <pre>
|
* <pre>
|
||||||
* SAXResult saxResult = sqlxml.setResult(SAXResult.class);
|
* SAXResult saxResult = sqlxml.setResult(SAXResult.class);
|
||||||
* ContentHandler contentHandler = saxResult.getXMLReader().getContentHandler();
|
* ContentHandler contentHandler = saxResult.getHandler();
|
||||||
* contentHandler.startDocument();
|
* contentHandler.startDocument();
|
||||||
* // set the XML elements and attributes into the result
|
* // set the XML elements and attributes into the result
|
||||||
* contentHandler.endDocument();
|
* contentHandler.endDocument();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue