Interface IXMLErrorCode
-
- All Known Implementing Classes:
DTDErrorCode,ExternalResourceErrorCode,RelaxNGErrorCode,XIncludeErrorCode,XMLCatalogErrorCode,XMLReferencesErrorCode,XMLSchemaErrorCode,XMLSyntaxErrorCode,XSDErrorCode
public interface IXMLErrorCodeXML error code API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCode()Returns the XML error code.
-
-
-
Method Detail
-
getCode
String getCode()
Returns the XML error code.- Returns:
- the XML error code.
-
-