Package org.javarosa.xform.parse
Class XFormParserReporter
java.lang.Object
org.javarosa.xform.parse.XFormParserReporter
@Deprecated public class XFormParserReporter extends Object
Deprecated.
Use
LoggerFactory.getLogger(Class) insteadWarning: This class is unused and should remain that way. It will be removed in a future release.
A Parser Reporter is provided to the XFormParser to receive
warnings and errors from the parser.
- Author:
- ctsims
-
Field Summary
Fields Modifier and Type Field Description protected static StringTYPE_ERRORDeprecated.static StringTYPE_ERROR_PRONEDeprecated.static StringTYPE_INVALID_STRUCTUREDeprecated.static StringTYPE_TECHNICALDeprecated.static StringTYPE_UNKNOWN_MARKUPDeprecated. -
Constructor Summary
Constructors Constructor Description XFormParserReporter()Deprecated.UseLoggerFactory.getLogger(Class)insteadXFormParserReporter(PrintStream errorStream)Deprecated.UseLoggerFactory.getLogger(Class)instead -
Method Summary
-
Field Details
-
TYPE_UNKNOWN_MARKUP
Deprecated.- See Also:
- Constant Field Values
-
TYPE_INVALID_STRUCTURE
Deprecated.- See Also:
- Constant Field Values
-
TYPE_ERROR_PRONE
Deprecated.- See Also:
- Constant Field Values
-
TYPE_TECHNICAL
Deprecated.- See Also:
- Constant Field Values
-
TYPE_ERROR
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Details
-
XFormParserReporter
Deprecated.UseLoggerFactory.getLogger(Class)instead -
XFormParserReporter
Deprecated.UseLoggerFactory.getLogger(Class)instead
-
-
Method Details