minchau 2003/10/22 12:32:05
Modified: java/src/org/apache/xml/serializer Tag: xslt20-compiled
ToUnknownStream.java EmptySerializer.java
ToXMLSAXHandler.java ToHTMLSAXHandler.java
ToTextSAXHandler.java ToXMLStream.java
AttributesImplSerializer.java ToStream.java
ToHTMLStream.java NamespaceMappings.java
Log:
javadoc cleanup for bug 23983
Revision Changes Path
No revision
No revision
1.5.2.2 +4 -4
xml-xalan/java/src/org/apache/xml/serializer/ToUnknownStream.java
Index: ToUnknownStream.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/ToUnknownStream.java,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- ToUnknownStream.java 6 Oct 2003 14:35:48 -0000 1.5.2.1
+++ ToUnknownStream.java 22 Oct 2003 19:32:04 -0000 1.5.2.2
@@ -312,7 +312,7 @@
* Adds an attribute to the currenly open tag
* @param name the attribute name, with prefix (if any)
* @param value the value of the parameter
- * @see
org.apache.xml.serializer.ExtendedContentHandler#attribute(String, String)
+ * @see
org.apache.xml.serializer.ExtendedContentHandler#addAttribute(String, String)
*/
public void addAttribute(String rawName, String value)
{
@@ -371,8 +371,8 @@
/**
* @see org.xml.sax.ContentHandler#startPrefixMapping(String, String)
- * @ param prefix The prefix that maps to the URI
- * @ param uri The URI for the namespace
+ * @param prefix The prefix that maps to the URI
+ * @param uri The URI for the namespace
*/
public void startPrefixMapping(String prefix, String uri) throws
SAXException
{
@@ -1254,7 +1254,7 @@
}
/**
- * @see org.apache.xml.serializer.SerializationHandler#getPrefix()
+ * @see org.apache.xml.serializer.ExtendedContentHandler#getPrefix
*/
public String getPrefix(String namespaceURI)
{
1.2.2.2 +1 -1
xml-xalan/java/src/org/apache/xml/serializer/EmptySerializer.java
Index: EmptySerializer.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/EmptySerializer.java,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- EmptySerializer.java 6 Oct 2003 14:35:48 -0000 1.2.2.1
+++ EmptySerializer.java 22 Oct 2003 19:32:04 -0000 1.2.2.2
@@ -568,7 +568,7 @@
return null;
}
/**
- * @see
org.apache.xml.serializer.XSLOutputAttributes#setCdataSectionElements(java.util.Hashtable)
+ * @see
org.apache.xml.serializer.XSLOutputAttributes#setCdataSectionElements
*/
public void setCdataSectionElements(Hashtable h) throws Exception
{
1.8.2.1 +3 -3
xml-xalan/java/src/org/apache/xml/serializer/ToXMLSAXHandler.java
Index: ToXMLSAXHandler.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/ToXMLSAXHandler.java,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -r1.8 -r1.8.2.1
--- ToXMLSAXHandler.java 7 Jul 2003 06:23:51 -0000 1.8
+++ ToXMLSAXHandler.java 22 Oct 2003 19:32:04 -0000 1.8.2.1
@@ -121,7 +121,7 @@
}
/**
- * @see org.apache.xml.serializer.SerializationHandler#indent(int)
+ * Do nothing for SAX.
*/
public void indent(int n) throws SAXException
{
@@ -338,8 +338,8 @@
/**
* @see org.xml.sax.ContentHandler#startPrefixMapping(String, String)
- * @ param prefix The prefix that maps to the URI
- * @ param uri The URI for the namespace
+ * @param prefix The prefix that maps to the URI
+ * @param uri The URI for the namespace
*/
public void startPrefixMapping(String prefix, String uri)
throws SAXException
1.5.2.2 +3 -3
xml-xalan/java/src/org/apache/xml/serializer/ToHTMLSAXHandler.java
Index: ToHTMLSAXHandler.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/ToHTMLSAXHandler.java,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- ToHTMLSAXHandler.java 6 Oct 2003 14:35:48 -0000 1.5.2.1
+++ ToHTMLSAXHandler.java 22 Oct 2003 19:32:04 -0000 1.5.2.2
@@ -120,7 +120,7 @@
/**
* Does nothing.
- * @see org.apache.xml.serializer.SerializationHandler#indent(int)
+ *
*/
public void indent(int n) throws SAXException
{
@@ -452,7 +452,7 @@
*
* @throws org.xml.sax.SAXException
*
- * @see org.xml.sax.ContentHander#endDocument()
+ *
*/
public void endDocument() throws SAXException
{
@@ -673,7 +673,7 @@
* that is soon to follow. Need to close any open start tag to make
* sure than any name space attributes due to this event are associated
wih
* the up comming element, not the current one.
- * @see org.xml.sax.ExtendedContentHandler#startPrefixMapping
+ * @see
org.apache.xml.serializer.ExtendedContentHandler#startPrefixMapping
*
* @param prefix The Namespace prefix being declared.
* @param uri The Namespace URI the prefix is mapped to.
1.3.2.1 +2 -2
xml-xalan/java/src/org/apache/xml/serializer/ToTextSAXHandler.java
Index: ToTextSAXHandler.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/ToTextSAXHandler.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- ToTextSAXHandler.java 25 Jun 2003 17:05:03 -0000 1.3
+++ ToTextSAXHandler.java 22 Oct 2003 19:32:04 -0000 1.3.2.1
@@ -158,8 +158,8 @@
/**
* Does nothing because
- * the indent attribute is ignored for text output
- * @see org.apache.xml.serializer.SerializationHandler#indent(int)
+ * the indent attribute is ignored for text output.
+ *
*/
public void indent(int n) throws SAXException
{
1.8.2.2 +1 -1
xml-xalan/java/src/org/apache/xml/serializer/ToXMLStream.java
Index: ToXMLStream.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/ToXMLStream.java,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -r1.8.2.1 -r1.8.2.2
--- ToXMLStream.java 26 Sep 2003 19:53:17 -0000 1.8.2.1
+++ ToXMLStream.java 22 Oct 2003 19:32:04 -0000 1.8.2.2
@@ -393,7 +393,7 @@
* @param name the qualified name of the attribute
* @param value the value of the attribute which can contain only
* ASCII printable characters characters in the range 32 to 127
inclusive.
- * @flags the bit values of this integer give optimization information.
+ * @param flags the bit values of this integer give optimization
information.
*/
public void addUniqueAttribute(String name, String value, int flags)
throws SAXException
1.2.4.1 +2 -2
xml-xalan/java/src/org/apache/xml/serializer/AttributesImplSerializer.java
Index: AttributesImplSerializer.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/AttributesImplSerializer.java,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -r1.2 -r1.2.4.1
--- AttributesImplSerializer.java 27 May 2003 20:38:42 -0000 1.2
+++ AttributesImplSerializer.java 22 Oct 2003 19:32:04 -0000 1.2.4.1
@@ -126,7 +126,7 @@
* @param val the value of the attribute
*
* @see org.xml.sax.helpers.AttributesImpl#addAttribute(String, String,
String, String, String)
- * @see getIndex(String)
+ * @see #getIndex(String)
*/
public void addAttribute(
String uri,
@@ -200,7 +200,7 @@
* getIndex(qName).
* @param atts the attributes to copy into these attributes.
* @see org.xml.sax.helpers.AttributesImpl#setAttributes(Attributes)
- * @see getIndex(String)
+ * @see #getIndex(String)
*/
public void setAttributes(Attributes atts)
{
1.21.2.5 +1 -1
xml-xalan/java/src/org/apache/xml/serializer/ToStream.java
Index: ToStream.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/ToStream.java,v
retrieving revision 1.21.2.4
retrieving revision 1.21.2.5
diff -u -r1.21.2.4 -r1.21.2.5
--- ToStream.java 16 Oct 2003 15:18:04 -0000 1.21.2.4
+++ ToStream.java 22 Oct 2003 19:32:04 -0000 1.21.2.5
@@ -2098,7 +2098,7 @@
* that is soon to follow. Need to close any open start tag to make
* sure than any name space attributes due to this event are associated
wih
* the up comming element, not the current one.
- * @see org.xml.sax.ExtendedContentHandler#startPrefixMapping
+ * @see
org.apache.xml.serializer.ExtendedContentHandler#startPrefixMapping
*
* @param prefix The Namespace prefix being declared.
* @param uri The Namespace URI the prefix is mapped to.
1.23.2.3 +1 -1
xml-xalan/java/src/org/apache/xml/serializer/ToHTMLStream.java
Index: ToHTMLStream.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/ToHTMLStream.java,v
retrieving revision 1.23.2.2
retrieving revision 1.23.2.3
diff -u -r1.23.2.2 -r1.23.2.3
--- ToHTMLStream.java 5 Oct 2003 14:01:57 -0000 1.23.2.2
+++ ToHTMLStream.java 22 Oct 2003 19:32:04 -0000 1.23.2.3
@@ -1860,7 +1860,7 @@
* @param name the qualified name of the attribute
* @param value the value of the attribute which can contain only
* ASCII printable characters characters in the range 32 to 127
inclusive.
- * @flags the bit values of this integer give optimization information.
+ * @param flags the bit values of this integer give optimization
information.
*/
public void addUniqueAttribute(String name, String value, int flags)
throws SAXException
1.3.2.1 +1 -1
xml-xalan/java/src/org/apache/xml/serializer/NamespaceMappings.java
Index: NamespaceMappings.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/NamespaceMappings.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- NamespaceMappings.java 7 Jul 2003 06:23:51 -0000 1.3
+++ NamespaceMappings.java 22 Oct 2003 19:32:04 -0000 1.3.2.1
@@ -304,7 +304,7 @@
/**
* This method makes a clone of this object.
- * @see java.lang.Object#clone()
+ *
*/
public Object clone() throws CloneNotSupportedException {
NamespaceMappings clone = new NamespaceMappings();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]