Contents
-
Deprecated Interfaces
Use org.apache.xml.serializer.DOMSerializer
Use org.apache.xml.serializer.Serializer
It doesn't look like this code, which is for tooling, has
functioned propery for a while, so it doesn't look like it is being used.
Since the ability to start a parse via the
coroutine protocol was not being used and was complicating design.
See
IncrementalSAXSource
.
Since the introduction of the DTM, this class will be removed.
Nodes that implement this index can return a document order index.
Eventually, this will be replaced by DOM 3 methods.
(compareDocumentOrder and/or compareTreePosition.)
-
Deprecated Classes
To be replaced by org.apache.xalan.Version.getVersion()
The new class to use is
org.apache.xml.serializer.SerializerFactory
This class exists only for backwards compatibility with old
translets. New code should not reference it.
Since the introduction of the DTM, this class will be removed.
This class provides a DOM level 2 "helper", which provides services currently
not provided be the DOM standard.
Since the introduction of the DTM, this class will be removed.
This class provides a front-end to DOM implementations, providing
a number of utility functions that either aren't yet standardized
by the DOM spec or that are defined in optional DOM modules and
hence may not be present in all DOMs.
-
Deprecated Methods
Use setFeature("default-pool-enabled", "false");
Use setFeature("streaming", "false");
Use setFeature("default-pool-enabled", "true");
Use setFeature("streaming", "true");
Use org.apache.xml.serializer.Serializer
Use org.apache.xml.serializer.Serializer
Use org.apache.xml.serializer.Serializer
Use org.apache.xml.serializer.Serializer
Use org.apache.xml.serializer.Serializer
Use org.apache.xml.serializer.Serializer
Use org.apache.xml.serializer.Serializer
Use org.apache.xml.serializer.Serializer
Use org.apache.xml.serializer.Serializer
Use org.apache.xml.serializer.SerializerFactory
Use org.apache.xml.serializer.OuputPropertiesFactory.
getDefaultMethodProperties directly.
This is an internal tooling API that nobody seems to be using
This is an internal tooling API that nobody seems to be using
This is an internal tooling API that nobody seems to be using
This method exists only for backwards compatibility with old
translets. New code should not reference it.
-
Deprecated Constructors
This constructor is no longer used in generated code. It
exists only for backwards compatibility.