Searched defs:getExpectedAttributes (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DXsiTypeLoader.java118 public Collection<QName> getExpectedAttributes() { method in class:XsiTypeLoader
120 expAttrs.addAll(super.getExpectedAttributes());
H A DLeafPropertyXsiLoader.java110 public Collection<QName> getExpectedAttributes() { method in class:LeafPropertyXsiLoader
111 return defaultLoader.getExpectedAttributes();
H A DXsiNilLoader.java79 public Collection<QName> getExpectedAttributes() { method in class:XsiNilLoader
80 return defaultLoader.getExpectedAttributes();
H A DLoader.java118 public Collection<QName> getExpectedAttributes() { method in class:Loader
H A DStructureLoader.java251 public Collection<QName> getExpectedAttributes() { method in class:StructureLoader

Completed in 32 milliseconds