Skip to content

Commit e129445

Browse files
committed
remove unused 'extra namespaces' config
1 parent 741dda9 commit e129445

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/main/java/org/apache/xmlbeans/XmlOptions.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -448,23 +448,6 @@ public Map<String, String> getSaveSuggestedPrefixes() {
448448
return (Map<String, String>) get(XmlOptionsKeys.SAVE_SUGGESTED_PREFIXES);
449449
}
450450

451-
/**
452-
* A map of hints to pass to the saver for which prefixes to use
453-
* for which namespace URI.
454-
*
455-
* @param extraNamespaces a map from URIs to prefixes
456-
* @see XmlTokenSource#save(java.io.File, XmlOptions)
457-
* @see XmlTokenSource#xmlText(XmlOptions)
458-
*/
459-
public XmlOptions setSaveExtraNamespaces(Map<String, String> extraNamespaces) {
460-
return set(XmlOptionsKeys.SAVE_EXTRA_NAMESPACES, extraNamespaces);
461-
}
462-
463-
@SuppressWarnings("unchecked")
464-
public Map<String, String> getSaveExtraNamespaces() {
465-
return (Map<String, String>) get(XmlOptionsKeys.SAVE_EXTRA_NAMESPACES);
466-
}
467-
468451
/**
469452
* This option causes the saver to filter a Processing Instruction
470453
* with the given target

0 commit comments

Comments
 (0)