com.icl.saxon.om
Class Namespace
public
class
Namespace
extends Object
An object representing a Namespace
Author: Michael H. Kay
Field Summary |
static String | DTD
Fixed namespace name for SAXON DTD extension: "http://icl.com/saxon/dtd" |
static String | EXSLT_COMMON
Fixed namespace name for EXSLT/Common: "http://exslt.org/common" |
static String | EXSLT_DATES_AND_TIMES
Fixed namespace name for EXSLT/date: "http://exslt.org/dates-and-times" |
static String | EXSLT_FUNCTIONS
Fixed namespace name for EXSLT/functions: "http://exslt.org/functions" |
static short | EXSLT_FUNCTIONS_CODE |
static String | EXSLT_MATH
Fixed namespace name for EXSLT/math: "http://exslt.org/math" |
static String | EXSLT_SETS
Fixed namespace name for EXSLT/sets: "http://exslt.org/sets" |
static String | MICROSOFT_XSL
Recognize the Microsoft namespace so we can give a suitably sarcastic error message |
static String | NULL
Null namespace |
static short | NULL_CODE |
static String | SAXON
Fixed namespace name for SAXON: "http://icl.com/saxon" |
static short | SAXON_CODE |
static String | XML
Fixed namespace name for XML: "http://www.w3.org/XML/1998/namespace". |
static String | XMLNS
Fixed namespace name for XMLNS: "http://www.w3.org/2000/xmlns/". |
static short | XML_CODE |
static String | XSLT
Fixed namespace name for XSLT: "http://www.w3.org/1999/XSL/Transform" |
static short | XSLT_CODE |
public static final String DTD
Fixed namespace name for SAXON DTD extension: "http://icl.com/saxon/dtd"
public static final String EXSLT_COMMON
Fixed namespace name for EXSLT/Common: "http://exslt.org/common"
public static final String EXSLT_DATES_AND_TIMES
Fixed namespace name for EXSLT/date: "http://exslt.org/dates-and-times"
public static final String EXSLT_FUNCTIONS
Fixed namespace name for EXSLT/functions: "http://exslt.org/functions"
public static final short EXSLT_FUNCTIONS_CODE
public static final String EXSLT_MATH
Fixed namespace name for EXSLT/math: "http://exslt.org/math"
public static final String EXSLT_SETS
Fixed namespace name for EXSLT/sets: "http://exslt.org/sets"
public static final String MICROSOFT_XSL
Recognize the Microsoft namespace so we can give a suitably sarcastic error message
public static final String NULL
Null namespace
public static final short NULL_CODE
public static final String SAXON
Fixed namespace name for SAXON: "http://icl.com/saxon"
public static final short SAXON_CODE
public static final String XML
Fixed namespace name for XML: "http://www.w3.org/XML/1998/namespace".
public static final String XMLNS
Fixed namespace name for XMLNS: "http://www.w3.org/2000/xmlns/". Actually, no namespace URL
is defined for the "xmlns" prefix, in the namespaces recommendation, this value
is taken from the DOM Level 2 spec.
public static final short XML_CODE
public static final String XSLT
Fixed namespace name for XSLT: "http://www.w3.org/1999/XSL/Transform"
public static final short XSLT_CODE