Package com.icl.saxon.om
Class Namespace
java.lang.Object
com.icl.saxon.om.Namespace
An object representing a Namespace
- Author:
- Michael H. Kay
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Fixed namespace name for SAXON DTD extension: "http://icl.com/saxon/dtd"static final String
Fixed namespace name for EXSLT/Common: "http://exslt.org/common"static final String
Fixed namespace name for EXSLT/date: "http://exslt.org/dates-and-times"static final String
Fixed namespace name for EXSLT/functions: "http://exslt.org/functions"static final short
static final String
Fixed namespace name for EXSLT/math: "http://exslt.org/math"static final String
Fixed namespace name for EXSLT/sets: "http://exslt.org/sets"static final String
Recognize the Microsoft namespace so we can give a suitably sarcastic error messagestatic final String
Null namespacestatic final short
static final String
Fixed namespace name for SAXON: "http://icl.com/saxon"static final short
static final String
Fixed namespace name for XML: "http://www.w3.org/XML/1998/namespace".static final short
static final String
Fixed namespace name for XMLNS: "http://www.w3.org/2000/xmlns/".static final String
Fixed namespace name for XSLT: "http://www.w3.org/1999/XSL/Transform"static final short
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NULL
Null namespace- See Also:
-
NULL_CODE
public static final short NULL_CODE- See Also:
-
XML
Fixed namespace name for XML: "http://www.w3.org/XML/1998/namespace".- See Also:
-
XML_CODE
public static final short XML_CODE- See Also:
-
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.- See Also:
-
XSLT
Fixed namespace name for XSLT: "http://www.w3.org/1999/XSL/Transform"- See Also:
-
XSLT_CODE
public static final short XSLT_CODE- See Also:
-
SAXON
Fixed namespace name for SAXON: "http://icl.com/saxon"- See Also:
-
SAXON_CODE
public static final short SAXON_CODE- See Also:
-
DTD
Fixed namespace name for SAXON DTD extension: "http://icl.com/saxon/dtd"- See Also:
-
EXSLT_COMMON
Fixed namespace name for EXSLT/Common: "http://exslt.org/common"- See Also:
-
EXSLT_MATH
Fixed namespace name for EXSLT/math: "http://exslt.org/math"- See Also:
-
EXSLT_SETS
Fixed namespace name for EXSLT/sets: "http://exslt.org/sets"- See Also:
-
EXSLT_DATES_AND_TIMES
Fixed namespace name for EXSLT/date: "http://exslt.org/dates-and-times"- See Also:
-
EXSLT_FUNCTIONS
Fixed namespace name for EXSLT/functions: "http://exslt.org/functions"- See Also:
-
EXSLT_FUNCTIONS_CODE
public static final short EXSLT_FUNCTIONS_CODE- See Also:
-
MICROSOFT_XSL
Recognize the Microsoft namespace so we can give a suitably sarcastic error message- See Also:
-
-
Constructor Details
-
Namespace
public Namespace()
-