| com.sun.xml.bind.unmarshaller.Patcher
Patcher | public interface Patcher (Code) | | Runs by UnmarshallingContext after all the parsing is done.
Primarily used to resolve forward IDREFs, but it can run any action.
author: Kohsuke Kawaguchi |
Method Summary | |
void | run() Runs an post-action. |
run | void run() throws SAXException(Code) | | Runs an post-action.
throws: SAXException - if an error is found during the action, it should be reporeted to the context.The context may then throw a SAXException to abort the processing,and that's when you can throw a SAXException. |
|
|