Home | History | Annotate | Download | only in serializer

Lines Matching refs:serializer

21 package org.apache.xml.serializer;
28 * Interface for a DOM serializer implementation.
30 * The DOMSerializer is a facet of a serializer and is obtained from the
31 * asDOMSerializer() method of the ({@link Serializer}) interface.
32 * A serializer may or may not support a DOM serializer, if it does not then the
40 * // Create a Serializer that will be used
42 * org.apache.xml.serializer.Serializer ser = ...;
45 * // serialize the DOM using that Serializer
57 * @see Serializer