Klasse NamespaceURI

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

@Scriptable @ConstantClass public final class NamespaceURI extends Object

Standard namespace URIs

Siehe auch:
  • SOAP11NS
  • SOAP12NS
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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.
  • Methodenübersicht

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • 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.

      Siehe auch:
    • XSLT

      public static final String XSLT
      The XSLT namespace http://www.w3.org/1999/XSL/Transform.
      Siehe auch:
    • 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.
      Siehe auch:
    • XSL

      public static final String XSL
      The XSL namespace http://www.w3.org/1999/XSL/Format.
      Siehe auch:
    • 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.
      Siehe auch:
    • XSD

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

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

      public static final String XSI
      The XML-Schema attributes namespace http://www.w3.org/2001/XMLSchema-instance.
      Siehe auch:
    • 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.
      Siehe auch:
    • XSTYPE

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

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

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

      The XInclude namespace.

      Siehe auch:
    • XI_STDPREFIX

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

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

      The XML Fragment Interchange namespace.

      Siehe auch:
    • 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.
      Siehe auch:
    • XHTML

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

      The XHTML namespace.

      Siehe auch:
    • XHTML_STDPREFIX

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

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

      The XForms namespace.

      Siehe auch:
    • RDF

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

      The RDF namespace.

      Siehe auch:
    • 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.
      Siehe auch:
    • RDFS

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

      The RDF schema namespace.

      Siehe auch:
    • 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.
      Siehe auch:
    • WSDL11

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

      The WSDL 1.1 namespace.

      Siehe auch:
    • WSDL11_STDPREFIX

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

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

      WSDL namespace for WSDL SOAP binding.

      Siehe auch:
    • 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.
      Siehe auch:
    • WSDL11_HTTP

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

      WSDL namespace for WSDL HTTP GET and POST binding.

      Siehe auch:
    • 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.
      Siehe auch:
    • WSDL11_MIME

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

      WSDL namespace for WSDL MIME binding.

      Siehe auch:
    • 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.
      Siehe auch:
    • WSDL11_SOAP12

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

      WSDL 1.1 Binding Extension for SOAP 1.2.

      Siehe auch:
    • 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.
      Siehe auch:
    • WS_ADDRESSING

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

      The WS-Addressing 1.0 Namespace.

      Siehe auch:
    • 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.
      Siehe auch:
    • XOP

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

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

      Siehe auch:
    • 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.
      Siehe auch:
    • REP

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

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

      Siehe auch:
    • 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.
      Siehe auch:
    • XMIME

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

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

      Siehe auch:
    • 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.
      Siehe auch:
    • DSML

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

      The DSML namespace.

      Siehe auch:
    • XMLDSIG

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

      The XML-Signature namespace.

      Siehe auch:
    • SCHEMATRON

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

      The Schematron namespace.

      Siehe auch:
    • XSLT_WD

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

      The old XSLT working draft namespace.

      Siehe auch:
    • SMIL

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

      The SMIL 2.0 working draft namespace.

      Siehe auch:
    • RSS_10

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

      The RSS 1.0 namespace.

      Siehe auch:
    • 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.

      Siehe auch:
    • DC_ELEMENTS_11

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

      The Dublin Core Elements 1.1 namespace.

      Siehe auch: