Package | Description |
---|---|
org.apache.xml.serializer |
Processes SAX events into streams.
|
Modifier and Type | Method | Description |
---|---|---|
NamespaceMappings |
EmptySerializer.getNamespaceMappings() |
|
NamespaceMappings |
ExtendedContentHandler.getNamespaceMappings() |
This method returns an object that has the current namespace mappings in
effect.
|
NamespaceMappings |
SerializerBase.getNamespaceMappings() |
Some users of the serializer may need the current namespace mappings
|
NamespaceMappings |
ToUnknownStream.getNamespaceMappings() |
Get the current namespace mappings.
|
Modifier and Type | Method | Description |
---|---|---|
void |
EmptySerializer.setNamespaceMappings(NamespaceMappings mappings) |
|
void |
SerializationHandler.setNamespaceMappings(NamespaceMappings mappings) |
Used only by TransformerSnapshotImpl to restore the serialization
to a previous state.
|
void |
SerializerBase.setNamespaceMappings(NamespaceMappings mappings) |
Used only by TransformerSnapshotImpl to restore the serialization
to a previous state.
|
Copyright ? 2014 Apache XML Project. All Rights Reserved.