com.infoengine.xml
Interface I_handleXML

All Superinterfaces:
DocumentHandler, DTDHandler, ErrorHandler
All Known Implementing Classes:
XMLtemplate2HTML

public interface I_handleXML
extends DTDHandler, DocumentHandler, ErrorHandler


Field Summary
static int PARSE_CRITICAL_ERROR
           
static int PARSE_OK
           
static int PARSE_RECOVERABLE_ERROR
           
static int PARSE_WARNING
           
 
Method Summary
 int getErrorLevel()
           
 String getOutput()
           
 
Methods inherited from interface org.xml.sax.DTDHandler
notationDecl, unparsedEntityDecl
 
Methods inherited from interface org.xml.sax.DocumentHandler
characters, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument, startElement
 
Methods inherited from interface org.xml.sax.ErrorHandler
error, fatalError, warning
 

Field Detail

PARSE_OK

public static final int PARSE_OK
See Also:
Constant Field Values

PARSE_WARNING

public static final int PARSE_WARNING
See Also:
Constant Field Values

PARSE_RECOVERABLE_ERROR

public static final int PARSE_RECOVERABLE_ERROR
See Also:
Constant Field Values

PARSE_CRITICAL_ERROR

public static final int PARSE_CRITICAL_ERROR
See Also:
Constant Field Values
Method Detail

getOutput

public String getOutput()

getErrorLevel

public int getErrorLevel()