Uses of Class
org.apache.xml.serializer.NamespaceMappings
| Package | Description |
|---|---|
| org.apache.xml.serializer |
Processes SAX events into streams.
|
-
Uses of NamespaceMappings in org.apache.xml.serializer
Fields in org.apache.xml.serializer declared as NamespaceMappings Modifier and Type Field Description protected NamespaceMappingsSerializerBase. m_prefixMapNamespace support, that keeps track of currently defined prefix/uri mappings.Methods in org.apache.xml.serializer that return NamespaceMappings Modifier and Type Method Description NamespaceMappingsExtendedContentHandler. getNamespaceMappings()This method returns an object that has the current namespace mappings in effect.NamespaceMappingsSerializerBase. getNamespaceMappings()Some users of the serializer may need the current namespace mappingsNamespaceMappingsToUnknownStream. getNamespaceMappings()Get the current namespace mappings.Methods in org.apache.xml.serializer with parameters of type NamespaceMappings Modifier and Type Method Description 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.