neilg 2002/07/24 08:05:00
Modified: java/src/org/apache/xerces/impl/dtd DTDGrammar.java
Log:
some minor cleanup
Revision Changes Path
1.19 +1 -9 xml-xerces/java/src/org/apache/xerces/impl/dtd/DTDGrammar.java
Index: DTDGrammar.java
===================================================================
RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/DTDGrammar.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- DTDGrammar.java 10 Jun 2002 23:42:45 -0000 1.18
+++ DTDGrammar.java 24 Jul 2002 15:04:59 -0000 1.19
@@ -149,9 +149,6 @@
// Data
//
- /** Datatype validator factory. */
- protected DTDDVFactory fDatatypeValidatorFactory;
-
/** Current element index. */
protected int fCurrentElementIndex;
@@ -353,11 +350,6 @@
//
// Public methods
//
-
- /** Sets the datatype validator factory. */
- public void setDatatypeValidatorFactory(DTDDVFactory factory) {
- fDatatypeValidatorFactory = factory;
- }
/**
* Returns true if the specified element declaration is external.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]