Reset this SAXParser
to its original configuration.
SAXParser
is reset to the same state as when it was created with {@link SAXParserFactory#newSAXParser()}. reset()
is designed to allow the reuse of existing SAXParser
s thus saving resources associated with the creation of new SAXParser
s.
The reset SAXParser
is not guaranteed to have the same {@link Schema}Object
, e.g. {@link Object#equals(Object obj)}. It is guaranteed to have a functionally equal Schema
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|