Package | Description |
---|---|
org.apache.xml.serializer |
Processes SAX events into streams.
|
org.apache.xml.serializer.dom3 | |
org.w3c.dom.ls |
Modifier and Type | Method and Description |
---|---|
LSSerializerFilter |
DOM3Serializer.getNodeFilter()
Returns a LSSerializerFilter set on the DOM Level 3 Serializer to filter nodes
during serialization.
|
Modifier and Type | Method and Description |
---|---|
void |
DOM3Serializer.setNodeFilter(LSSerializerFilter filter)
Sets a LSSerializerFilter on the DOM Level 3 Serializer to filter nodes
during serialization.
|
Modifier and Type | Method and Description |
---|---|
LSSerializerFilter |
LSSerializerImpl.getFilter()
Returns the DOMConfiguration of the LSSerializer.
|
LSSerializerFilter |
DOM3SerializerImpl.getNodeFilter()
Returns a LSSerializerFilter set on the DOM Level 3 Serializer to filter nodes
during serialization.
|
Modifier and Type | Method and Description |
---|---|
void |
LSSerializerImpl.setFilter(LSSerializerFilter filter)
Set a LSSerilizerFilter on the LSSerializer.
|
void |
DOM3SerializerImpl.setNodeFilter(LSSerializerFilter filter)
Sets a LSSerializerFilter on the DOM Level 3 Serializer to filter nodes
during serialization.
|
Modifier and Type | Method and Description |
---|---|
LSSerializerFilter |
LSSerializer.getFilter()
When the application provides a filter, the serializer will call out
to the filter before serializing each Node.
|
Modifier and Type | Method and Description |
---|---|
void |
LSSerializer.setFilter(LSSerializerFilter filter)
When the application provides a filter, the serializer will call out
to the filter before serializing each Node.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.