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:
parent
2b51051421
commit
72e36cded9
@ -207,7 +207,7 @@ public abstract class Transformer {
|
|||||||
* namespace qualified, the property will be ignored. In other words the
|
* namespace qualified, the property will be ignored. In other words the
|
||||||
* behaviour is not orthogonal with setOutputProperties.</p>
|
* 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.
|
* for the next transformation.
|
||||||
*
|
*
|
||||||
* @see javax.xml.transform.OutputKeys
|
* @see javax.xml.transform.OutputKeys
|
||||||
|
|||||||
4
java/external/src/org/w3c/dom/Node.java
vendored
4
java/external/src/org/w3c/dom/Node.java
vendored
@ -261,7 +261,7 @@ public interface Node {
|
|||||||
* this node is a <code>Document</code> or a <code>DocumentType</code>
|
* this node is a <code>Document</code> or a <code>DocumentType</code>
|
||||||
* which is not used with any <code>Document</code> yet, this is
|
* which is not used with any <code>Document</code> yet, this is
|
||||||
* <code>null</code>.
|
* <code>null</code>.
|
||||||
* @version DOM Level 2
|
* @since DOM Level 2
|
||||||
*/
|
*/
|
||||||
public Document getOwnerDocument();
|
public Document getOwnerDocument();
|
||||||
|
|
||||||
@ -401,7 +401,7 @@ public interface Node {
|
|||||||
* <code>CDATASections</code>, the normalize operation alone may not be
|
* <code>CDATASections</code>, the normalize operation alone may not be
|
||||||
* sufficient, since XPointers do not differentiate between
|
* sufficient, since XPointers do not differentiate between
|
||||||
* <code>Text</code> nodes and <code>CDATASection</code> nodes.
|
* <code>Text</code> nodes and <code>CDATASection</code> nodes.
|
||||||
* @version DOM Level 2
|
* @since DOM Level 2
|
||||||
*/
|
*/
|
||||||
public void normalize();
|
public void normalize();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user