afs commented on issue #1887:
URL: https://github.com/apache/jena/issues/1887#issuecomment-1566146629

   `RecursiveElementVisitor` is a do-nothing class that wasn't being used in 
Jena. The contract wasn't getting maintained. 
   
   Ideally, use a regular `ElementVisitor`. The SHACL code is all 
"startElement" calls so it look like `ElementVisitor.visit` will work.
   
   Otherwise, take a copy of the code.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to