minchau 2004/08/30 22:10:51
Modified: java/src/org/apache/xml/serializer XSLOutputAttributes.java
Log:
Submitted by: Brian Minchau
Javadoc change.
Revision Changes Path
1.3 +6 -2
xml-xalan/java/src/org/apache/xml/serializer/XSLOutputAttributes.java
Index: XSLOutputAttributes.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/XSLOutputAttributes.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XSLOutputAttributes.java 17 Feb 2004 04:18:18 -0000 1.2
+++ XSLOutputAttributes.java 31 Aug 2004 05:10:51 -0000 1.3
@@ -44,8 +44,12 @@
* The one attribute not covered in this interface is <code>method</code> as
* this value is implicitly chosen by the serializer that is created, for
* example ToXMLStream vs. ToHTMLStream or another one.
+ *
+ * This interface is only used internally within Xalan.
+ *
+ * @xsl.usage internal
*/
-public interface XSLOutputAttributes
+interface XSLOutputAttributes
{
/**
* Returns the previously set value of the value to be used as the public
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]