Class NamespaceURI

java.lang.Object
de.uplanet.xml.NamespaceURI

@Scriptable @ConstantClass public final class NamespaceURI extends Object

Standard namespace URIs

See Also:
  • SOAP11NS
  • SOAP12NS
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    http://purl.org/dc/elements/1.1/
    static final String
    http://www.dsml.org/DSML
    static final String
    http://www.w3.org/1999/02/22-rdf-syntax-ns#
    static final String
    The standard prefix for the http://www.w3.org/1999/02/22-rdf-syntax-ns# namespace, defined to be rdf.
    static final String
    http://www.w3.org/2000/01/rdf-schema#
    static final String
    The standard prefix for the http://www.w3.org/2000/01/rdf-schema# namespace, defined to be rdfs.
    static final String
    http://www.w3.org/2004/08/representation
    static final String
    The standard prefix for the http://www.w3.org/2004/08/representation namespace, defined to be rep.
    static final String
    http://purl.org/rss/1.0/
    static final String
    http://purl.org/rss/1.0/modules/syndication/
    static final String
    http://www.ascc.net/xml/schematron
    static final String
    http://www.w3.org/2001/SMIL20/WD/
    static final String
    http://www.w3.org/2005/08/addressing
    static final String
    The standard prefix for the http://www.w3.org/2005/08/addressing namespace, defined to be wsa.
    static final String
    http://schemas.xmlsoap.org/wsdl/
    static final String
    http://schemas.xmlsoap.org/wsdl/http/
    static final String
    The standard prefix for the http://schemas.xmlsoap.org/wsdl/http/ namespace, defined to be w11http.
    static final String
    http://schemas.xmlsoap.org/wsdl/mime/
    static final String
    The standard prefix for the http://schemas.xmlsoap.org/wsdl/mime/ namespace, defined to be w11mime.
    static final String
    http://schemas.xmlsoap.org/wsdl/soap/
    static final String
    The standard prefix for the http://schemas.xmlsoap.org/wsdl/soap/ namespace, defined to be w11soap11.
    static final String
    http://schemas.xmlsoap.org/wsdl/soap12/
    static final String
    The standard prefix for the http://schemas.xmlsoap.org/wsdl/soap12/ namespace, defined to be soap.
    static final String
    The standard prefix for the http://schemas.xmlsoap.org/wsdl/ namespace, defined to be wsdl.
    static final String
    http://www.w3.org/2001/06/xforms
    static final String
    http://www.w3.org/1999/xhtml
    static final String
    The standard prefix for the http://www.w3.org/1999/xhtml namespace, defined to be xhtml.
    static final String
    http://www.w3.org/2001/XInclude
    static final String
    The standard prefix for the http://www.w3.org/2001/XInclude namespace, defined to be xi.
    static final String
    http://www.w3.org/2005/05/xmlmime
    static final String
    The standard prefix for the http://www.w3.org/2005/05/xmlmime namespace, defined to be xmime.
    static final String
    http://www.w3.org/2001/02/xml-fragment
    static final String
    The standard prefix for the http://www.w3.org/2001/02/xml-fragment namespace, defined to be f.
    static final String
    http://www.w3.org/2000/09/xmldsig#
    static final String
    http://www.w3.org/2000/xmlns/
    static final String
    http://www.w3.org/2004/08/xop/include
    static final String
    The standard prefix for the http://www.w3.org/2004/08/xop/include namespace, defined to be xop.
    static final String
    The XML-Schema namespace http://www.w3.org/2001/XMLSchema.
    static final String
    The standard prefix for the http://www.w3.org/2001/XMLSchema namespace, defined to be xsd.
    static final String
    The XML-Schema attributes namespace http://www.w3.org/2001/XMLSchema-instance.
    static final String
    The standard prefix for the http://www.w3.org/2001/XMLSchema-instance namespace, defined to be xsi.
    static final String
    The XSL namespace http://www.w3.org/1999/XSL/Format.
    static final String
    The standard prefix for the http://www.w3.org/1999/XSL/Format namespace, defined to be fo.
    static final String
    The XSLT namespace http://www.w3.org/1999/XSL/Transform.
    static final String
    The standard prefix for the http://www.w3.org/1999/XSL/Transform namespace, defined to be xsl.
    static final String
    http://www.w3.org/TR/WD-xsl
    static final String
    The XML-Schema namespace http://www.w3.org/2001/XMLSchema-datatypes.
    static final String
    The standard prefix for the http://www.w3.org/2001/XMLSchema namespace, defined to be xstype.
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • XMLNS

      public static final String XMLNS
      http://www.w3.org/2000/xmlns/

      The prefix xmlns: was specified as a syntactic device for declaring namespaces, but was not itself associated with any namespace name by the Jan 1999 namespaces specfication. But in some processing contexts, e.g. DOM, it is useful to represent all XML attributes as (namespace name, local name) pairs. For this purpose, the namespace name http://www.w3.org/2000/xmlns/ is assigned.

      Note that you must use the reserved prefix xmlns: when declaring namespaces. It does not work to declare another prefix with this namespace name and then try to use it for namespace declarations.

      The attribute name xmlns, which is used to declare the default namespace, is also hereby associated with this namespace name.

      See Also:
    • XSLT

      public static final String XSLT
      The XSLT namespace http://www.w3.org/1999/XSL/Transform.
      See Also:
    • XSLT_STDPREFIX

      public static final String XSLT_STDPREFIX
      The standard prefix for the http://www.w3.org/1999/XSL/Transform namespace, defined to be xsl.
      See Also:
    • XSL

      public static final String XSL
      The XSL namespace http://www.w3.org/1999/XSL/Format.
      See Also:
    • XSL_STDPREFIX

      public static final String XSL_STDPREFIX
      The standard prefix for the http://www.w3.org/1999/XSL/Format namespace, defined to be fo.
      See Also:
    • XSD

      public static final String XSD
      The XML-Schema namespace http://www.w3.org/2001/XMLSchema.
      See Also:
    • XSD_STDPREFIX

      public static final String XSD_STDPREFIX
      The standard prefix for the http://www.w3.org/2001/XMLSchema namespace, defined to be xsd.
      See Also:
    • XSI

      public static final String XSI
      The XML-Schema attributes namespace http://www.w3.org/2001/XMLSchema-instance.
      See Also:
    • XSI_STDPREFIX

      public static final String XSI_STDPREFIX
      The standard prefix for the http://www.w3.org/2001/XMLSchema-instance namespace, defined to be xsi.
      See Also:
    • XSTYPE

      public static final String XSTYPE
      The XML-Schema namespace http://www.w3.org/2001/XMLSchema-datatypes.
      See Also:
    • XSTYPE_STDPREFIX

      public static final String XSTYPE_STDPREFIX
      The standard prefix for the http://www.w3.org/2001/XMLSchema namespace, defined to be xstype.
      See Also:
    • XI

      public static final String XI
      http://www.w3.org/2001/XInclude

      The XInclude namespace.

      See Also:
    • XI_STDPREFIX

      public static final String XI_STDPREFIX
      The standard prefix for the http://www.w3.org/2001/XInclude namespace, defined to be xi.
      See Also:
    • XML_FI

      public static final String XML_FI
      http://www.w3.org/2001/02/xml-fragment

      The XML Fragment Interchange namespace.

      See Also:
    • XML_FI_STDPREFIX

      public static final String XML_FI_STDPREFIX
      The standard prefix for the http://www.w3.org/2001/02/xml-fragment namespace, defined to be f.
      See Also:
    • XHTML

      public static final String XHTML
      http://www.w3.org/1999/xhtml

      The XHTML namespace.

      See Also:
    • XHTML_STDPREFIX

      public static final String XHTML_STDPREFIX
      The standard prefix for the http://www.w3.org/1999/xhtml namespace, defined to be xhtml.
      See Also:
    • XFORMS

      public static final String XFORMS
      http://www.w3.org/2001/06/xforms

      The XForms namespace.

      See Also:
    • RDF

      public static final String RDF
      http://www.w3.org/1999/02/22-rdf-syntax-ns#

      The RDF namespace.

      See Also:
    • RDF_STDPREFIX

      public static final String RDF_STDPREFIX
      The standard prefix for the http://www.w3.org/1999/02/22-rdf-syntax-ns# namespace, defined to be rdf.
      See Also:
    • RDFS

      public static final String RDFS
      http://www.w3.org/2000/01/rdf-schema#

      The RDF schema namespace.

      See Also:
    • RDFS_STDPREFIX

      public static final String RDFS_STDPREFIX
      The standard prefix for the http://www.w3.org/2000/01/rdf-schema# namespace, defined to be rdfs.
      See Also:
    • WSDL11

      public static final String WSDL11
      http://schemas.xmlsoap.org/wsdl/

      The WSDL 1.1 namespace.

      See Also:
    • WSDL11_STDPREFIX

      public static final String WSDL11_STDPREFIX
      The standard prefix for the http://schemas.xmlsoap.org/wsdl/ namespace, defined to be wsdl.
      See Also:
    • WSDL11_SOAP11

      public static final String WSDL11_SOAP11
      http://schemas.xmlsoap.org/wsdl/soap/

      WSDL namespace for WSDL SOAP binding.

      See Also:
    • WSDL11_SOAP11_STDPREFIX

      public static final String WSDL11_SOAP11_STDPREFIX
      The standard prefix for the http://schemas.xmlsoap.org/wsdl/soap/ namespace, defined to be w11soap11.
      See Also:
    • WSDL11_HTTP

      public static final String WSDL11_HTTP
      http://schemas.xmlsoap.org/wsdl/http/

      WSDL namespace for WSDL HTTP GET and POST binding.

      See Also:
    • WSDL11_HTTP_STDPREFIX

      public static final String WSDL11_HTTP_STDPREFIX
      The standard prefix for the http://schemas.xmlsoap.org/wsdl/http/ namespace, defined to be w11http.
      See Also:
    • WSDL11_MIME

      public static final String WSDL11_MIME
      http://schemas.xmlsoap.org/wsdl/mime/

      WSDL namespace for WSDL MIME binding.

      See Also:
    • WSDL11_MIME_STDPREFIX

      public static final String WSDL11_MIME_STDPREFIX
      The standard prefix for the http://schemas.xmlsoap.org/wsdl/mime/ namespace, defined to be w11mime.
      See Also:
    • WSDL11_SOAP12

      public static final String WSDL11_SOAP12
      http://schemas.xmlsoap.org/wsdl/soap12/

      WSDL 1.1 Binding Extension for SOAP 1.2.

      See Also:
    • WSDL11_SOAP12_STDPREFIX

      public static final String WSDL11_SOAP12_STDPREFIX
      The standard prefix for the http://schemas.xmlsoap.org/wsdl/soap12/ namespace, defined to be soap.
      See Also:
    • WS_ADDRESSING

      public static final String WS_ADDRESSING
      http://www.w3.org/2005/08/addressing

      The WS-Addressing 1.0 Namespace.

      See Also:
    • WS_ADDRESSING_STDPREFIX

      public static final String WS_ADDRESSING_STDPREFIX
      The standard prefix for the http://www.w3.org/2005/08/addressing namespace, defined to be wsa.
      See Also:
    • XOP

      public static final String XOP
      http://www.w3.org/2004/08/xop/include

      The http://www.w3.org/2004/08/xop/include namespace.

      See Also:
    • XOP_STDPREFIX

      public static final String XOP_STDPREFIX
      The standard prefix for the http://www.w3.org/2004/08/xop/include namespace, defined to be xop.
      See Also:
    • REP

      public static final String REP
      http://www.w3.org/2004/08/representation

      The http://www.w3.org/2004/08/representation namespace.

      See Also:
    • REP_STDPREFIX

      public static final String REP_STDPREFIX
      The standard prefix for the http://www.w3.org/2004/08/representation namespace, defined to be rep.
      See Also:
    • XMIME

      public static final String XMIME
      http://www.w3.org/2005/05/xmlmime

      The http://www.w3.org/2005/05/xmlmime namespace.

      See Also:
    • XMIME_STDPREFIX

      public static final String XMIME_STDPREFIX
      The standard prefix for the http://www.w3.org/2005/05/xmlmime namespace, defined to be xmime.
      See Also:
    • DSML

      public static final String DSML
      http://www.dsml.org/DSML

      The DSML namespace.

      See Also:
    • XMLDSIG

      public static final String XMLDSIG
      http://www.w3.org/2000/09/xmldsig#

      The XML-Signature namespace.

      See Also:
    • SCHEMATRON

      public static final String SCHEMATRON
      http://www.ascc.net/xml/schematron

      The Schematron namespace.

      See Also:
    • XSLT_WD

      public static final String XSLT_WD
      http://www.w3.org/TR/WD-xsl

      The old XSLT working draft namespace.

      See Also:
    • SMIL

      public static final String SMIL
      http://www.w3.org/2001/SMIL20/WD/

      The SMIL 2.0 working draft namespace.

      See Also:
    • RSS_10

      public static final String RSS_10
      http://purl.org/rss/1.0/

      The RSS 1.0 namespace.

      See Also:
    • RSS_MOD_SYNDICATION

      public static final String RSS_MOD_SYNDICATION
      http://purl.org/rss/1.0/modules/syndication/

      The RSS 1.0 syndication module namespace.

      See Also:
    • DC_ELEMENTS_11

      public static final String DC_ELEMENTS_11
      http://purl.org/dc/elements/1.1/

      The Dublin Core Elements 1.1 namespace.

      See Also: