Uses of Interface
org.w3c.dom.ls.LSSerializerFilter
| Package | Description |
|---|---|
| org.apache.xml.serializer |
Processes SAX events into streams.
|
| org.apache.xml.serializer.dom3 | |
| org.w3c.dom.ls |
-
Uses of LSSerializerFilter in org.apache.xml.serializer
Methods in org.apache.xml.serializer that return LSSerializerFilter Modifier and Type Method Description LSSerializerFilterDOM3Serializer. getNodeFilter()Returns a LSSerializerFilter set on the DOM Level 3 Serializer to filter nodes during serialization.Methods in org.apache.xml.serializer with parameters of type LSSerializerFilter Modifier and Type Method Description voidDOM3Serializer. setNodeFilter(LSSerializerFilter filter)Sets a LSSerializerFilter on the DOM Level 3 Serializer to filter nodes during serialization. -
Uses of LSSerializerFilter in org.apache.xml.serializer.dom3
Methods in org.apache.xml.serializer.dom3 that return LSSerializerFilter Modifier and Type Method Description LSSerializerFilterLSSerializerImpl. getFilter()Returns the DOMConfiguration of the LSSerializer.LSSerializerFilterDOM3SerializerImpl. getNodeFilter()Returns a LSSerializerFilter set on the DOM Level 3 Serializer to filter nodes during serialization.Methods in org.apache.xml.serializer.dom3 with parameters of type LSSerializerFilter Modifier and Type Method Description voidLSSerializerImpl. setFilter(LSSerializerFilter filter)Set a LSSerilizerFilter on the LSSerializer.voidDOM3SerializerImpl. setNodeFilter(LSSerializerFilter filter)Sets a LSSerializerFilter on the DOM Level 3 Serializer to filter nodes during serialization. -
Uses of LSSerializerFilter in org.w3c.dom.ls
Methods in org.w3c.dom.ls that return LSSerializerFilter Modifier and Type Method Description LSSerializerFilterLSSerializer. getFilter()When the application provides a filter, the serializer will call out to the filter before serializing each Node.Methods in org.w3c.dom.ls with parameters of type LSSerializerFilter Modifier and Type Method Description voidLSSerializer. setFilter(LSSerializerFilter filter)When the application provides a filter, the serializer will call out to the filter before serializing each Node.