Searched refs:findExternalResource (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/parser/
H A DAbstractReferenceFinderImpl.java71 protected abstract String findExternalResource( String nsURI, String localName, Attributes atts); method in class:AbstractReferenceFinderImpl
78 String relativeRef = findExternalResource(namespaceURI,localName,atts);
H A DWSDLInternalizationLogic.java52 protected String findExternalResource( String nsURI, String localName, Attributes atts) { method in class:WSDLInternalizationLogic.ReferenceFinder
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DAbstractReferenceFinderImpl.java66 protected abstract String findExternalResource(String nsURI, String localName, Attributes atts); method in class:AbstractReferenceFinderImpl
73 String relativeRef = findExternalResource(namespaceURI, localName, atts);
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/relaxng/
H A DRELAXNGInternalizationLogic.java54 protected String findExternalResource( String nsURI, String localName, Attributes atts) { method in class:RELAXNGInternalizationLogic.ReferenceFinder
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DXMLSchemaInternalizationLogic.java56 protected String findExternalResource( String nsURI, String localName, Attributes atts) { method in class:XMLSchemaInternalizationLogic.ReferenceFinder

Completed in 109 milliseconds