| Modifier and Type | Method and Description |
|---|---|
ARPHandlers |
getHandlers()
The handlers used during parsing.
|
ARPOptions |
getOptions()
The options used during parsing.
|
void |
setHandlersWith(ARPHandlers handlers)
Copies the handlers from the argument
to be used by this instance.
|
void |
setOptionsWith(ARPOptions opts)
Copies the options from the argument
to be used by this instance.
|
ARPHandlers getHandlers()
set..Handler methods
in ARPHandlers.
The handlers can be copied onto another ARP instance
using the setHandlersWith(org.apache.jena.rdfxml.xmlinput.ARPHandlers) method.ARPHandlers.setStatementHandler(StatementHandler),
ARPHandlers.setErrorHandler(ErrorHandler),
ARPHandlers.setExtendedHandler(ExtendedHandler),
ARPHandlers.setNamespaceHandler(NamespaceHandler),
setHandlersWith(org.apache.jena.rdfxml.xmlinput.ARPHandlers)void setHandlersWith(ARPHandlers handlers)
getHandlers() to retrieve this
instance's copy of the handler information.handlers - The new values to use.ARPOptions getOptions()
set.. methods
in ARPOptions.
The options can be copied onto another ARP instance
using the setOptionsWith(org.apache.jena.rdfxml.xmlinput.ARPOptions) method.ARPOptions.setDefaultErrorMode(),
ARPOptions.setLaxErrorMode(),
ARPOptions.setStrictErrorMode(),
ARPOptions.setStrictErrorMode(int),
ARPOptions.setEmbedding(boolean),
ARPOptions.setErrorMode(int, int),
setOptionsWith(org.apache.jena.rdfxml.xmlinput.ARPOptions)void setOptionsWith(ARPOptions opts)
getOptions() to retrieve this
instance's copy of the options.opts - The new values to use.Licenced under the Apache License, Version 2.0