com.sun.xml.bind.v2.runtime.unmarshaller
public final class SAXConnector extends Object implements UnmarshallerHandler
Constructor Summary | |
---|---|
SAXConnector(XmlVisitor next, LocatorEx externalLocator) |
Method Summary | |
---|---|
void | characters(char[] buf, int start, int len) |
void | endDocument() |
void | endElement(String uri, String localName, String qName) |
void | endPrefixMapping(String prefix) |
UnmarshallingContext | getContext() |
Object | getResult() |
void | ignorableWhitespace(char[] buf, int start, int len) |
void | processingInstruction(String target, String data) |
void | setDocumentLocator(Locator locator) |
void | skippedEntity(String name) |
void | startDocument() |
void | startElement(String uri, String local, String qname, Attributes atts) |
void | startPrefixMapping(String prefix, String uri) |
Parameters: externalLocator If the caller is producing SAX events from sources other than Unicode and angle brackets, the caller can override the default SAX Locator object by this object to provide better location information.