mbeckerle commented on code in PR #7:
URL: https://github.com/apache/xerces-j/pull/7#discussion_r2021826430


##########
src/org/apache/xerces/parsers/AbstractDOMParser.java:
##########
@@ -362,7 +368,8 @@ protected void setDocumentClassName (String 
documentClassName) {
 
         // set document class name
         fDocumentClassName = documentClassName;
-        if (!documentClassName.equals (DEFAULT_DOCUMENT_CLASS_NAME)) {
+        if (!documentClassName.equals (DEFAULT_DOCUMENT_CLASS_NAME) ||
+             fIncludeLocationInfo) { // deferred nodes are not compatible with 
location info capture.

Review Comment:
   I modified features.xml with doc for this DOM feature. 
   
   Is there any other doc update I need to do?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: j-dev-h...@xerces.apache.org

Reply via email to