| Frames | No Frames |
Deprecated Interfaces | |
| AttributeList This interface has been replaced by the SAX2
Attributes
interface, which includes Namespace support. | |
| CoroutineParser Since the ability to start a parse via the
coroutine protocol was not being used and was complicating design.
| |
| DocumentHandler This interface has been replaced by the SAX2
ContentHandler
interface, which includes Namespace support. | |
| DOMOrder Since the introduction of the DTM, this class will be removed.
| |
| DOMSerializer Use org.apache.xml.serializer.DOMSerializer | |
| Parser This interface has been replaced by the SAX2
XMLReader
interface, which includes Namespace support. | |
| Serializer Use org.apache.xml.serializer.Serializer | |
| TransformSnapshot 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. | |
Deprecated Classes | |
| AttributeListImpl This class implements a deprecated interface,
AttributeList;
that interface has been replaced by
Attributes,
which is implemented in the
AttributesImpl helper class. | |
| DOM2Helper Since the introduction of the DTM, this class will be removed.
| |
| DOMHelper Since the introduction of the DTM, this class will be removed.
| |
| ForwardPositionIterator This class exists only for backwards compatibility with old
translets. | |
| HandlerBase This class works with the deprecated
DocumentHandler
interface. | |
| ParserFactory This class works with the deprecated
Parser
interface. | |
| SerializerFactory The new class to use is
org.apache.xml.serializer.SerializerFactory | |
| XSLProcessorVersion To be replaced by org.apache.xalan.Version.getVersion() | |
Deprecated Constructors | |
| org.apache.xalan.xsltc.dom.NodeSortRecordFactory.NodeSortRecordFactory(DOM,String,Translet,order[],type[]) This constructor is no longer used in generated code. | |