|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ARPConfig
Used to set event handlers and options
on ARP, SAX2Model, and
SAX2RDF instances.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
ARPHandlers getHandlers()
set..Handler methods
in ARPHandlers.
The handlers can be copied onto another ARP instance
using the setHandlersWith(com.hp.hpl.jena.rdf.arp.ARPHandlers) method.
ARPHandlers.setStatementHandler(StatementHandler),
ARPHandlers.setErrorHandler(ErrorHandler),
ARPHandlers.setExtendedHandler(ExtendedHandler),
ARPHandlers.setNamespaceHandler(NamespaceHandler),
setHandlersWith(com.hp.hpl.jena.rdf.arp.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(com.hp.hpl.jena.rdf.arp.ARPOptions) method.
ARPOptions.setDefaultErrorMode(),
ARPOptions.setLaxErrorMode(),
ARPOptions.setStrictErrorMode(),
ARPOptions.setStrictErrorMode(int),
ARPOptions.setEmbedding(boolean),
ARPOptions.setErrorMode(int, int),
setOptionsWith(com.hp.hpl.jena.rdf.arp.ARPOptions)void setOptionsWith(ARPOptions opts)
getOptions() to retrieve this
instance's copy of the options.
opts - The new values to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||