提交 bfd2074d 编写于 作者: L lancea

8022753: SQLXML javadoc example typo

Reviewed-by: alanb, mchung
上级 af15bd7e
...@@ -98,7 +98,7 @@ import javax.xml.transform.Source; ...@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册