Searched defs:streamSourceToInputSource (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DAbstractUnmarshallerImpl.java125 return unmarshal( streamSourceToInputSource((StreamSource)source));
218 private static InputSource streamSourceToInputSource( StreamSource ss ) { method in class:AbstractUnmarshallerImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallerImpl.java235 return unmarshal( getXMLReader(), streamSourceToInputSource((StreamSource)source), expectedType );
255 return unmarshal0( getXMLReader(), streamSourceToInputSource((StreamSource)source), expectedType );
523 private static InputSource streamSourceToInputSource( StreamSource ss ) { method in class:UnmarshallerImpl

Completed in 33 milliseconds