Only for namespace prefixes used in attribute values and element content (e.g. XSLT and W3C Schemas)
Never used when an element or attribute in scope already has the prefix
public void addNamespaceDeclaration(String prefix, String URI);
public void removeNamespaceDeclaration(String prefix);