Xerces is used for parsing the XML. The SAXEvents generated by Xerces are then analysed as RDF by ARP. Errors may occur in either the XML or the RDF part, see {@link ARPHandlers#setErrorHandler} for detailsof how to distinguish between them.
For very large files, ARP does not use any additional memory except when either the {@link ExtendedHandler#discardNodesWithNodeID}returns false or when the {@link AResource#setUserData} method has beenused. In these cases ARP needs to remember the rdf:nodeID
usage through the file life time.
See ARP documentation for more information.
Includes contributions from Simon Raboczi and Andrew Newman
|
|
|
|