pbwest 2002/10/10 10:10:44
Modified: src/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design
XMLEvent.java
Log:
Make components of XMLEvent.UriLocalName public.
Revision Changes Path
No revision
No revision
1.1.2.4 +6 -6 xml-fop/src/org/apache/fop/xml/Attic/XMLEvent.java
Index: XMLEvent.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/xml/Attic/XMLEvent.java,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- XMLEvent.java 9 Oct 2002 06:08:37 -0000 1.1.2.3
+++ XMLEvent.java 10 Oct 2002 17:10:44 -0000 1.1.2.4
@@ -218,11 +218,11 @@
/**
* A nested class for holding an passing a URI index and local name
- * pair, as used in the contain <tt>XMLEvent</tt> class.
+ * pair, as used in the containing <tt>XMLEvent</tt> class.
*/
public static class UriLocalName {
- private int uriIndex;
- private String localName;
+ public int uriIndex;
+ public String localName;
/**
* @param uriIndex - the index of the namespace URI maintained in
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]