Fixed some javadoc errors.

PR: 16914
Submitted by: Tilman Giese tilman.giese<AT>gmx.de


git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
crossley 2003-09-06 01:00:14 +00:00
parent 2b51051421
commit 72e36cded9
2 changed files with 3 additions and 3 deletions

View File

@ -207,7 +207,7 @@ public abstract class Transformer {
* namespace qualified, the property will be ignored. In other words the
* behaviour is not orthogonal with setOutputProperties.</p>
*
* @returns A copy of the set of output properties in effect
* @return A copy of the set of output properties in effect
* for the next transformation.
*
* @see javax.xml.transform.OutputKeys

View File

@ -261,7 +261,7 @@ public interface Node {
* this node is a <code>Document</code> or a <code>DocumentType</code>
* which is not used with any <code>Document</code> yet, this is
* <code>null</code>.
* @version DOM Level 2
* @since DOM Level 2
*/
public Document getOwnerDocument();
@ -401,7 +401,7 @@ public interface Node {
* <code>CDATASections</code>, the normalize operation alone may not be
* sufficient, since XPointers do not differentiate between
* <code>Text</code> nodes and <code>CDATASection</code> nodes.
* @version DOM Level 2
* @since DOM Level 2
*/
public void normalize();