Searched refs:getInputSource (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DExternalEntity.java43 public InputSource getInputSource(EntityResolver r) method in class:ExternalEntity
H A DDTDParser.java2180 s = next.getInputSource(resolver);
/openjdk7/jaxp/src/javax/xml/transform/sax/
H A DSAXSource.java131 public InputSource getInputSource() { method in class:SAXSource
195 return ((SAXSource) source).getInputSource();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/
H A DFastInfosetSource.java55 * the getInputSource method.</LI>
56 * <LI>The InputSource object obtained by the getInputSource method shall
79 return getInputSource().getByteStream();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DUtil.java54 public static InputSource getInputSource(String fileOrURL) { method in class:Util
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DSAXInputSource.java85 public InputSource getInputSource() { method in class:SAXInputSource
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DUtil.java81 public static InputSource getInputSource(XSLTC xsltc, Source source) method in class:Util
92 input = sax.getInputSource();
H A DTemplatesHandlerImpl.java170 return Util.getInputSource(xsltc, source);
H A DTransformerFactoryImpl.java889 final InputSource input = Util.getInputSource(xsltc, source);
1175 return Util.getInputSource(xsltc, source);
H A DTransformerImpl.java651 final InputSource input = sax.getInputSource();
725 ((SAXSource)source).getInputSource()==null &&
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DAbstractUnmarshallerImpl.java140 return unmarshal( r, source.getInputSource() );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallerImpl.java232 return unmarshal( reader, ss.getInputSource(), expectedType );
252 return unmarshal0( reader, ss.getInputSource(), expectedType );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DMessages.java160 if (ss.getInputSource() == null && ss.getXMLReader() == null) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaFactory.java220 InputSource inputSource = saxSource.getInputSource();
H A DValidatorHandlerImpl.java720 InputSource is = saxSource.getInputSource();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java201 bis = saxSource.getInputSource().getByteStream();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java2201 InputSource inputSource = schemaSource.getInputSource();

Completed in 137 milliseconds