mrglavas2005/02/24 14:23:16
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
When the type of an element is a union, the [member type definition] will not
be available
until the end of the element (the exception being if the element is empty).
This is requi
mrglavas2004/05/07 14:40:59
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
Premature commit of this file. Undoing change to debug variables.
Revision ChangesPath
1.112 +3 -3
xml-xerces/java/src/org/apache/xerces/parsers/AbstractDOMParser
mrglavas2004/05/07 14:35:35
Modified:java/src/org/apache/xerces/dom DOMNormalizer.java
DOMConfigurationImpl.java
java/src/org/apache/xml/serialize XMLSerializer.java
DOMSerializerImpl.java
java/src/org/apache/x
mrglavas2004/05/06 09:02:05
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
Fixing Jira Bug #954:
http://nagoya.apache.org/jira/browse/XERCESJ-954
A DOMError of type "pi-base-uri-not-preserved" and severity
[warning] was not being raised in LSPars
mrglavas2004/02/16 16:01:50
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
Some improvements. If the document class name is our PSVI
implementation don't go through ObjectFactory. Load it with
the current classloader like we do for DocumentImpl. Also,
mrglavas2004/02/15 21:43:11
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
Bug #26613. Making code consistent with startDocument by checking for default
document class name.
This is the right thing to do since we load DocumentImpl statically.
Revision
mrglavas2004/02/12 15:26:06
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
DOMParserImpl.java
Log:
Fixing behaviour for interrupts and abort. We were
throwing a RuntimeException to stop parsing but
this bubbled up to the user. Instead
elena 2004/02/10 09:25:28
Modified:java/src/org/apache/xml/serialize HTMLSerializer.java
HTMLdtd.java DOMSerializerImpl.java
XMLSerializer.java
java/src/org/apache/xerces/impl/msg
XMLSerializerMessag
mrglavas2004/01/29 11:03:35
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
Fixing a bug which caused the DOM parser to throw out
text preceeding a CDATA section when deferred DOM
is off and we're not creating CDATA nodes.
Revision ChangesPath
elena 2004/01/16 09:50:01
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
Update LSParser filter impl according to the latest spec:
1. "The document element is never passed to the LSParserFilter methods, i.e. it is
not possible to filter out the document
venu2003/11/18 12:45:12
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
DOMParserImpl.java
Log:
no fixes , just code formatting.
Revision ChangesPath
1.100 +1066
-1066xml-xerces/java/src/org/apache/xerces/parsers/Abstrac
mrglavas2003/11/12 07:48:19
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
Fixing some NPEs from the previous commit.
Revision ChangesPath
1.96 +6 -6
xml-xerces/java/src/org/apache/xerces/parsers/AbstractDOMParser.java
Index: Abstr
mrglavas2003/11/11 08:52:36
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
I missed DefferredDOM on the last commit. Also, if the
attribute wasn't declared, then there's no reason to
lookup its type from XMLAttributes.
Revision ChangesPath
1.9
mrglavas2003/11/11 07:59:42
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
For DOM Level 3 TypeInfo, if an attribute was not
declared in the DTD, its type name is null. Using new
augmentations property "ATTRIBUTE_DECLARED"
to propogate this information
elena 2003/11/06 16:20:41
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
Fixing NPE: setXMLVersion can't accept null values
Revision ChangesPath
1.92 +7 -4
xml-xerces/java/src/org/apache/xerces/parsers/AbstractDOMParser.java
Inde
venu2003/11/03 21:15:16
Modified:java/src/org/apache/xerces/impl/dtd XMLDTDValidator.java
java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
Backed out changes
Revision ChangesPath
1.53 +1 -2
xml-xerces/java/src/org/apache/xerces/
venu2003/11/03 03:04:33
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.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
Revision C
elena 2003/06/10 11:09:39
Modified:java/src/org/apache/xerces/dom
CoreDOMImplementationImpl.java
CoreDocumentImpl.java DOMImplementationImpl.java
DOMImplementationSourceImpl.java EntityImpl.java
elena 2003/02/04 13:03:21
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
If the same entity reference used in the document more than once,
we should only build entity definition when we *see* an entity reference the first
time
See non-deferred DOM impl
elena 2003/01/20 07:42:44
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
The latest "cleanup" is invalid per DOM spec... Notation interface represents
notation decl from DTD (internal or external)
Revision ChangesPath
1.82 +6 -9
xml
elena 2003/01/16 14:53:45
Modified:java/src/org/apache/xerces/dom AttrImpl.java AttrNSImpl.java
DeferredAttrImpl.java DeferredAttrNSImpl.java
DeferredDocumentImpl.java
DeferredElementNSImpl.java DeferredNode.java
elena 2003/01/08 13:42:04
Modified:java/src/org/apache/xerces/dom DOMNormalizer.java
ElementImpl.java
java/src/org/apache/xerces/impl/xs/opti DefaultElement.java
java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
Upd
neilg 2002/11/20 12:55:40
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
allow Locale to be set on DOMParsers, as they can be on SAXParsers and could on
DOMParsers in Xerces1
Revision ChangesPath
1.77 +13 -1
xml-xerces/java/src/org/ap
sandygao2002/09/19 10:50:40
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
AbstractSAXParser.java
Log:
Removing unnecessary code related to schema normalized value.
Revision ChangesPath
1.75 +1 -15
xml-xerces/java/src
elena 2002/08/20 15:11:55
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
Applied patch from Philippe Le Hegaret: NPE parsing entity with no value.
Revision ChangesPath
1.70 +22 -19
xml-xerces/java/src/org/apache/xerces/parsers/Abstract
rahuls 2002/08/14 08:15:42
Modified:java/src/org/apache/xerces/dom Tag: jaxp-ri-1_2_0-fcs-branch
TextImpl.java
java/src/org/apache/xerces/impl Tag:
jaxp-ri-1_2_0-fcs-branch XMLDTDScannerImpl.java
XML
neilg 2002/08/09 06:42:41
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
remove call to Vector.clear() so Xerces can be run under JDK 1.1.8.
Revision ChangesPath
1.67 +2 -2
xml-xerces/java/src/org/apache/xerces/parsers/AbstractDOMPar
elena 2002/07/26 12:30:50
Modified:java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
Add check to avoid NPE.
Revision ChangesPath
1.66 +7 -3
xml-xerces/java/src/org/apache/xerces/parsers/AbstractDOMParser.java
Index: AbstractDOMParser.java
28 matches
Mail list logo