Interface IXMLErrorCode
- All Known Implementing Classes:
DTDErrorCode,ExternalResourceErrorCode,RelaxNGErrorCode,XIncludeErrorCode,XMLCatalogErrorCode,XMLReferencesErrorCode,XMLSchemaErrorCode,XMLSyntaxErrorCode,XSDErrorCode
public interface IXMLErrorCode
XML error code API.
-
Method Summary
-
Method Details
-
getCode
String getCode()Returns the XML error code.- Returns:
- the XML error code.
-