Searched refs:getExpectedAttributes (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DXsiNilLoader.java79 public Collection<QName> getExpectedAttributes() { method in class:XsiNilLoader
80 return defaultLoader.getExpectedAttributes();
H A DLeafPropertyXsiLoader.java110 public Collection<QName> getExpectedAttributes() { method in class:LeafPropertyXsiLoader
111 return defaultLoader.getExpectedAttributes();
H A DXsiTypeLoader.java118 public Collection<QName> getExpectedAttributes() { method in class:XsiTypeLoader
120 expAttrs.addAll(super.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
H A DUnmarshallingContext.java1218 return (l != null) ? l.getExpectedAttributes() : null;

Completed in 27 milliseconds