mrglavas2004/01/19 14:12:10
Modified:java/src/org/apache/xerces/util XMLAttributesImpl.java
Log:
Improve performance of getType. To determine if we're looking
at an enumerated type it is sufficient to check that the first char
is a '('. If it is a '(' then it cannot be anything e
venu2003/11/03 20:48:50
Modified:java/src/org/apache/xerces/util XMLAttributesImpl.java
Log:
backed out changes
Revision ChangesPath
1.23 +1 -3
xml-xerces/java/src/org/apache/xerces/util/XMLAttributesImpl.java
Index: XMLAttributesImpl.java
==
venu2003/11/03 18:34:43
Modified:java/src/org/apache/xerces/util XMLAttributesImpl.java
Log:
Description : When attribute is not declared , mark the attribute type to null.
Refer TypeInfo interface DOM L3 core spec.
Dependant files : XMLDTDValidator.java,AbstractDOMPars
neilg 2003/03/10 08:29:02
Modified:java/src/org/apache/xerces/util XMLAttributesImpl.java
Log:
fixing bug 15584. Thanks to Michael Glavassevich for pointing out this bug in a SAX
context; it was equally an XNI bug, however.
Revision ChangesPath
1.19 +2 -2
x
elena 2002/09/12 14:56:57
Modified:java/src/org/apache/xerces/impl
XMLDocumentFragmentScannerImpl.java
XMLDocumentScannerImpl.java
java/src/org/apache/xerces/impl/dtd XMLDTDValidator.java
java/src/org/apache