| java.lang.Object net.sf.saxon.Err
Err | public class Err (Code) | | Class containing utility methods for handling error messages
|
Method Summary | |
public static String | wrap(CharSequence cs) | public static String | wrap(CharSequence cs, int valueType) Add delimiters to represent variable information within an error message
Parameters: cs - the variable information to be delimited Parameters: valueType - the type of value, e.g. |
ATTRIBUTE | final public static int ATTRIBUTE(Code) | | |
ELEMENT | final public static int ELEMENT(Code) | | |
FUNCTION | final public static int FUNCTION(Code) | | |
GENERAL | final public static int GENERAL(Code) | | |
URI | final public static int URI(Code) | | |
VALUE | final public static int VALUE(Code) | | |
VARIABLE | final public static int VARIABLE(Code) | | |
wrap | public static String wrap(CharSequence cs)(Code) | | Add delimiters to represent variable information within an error message
Parameters: cs - the variable information to be delimited the delimited variable information |
wrap | public static String wrap(CharSequence cs, int valueType)(Code) | | Add delimiters to represent variable information within an error message
Parameters: cs - the variable information to be delimited Parameters: valueType - the type of value, e.g. element name or attribute name the delimited variable information |
|
|