Searched refs:schemaLocation (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DImport.java42 public Import schemaLocation(String value); method in interface:Import
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/xsd/
H A DImport.java45 public com.sun.xml.internal.ws.wsdl.writer.document.xsd.Import schemaLocation(String value); method in interface:Import
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DInternalizer.java155 if( a.getLocalName().equals("schemaLocation"))
211 // look for @schemaLocation
212 if( bindings.getAttributeNode("schemaLocation")!=null ) {
213 String schemaLocation = bindings.getAttribute("schemaLocation");
215 // enhancement - schemaLocation="*" = bind to all schemas..
216 if(schemaLocation.equals("*")) {
232 new URL(forest.getSystemId(bindings.getOwnerDocument())), schemaLocation
234 schemaLocation = loc.toExternalForm();
235 target = forest.get(schemaLocation);
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DimportDecl.java47 private String schemaLocation; field in class:importDecl
71 $runtime.importSchema( ns,schemaLocation );
123 if(($ai = $runtime.getAttributeIndex("","schemaLocation"))>=0) {
184 if(($ai = $runtime.getAttributeIndex("","schemaLocation"))>=0) {
232 if(($__uri.equals("") && $__local.equals("schemaLocation"))) {
284 if(($__uri.equals("") && $__local.equals("schemaLocation"))) {
328 schemaLocation = $value;
340 if(($ai = $runtime.getAttributeIndex("","schemaLocation"))>=0) {
H A DincludeDecl.java46 private String schemaLocation; field in class:includeDecl
68 $runtime.includeSchema( schemaLocation );
79 if(($ai = $runtime.getAttributeIndex("","schemaLocation"))>=0) {
132 if(($ai = $runtime.getAttributeIndex("","schemaLocation"))>=0) {
180 if(($__uri.equals("") && $__local.equals("schemaLocation"))) {
215 if(($__uri.equals("") && $__local.equals("schemaLocation"))) {
247 schemaLocation = $value;
253 if(($ai = $runtime.getAttributeIndex("","schemaLocation"))>=0) {
H A Dredefine.java46 private String schemaLocation; field in class:redefine
112 $runtime.includeSchema( schemaLocation );
175 if(($ai = $runtime.getAttributeIndex("","schemaLocation"))>=0) {
246 if(($ai = $runtime.getAttributeIndex("","schemaLocation"))>=0) {
293 if(($__uri.equals("") && $__local.equals("schemaLocation"))) {
323 if(($__uri.equals("") && $__local.equals("schemaLocation"))) {
355 schemaLocation = $value;
367 if(($ai = $runtime.getAttributeIndex("","schemaLocation"))>=0) {
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DAbstractMarshallerImpl.java79 /** store the value of the schemaLocation property. */
80 private String schemaLocation = null; field in class:AbstractMarshallerImpl
167 * Convenience method for getting the current schemaLocation.
169 * @return the current schemaLocation or null if it hasn't been set
172 return schemaLocation;
176 * Convenience method for setting the schemaLocation.
178 * @param location the schemaLocation value
181 schemaLocation = location;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DNGCCRuntimeEx.java173 * value of the schemaLocation attribute. Can be null.
221 public void includeSchema( String schemaLocation ) throws SAXException {
227 if( schemaLocation==null ) {
234 runtime.parseEntity( resolveRelativeURL(null,schemaLocation),
239 public void importSchema( String ns, String schemaLocation ) throws SAXException {
241 InputSource source = resolveRelativeURL(ns,schemaLocation);
275 * Also, note that when you resolve relative URIs in the @schemaLocation,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DXMLSerializer.java166 private String schemaLocation; field in class:XMLSerializer
286 if(schemaLocation!=null || noNsSchemaLocation!=null) {
288 if(schemaLocation!=null)
289 out.attribute(p,"schemaLocation",schemaLocation);
318 // root element has additional processing like xsi:schemaLocation,
338 // root element has additional processing like xsi:schemaLocation,
813 * @param schemaLocation
814 * if non-null, this value is printed on the root element as xsi:schemaLocation
816 * Similar to 'schemaLocation' bu
818 startDocument(XmlOutput out,boolean fragment,String schemaLocation,String noNsSchemaLocation) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java457 String schemaLocation = schemaLocations.get(n.uri);
458 if(schemaLocation!=null) {
459 systemIds.put(n,schemaLocation);
662 imp.schemaLocation(relativize(refSystemId,result.getSystemId()));
667 schema._import().namespace(WellKnownNamespace.SWA_URI).schemaLocation("http://ws-i.org/profiles/basic/1.1/swaref.xsd");
670 schema._import().namespace(WellKnownNamespace.XML_MIME_URI).schemaLocation("http://www.w3.org/2005/05/xmlmime");
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_de.properties111 cvc-type.3.1.1 = cvc-type.3.1.1: Element "{0}" ist Simple Type und kann daher keine Attribute haben, mit Ausnahme der Attribute, deren Namespace-Name mit "http://www.w3.org/2001/XMLSchema-instance" identisch ist und deren [lokaler Name] "type", "nil", "schemaLocation" oder "noNamespaceSchemaLocation" lautet. Es wurde allerdings das Attribut "{1}" gefunden.
316 SchemaLocation = SchemaLocation: schemaLocation-Wert = "{0}" muss eine gerade Anzahl an URIs haben.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLGenerator.java1008 _import.schemaLocation(schemaLoc);
1024 // _import.schemaLocation(fileNameHolder.value);

Completed in 53 milliseconds