com.sun.xml.bind.v2.runtime.unmarshaller
abstract class StAXConnector extends Object
Field Summary | |
---|---|
protected UnmarshallingContext | context |
protected XmlVisitor.TextPredictor | predictor |
protected TagName | tagName |
protected XmlVisitor | visitor |
Constructor Summary | |
---|---|
protected | StAXConnector(XmlVisitor visitor) |
Method Summary | |
---|---|
abstract void | bridge() |
protected static String | fixNull(String s) |
protected abstract Location | getCurrentLocation()
Gets the Location. |
protected abstract String | getCurrentQName()
Gets the QName of the current element. |
protected String | getQName(String prefix, String localName) |
protected void | handleEndDocument() |
protected void | handleStartDocument(NamespaceContext nsc) |
Returns: must not null.