Package | Description |
---|---|
org.apache.xml.serializer |
Processes SAX events into streams.
|
Modifier and Type | Field and Description |
---|---|
protected NamespaceMappings |
SerializerBase.m_prefixMap
Namespace support, that keeps track of currently defined
prefix/uri mappings.
|
Modifier and Type | Method and Description |
---|---|
NamespaceMappings |
ToUnknownStream.getNamespaceMappings()
Get the current namespace mappings.
|
NamespaceMappings |
SerializerBase.getNamespaceMappings()
Some users of the serializer may need the current namespace mappings
|
NamespaceMappings |
ExtendedContentHandler.getNamespaceMappings()
This method returns an object that has the current namespace mappings in
effect.
|
NamespaceMappings |
EmptySerializer.getNamespaceMappings() |
Modifier and Type | Method and Description |
---|---|
void |
SerializerBase.setNamespaceMappings(NamespaceMappings mappings)
Used only by TransformerSnapshotImpl to restore the serialization
to a previous state.
|
void |
SerializationHandler.setNamespaceMappings(NamespaceMappings mappings)
Used only by TransformerSnapshotImpl to restore the serialization
to a previous state.
|
void |
EmptySerializer.setNamespaceMappings(NamespaceMappings mappings) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.