Class WellFormedXmlFactory

  • All Implemented Interfaces:
    ParsingFactory

    public class WellFormedXmlFactory
    extends Object
    implements ParsingFactory
    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