Class SchemaParser
java.lang.Object
no.entur.schema2proto.generateproto.SchemaParser
- All Implemented Interfaces:
ErrorHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException exception) voidfatalError(SAXParseException exception) findFieldType(XSType type) parse()voidwarning(SAXParseException exception)
-
Field Details
-
TYPE_SUFFIX
- See Also:
-
GENERATED_NAME_PLACEHOLDER
- See Also:
-
SIMPLECONTENT_VALUE_FIELD_NAME
- See Also:
-
-
Constructor Details
-
SchemaParser
-
-
Method Details
-
parse
- Throws:
SAXExceptionIOException
-
findFieldType
-
error
- Specified by:
errorin interfaceErrorHandler
-
fatalError
- Specified by:
fatalErrorin interfaceErrorHandler
-
warning
- Specified by:
warningin interfaceErrorHandler
-
getLocalTypes
-