| 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(com.hp.hpl.jena.rdf.arp.ARPHandlers) method.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.Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP