Class WellFormedXmlFactory

  • All Implemented Interfaces:
    ParsingFactory

    @Deprecated
    public class WellFormedXmlFactory
    extends java.lang.Object
    implements ParsingFactory
    Deprecated.
    This class is obsolete and kept around for backward compatibility only.
    A factory for well-formed XML documents.

    This factory assumes that every new name of an element type or of an attribute is new valid name. For entities, instead, resolution is deferred to HTMLFactory.

    Since:
    1.0.2
    Author:
    Sebastiano Vigna