Example #1
0
 private String getSchema(Attributes attributes) throws SAXException {
   String schemaUri = attributes.getValue("", "schema");
   if (Uri.hasFragmentId(schemaUri))
     error("schema_fragment_id");
   return Uri.resolve(xmlBaseHandler.getBaseUri(),
                      Uri.escapeDisallowedChars(schemaUri));
 }