Class WellFormedXmlFactory

java.lang.Object
it.unimi.dsi.parser.WellFormedXmlFactory
All Implemented Interfaces:
ParsingFactory

@Deprecated public class WellFormedXmlFactory extends 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