net.sf.saxon
Class Err
java.lang.Object
  
net.sf.saxon.Err
public class Err
- extends Object
 
Class containing utility methods for handling error messages
 
| 
Constructor Summary | 
Err()
 
            | 
 
| 
Method Summary | 
static CharSequence | 
depict(Item item)
 
          Create a string representation of an item for use in an error message | 
static String | 
wrap(CharSequence cs)
 
          Add delimiters to represent variable information within an error message | 
static String | 
wrap(CharSequence cs,
     int valueType)
 
          Add delimiters to represent variable information within an error message | 
 
 
ELEMENT
public static final int ELEMENT
- See Also:
 - Constant Field Values
 
ATTRIBUTE
public static final int ATTRIBUTE
- See Also:
 - Constant Field Values
 
FUNCTION
public static final int FUNCTION
- See Also:
 - Constant Field Values
 
VALUE
public static final int VALUE
- See Also:
 - Constant Field Values
 
VARIABLE
public static final int VARIABLE
- See Also:
 - Constant Field Values
 
GENERAL
public static final int GENERAL
- See Also:
 - Constant Field Values
 
URI
public static final int URI
- See Also:
 - Constant Field Values
 
Err
public Err()
wrap
public static String wrap(CharSequence cs)
- Add delimiters to represent variable information within an error message
- Parameters:
 cs - the variable information to be delimited
- Returns:
 - the delimited variable information
 
 
 
wrap
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 delimitedvalueType - the type of value, e.g. element name or attribute name
- Returns:
 - the delimited variable information
 
 
 
depict
public static CharSequence depict(Item item)
- Create a string representation of an item for use in an error message
 
 
Copyright (C) Michael H. Kay. All rights reserved.