stax2-api icon indicating copy to clipboard operation
stax2-api copied to clipboard

Extension API for Stax, Java pull-parsing API (STreaming Api for Xml)

Results 2 stax2-api issues
Sort by recently updated
recently updated
newest added

Since the project now uses generics the explicit casts can be removed.

A `org.codehaus.stax2.ri.evt.StartDocumentEventImpl` instance is constructed from the values in a `XMLStreamReader` instance. The member variable `mEncodingScheme` is set from the reader-function `#getCharacterEncodingScheme()`. JavaDoc of that function: > Returns the character...