Uses of Class
org.apache.xml.serializer.NamespaceMappings
Packages that use NamespaceMappings
-
Uses of NamespaceMappings in org.apache.xml.serializer
Methods in org.apache.xml.serializer that return NamespaceMappingsModifier and TypeMethodDescriptionEmptySerializer.getNamespaceMappings()ExtendedContentHandler.getNamespaceMappings()This method returns an object that has the current namespace mappings in effect.SerializerBase.getNamespaceMappings()Some users of the serializer may need the current namespace mappingsToUnknownStream.getNamespaceMappings()Get the current namespace mappings.Methods in org.apache.xml.serializer with parameters of type NamespaceMappingsModifier and TypeMethodDescriptionvoidEmptySerializer.setNamespaceMappings(NamespaceMappings mappings) voidSerializationHandler.setNamespaceMappings(NamespaceMappings mappings) Used only by TransformerSnapshotImpl to restore the serialization to a previous state.voidSerializerBase.setNamespaceMappings(NamespaceMappings mappings) Used only by TransformerSnapshotImpl to restore the serialization to a previous state.