com.sun.xml.bind.v2.runtime.unmarshaller
class StAXStreamConnector extends StAXConnector
TODO: Finding the optimized FI implementations is a bit hacky and not very extensible. Can we use the service provider mechanism in general for concrete implementations of StAXConnector.
Field Summary | |
---|---|
protected StringBuilder | buffer
SAX may fire consecutive characters event, but we don't allow it.
so use this buffer to perform buffering. |
protected boolean | textReported
Set to true if the text() event is reported, and therefore
the following text() event should be suppressed. |
Constructor Summary | |
---|---|
protected | StAXStreamConnector(XMLStreamReader staxStreamReader, XmlVisitor visitor) |
Method Summary | |
---|---|
void | bridge() |
static StAXConnector | create(XMLStreamReader reader, XmlVisitor visitor)
Creates a StAXConnector from XMLStreamReader.
|
static ClassLoader | getClassLoader() |
protected Location | getCurrentLocation() |
protected String | getCurrentQName() |
protected void | handleCharacters() |