Class Namespace


  • public class Namespace
    extends Object
    An object representing a Namespace
    • Field Detail

      • XML

        public static final String XML
        Fixed namespace name for XML: "http://www.w3.org/XML/1998/namespace".
        See Also:
        Constant Field Values
      • XMLNS

        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.
        See Also:
        Constant Field Values
      • XSLT

        public static final String XSLT
        Fixed namespace name for XSLT: "http://www.w3.org/1999/XSL/Transform"
        See Also:
        Constant Field Values
      • DTD

        public static final String DTD
        Fixed namespace name for SAXON DTD extension: "http://icl.com/saxon/dtd"
        See Also:
        Constant Field Values
      • EXSLT_COMMON

        public static final String EXSLT_COMMON
        Fixed namespace name for EXSLT/Common: "http://exslt.org/common"
        See Also:
        Constant Field Values
      • EXSLT_MATH

        public static final String EXSLT_MATH
        Fixed namespace name for EXSLT/math: "http://exslt.org/math"
        See Also:
        Constant Field Values
      • EXSLT_SETS

        public static final String EXSLT_SETS
        Fixed namespace name for EXSLT/sets: "http://exslt.org/sets"
        See Also:
        Constant Field Values
      • EXSLT_DATES_AND_TIMES

        public static final String EXSLT_DATES_AND_TIMES
        Fixed namespace name for EXSLT/date: "http://exslt.org/dates-and-times"
        See Also:
        Constant Field Values
      • EXSLT_FUNCTIONS

        public static final String EXSLT_FUNCTIONS
        Fixed namespace name for EXSLT/functions: "http://exslt.org/functions"
        See Also:
        Constant Field Values
      • MICROSOFT_XSL

        public static final String MICROSOFT_XSL
        Recognize the Microsoft namespace so we can give a suitably sarcastic error message
        See Also:
        Constant Field Values
    • Constructor Detail

      • Namespace

        public Namespace()