|
jInfer | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
SAXHandler | SAX handler for importing XSD schemas, overrides methods from DefaultHandler. |
SAXHelper | Helper class for DOMHandler , provides convenience methods used during parsing. |
SAXParser | Class responsible for creating Initial Grammar rules from XSD Schema. |
Package containing entire logic for parsing XSD Schemas with SAX parser.
XSD Schemas allow using different namespace prefixes for tag names.
This parser does NOT recognize namespaces, all prefixes from tag names are trimmed.
For example, there is no difference between xs:choice and xsd:choice;
both will match the XSDTag.CHOICE
constant.
XSDTag
|
jInfer | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |