Package com.sun.xml.analysis.frequency
Class SchemaProcessor
- java.lang.Object
-
- com.sun.xml.analysis.frequency.SchemaProcessor
-
public class SchemaProcessor extends Object
A Schema processor that collects the namespaces, local names, elements and attributes declared in a set of schema. TODO: add default values for attribute/element simple content. : enums used for attribute/element simple content- Author:
- Paul.Sandoz@Sun.Com
-
-
Constructor Summary
Constructors Constructor Description SchemaProcessor(URL schema)
SchemaProcessor(URL schema, boolean collectValues, boolean generatePrefixes)
SchemaProcessor(List<URL> schema)
SchemaProcessor(List<URL> schema, boolean collectValues, boolean generatePrefixes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
process()
Process the schema to produce the set of properties of information items.
-