java - How do I know whether Castor uses Xerces for unmarshalling objects from XML by chunks? -
i using castor unmarshall xml objects. according documentation uses xerces parser default. castor unmarshall objects parse new elements, , not marshall hundreds of objects memory. because going unmarshall huge xml file.
is there way me ascertain how castor parse xml document ?
Comments
Post a Comment