Class SchemaProcessor
java.lang.Object
com.sun.xml.analysis.types.SchemaProcessor
A Schema processor that collects the XSD simple types of elements and
attributes declarations.
Maps of element/attribute local name to a set of XSDataType are created when a schema is processed.
- Author:
- Paul.Sandoz@Sun.Com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<String, Set<XSDataType>> Map<String, Set<XSDataType>> static voidvoidprocess()Process the schema.voidprocess(Set<XSDataType> filter) Process the schema.
-
Constructor Details
-
SchemaProcessor
-
SchemaProcessor
-
-
Method Details
-
getElementToXSDataTypeMap
-
getAttributeToXSDataTypeMap
-
process
-
process
Process the schema.- Parameters:
filter- if not null only include elements/attributes with simple types if it is present in the Set of XS data type. Otherwise all elements/attributes with simple types are included.- Throws:
Exception
-
main
-