Replies: 1 comment 2 replies
-
SSE is old. It ought to take a What's the use case? SSE is primarily for Jena's tests. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a request for a way to use the
SSE
class with aParseHandler
that usesLabelToNode.createUseLabelEncoded()
instead of the hardcodedLabelToNode.createScopeGlobal()
.Perhaps:
public static SSE.setParseHandler(ParseHandler handler)
.public ParseHandlerPlain.setLabelToNode(LabelToNode bNodeLabels)
to set thebNodeLabels
field (or makeemitBNode(...)
non-final so that it can be overridden to use a differentLabelToNode
instance).Does this sound reasonable? I'm happy to submit a PR with these changes, or with any other API changes that would enable my goal.
Beta Was this translation helpful? Give feedback.
All reactions