java - Is Apache Xerces a Streaming XML parser? -


i writing application needs unmarshall huge xml file using castor. because of reason, need use streaming xml parser such stax parse xml file. according castor's documentation, castor default parser xerces. visited xerces home page, , not find information whether xerces streaming parser or not.

does know whether xerces streaming parser. thank you.

from http://en.wikipedia.org/wiki/xerces:

xerces apache's collection of software libraries parsing, validating, serializing , manipulating xml. library implements number of standard apis xml parsing, including dom, sax , sax2

so seems support streaming , non streaming apis. see http://xerces.apache.org/#xerces2-j supported apis.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -