File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
src/main/java/org/apache/xmlbeans Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments