grchiu 2003/01/10 21:40:32
Modified: java/src/org/apache/xalan/templates Tag: xslt20
OutputProperties.java
Log:
Migrating changes to xslt20 branch.
Removed m_propertiesLevels field as it's no longer required.
Revision Changes Path
No revision
No revision
1.20.12.1.2.2 +0 -10
xml-xalan/java/src/org/apache/xalan/templates/OutputProperties.java
Index: OutputProperties.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/templates/OutputProperties.java,v
retrieving revision 1.20.12.1.2.1
retrieving revision 1.20.12.1.2.2
diff -u -r1.20.12.1.2.1 -r1.20.12.1.2.2
--- OutputProperties.java 10 Jan 2003 21:05:06 -0000 1.20.12.1.2.1
+++ OutputProperties.java 11 Jan 2003 05:40:31 -0000 1.20.12.1.2.2
@@ -858,7 +858,6 @@
super.compose(sroot);
- m_propertiesLevels = null;
}
/**
@@ -968,15 +967,6 @@
|| key.equals(OutputKeys.VERSION)
|| (key.length() > 0) && (key.charAt(0) == '{'));
}
-
- /**
- * This ugly field is used during recomposition to track the import
precedence
- * at which each attribute was first specified, so we can flag errors
about values being
- * set multiple time at the same precedence level. Note that this field
is only used
- * during recomposition, with the OutputProperties object owned by the
- * [EMAIL PROTECTED] org.apache.xalan.templates.StylesheetRoot} object.
- */
- private transient Hashtable m_propertiesLevels;
/** The output properties.
* @serial */
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]