mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +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:
|
||||
* <pre>
|
||||
* SAXResult saxResult = sqlxml.setResult(SAXResult.class);
|
||||
* ContentHandler contentHandler = saxResult.getXMLReader().getContentHandler();
|
||||
* ContentHandler contentHandler = saxResult.getHandler();
|
||||
* contentHandler.startDocument();
|
||||
* // set the XML elements and attributes into the result
|
||||
* contentHandler.endDocument();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue