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

/openjdk9/jaxws/src/java.xml.bind/share/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 DXsiTypeLoader.java121 public Collection<QName> getExpectedAttributes() { method in class:XsiTypeLoader
123 expAttrs.addAll(super.getExpectedAttributes());
H A DLeafPropertyXsiLoader.java110 public Collection<QName> getExpectedAttributes() { method in class:LeafPropertyXsiLoader
111 return defaultLoader.getExpectedAttributes();
H A DLoader.java122 public Collection<QName> getExpectedAttributes() { method in class:Loader
H A DStructureLoader.java269 public Collection<QName> getExpectedAttributes() { method in class:StructureLoader
H A DUnmarshallingContext.java1306 return (l != null) ? l.getExpectedAttributes() : null;

Completed in 193 milliseconds