// The namespace of this parser should be declared in the RDF subnode of the annotation.
// Adds the namespace to the RDFAnnotationNamespaces HashMap of annotation.
if (elementName.equals("RDF") && contextObject instanceof Annotation){
Annotation annotation = (Annotation) contextObject;
annotation.addRDFAnnotationNamespace(localName, prefix, URI);
}
}
/*
* (non-Javadoc)