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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java98 private String sourceUri; field in class:CompactSyntax
144 public CompactSyntax(CompactParseable parseable, Reader r, String sourceUri, SchemaBuilder sb, ErrorHandler eh, String inheritedNs) { argument
146 this.sourceUri = sourceUri;
217 loc.setSystemId(sourceUri);
232 loc.setSystemId(sourceUri);
252 return sb.makeLocation(sourceUri, t.beginLine, t.beginColumn);
286 return sourceUri;
456 return new URL(new URL(sourceUri), str).toString();
760 p = afterComments(g.endIncludedGrammar(sb.makeLocation(sourceUri,
[all...]

Completed in 52 milliseconds