Searched refs:selectLoader (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DProxyLoader.java43 Loader loader = selectLoader(state,ea);
53 protected abstract Loader selectLoader(UnmarshallingContext.State state, TagName ea) throws SAXException; method in class:ProxyLoader
H A DWildcardLoader.java56 protected Loader selectLoader(UnmarshallingContext.State state, TagName tag) throws SAXException { method in class:WildcardLoader
H A DLeafPropertyXsiLoader.java58 state.loader = selectLoader(state, ea);
63 protected Loader selectLoader(UnmarshallingContext.State state, TagName ea) throws SAXException { method in class:LeafPropertyXsiLoader
H A DXsiNilLoader.java55 protected Loader selectLoader(UnmarshallingContext.State state, TagName ea) throws SAXException { method in class:XsiNilLoader

Completed in 262 milliseconds