Class NamespaceURI
- java.lang.Object
-
- de.uplanet.xml.NamespaceURI
-
@Scriptable @ConstantClass public final class NamespaceURI extends Object
Standard namespace URIs
- Version:
- 1.00, 2001-07-11
- See Also:
SOAP11NS
,SOAP12NS
-
-
Field Summary
Fields Modifier and Type Field Description static String
DC_ELEMENTS_11
http://purl.org/dc/elements/1.1/
static String
DSML
http://www.dsml.org/DSML
static String
RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#
static String
RDF_STDPREFIX
The standard prefix for thehttp://www.w3.org/1999/02/22-rdf-syntax-ns#
namespace, defined to berdf
.static String
RDFS
http://www.w3.org/2000/01/rdf-schema#
static String
RDFS_STDPREFIX
The standard prefix for thehttp://www.w3.org/2000/01/rdf-schema#
namespace, defined to berdfs
.static String
REP
http://www.w3.org/2004/08/representation
static String
REP_STDPREFIX
The standard prefix for thehttp://www.w3.org/2004/08/representation
namespace, defined to berep
.static String
RSS_10
http://purl.org/rss/1.0/
static String
RSS_MOD_SYNDICATION
http://purl.org/rss/1.0/modules/syndication/
static String
SCHEMATRON
http://www.ascc.net/xml/schematron
static String
SMIL
http://www.w3.org/2001/SMIL20/WD/
static String
WS_ADDRESSING
http://www.w3.org/2005/08/addressing
static String
WS_ADDRESSING_STDPREFIX
The standard prefix for thehttp://www.w3.org/2005/08/addressing
namespace, defined to bewsa
.static String
WSDL11
http://schemas.xmlsoap.org/wsdl/
static String
WSDL11_HTTP
http://schemas.xmlsoap.org/wsdl/http/
static String
WSDL11_HTTP_STDPREFIX
The standard prefix for thehttp://schemas.xmlsoap.org/wsdl/http/
namespace, defined to bew11http
.static String
WSDL11_MIME
http://schemas.xmlsoap.org/wsdl/mime/
static String
WSDL11_MIME_STDPREFIX
The standard prefix for thehttp://schemas.xmlsoap.org/wsdl/mime/
namespace, defined to bew11mime
.static String
WSDL11_SOAP11
http://schemas.xmlsoap.org/wsdl/soap/
static String
WSDL11_SOAP11_STDPREFIX
The standard prefix for thehttp://schemas.xmlsoap.org/wsdl/soap/
namespace, defined to bew11soap11
.static String
WSDL11_SOAP12
http://schemas.xmlsoap.org/wsdl/soap12/
static String
WSDL11_SOAP12_STDPREFIX
The standard prefix for thehttp://schemas.xmlsoap.org/wsdl/soap12/
namespace, defined to besoap
.static String
WSDL11_STDPREFIX
The standard prefix for thehttp://schemas.xmlsoap.org/wsdl/
namespace, defined to bewsdl
.static String
XFORMS
http://www.w3.org/2001/06/xforms
static String
XHTML
http://www.w3.org/1999/xhtml
static String
XHTML_STDPREFIX
The standard prefix for thehttp://www.w3.org/1999/xhtml
namespace, defined to bexhtml
.static String
XI
http://www.w3.org/2001/XInclude
static String
XI_STDPREFIX
The standard prefix for thehttp://www.w3.org/2001/XInclude
namespace, defined to bexi
.static String
XMIME
http://www.w3.org/2005/05/xmlmime
static String
XMIME_STDPREFIX
The standard prefix for thehttp://www.w3.org/2005/05/xmlmime
namespace, defined to bexmime
.static String
XML_FI
http://www.w3.org/2001/02/xml-fragment
static String
XML_FI_STDPREFIX
The standard prefix for thehttp://www.w3.org/2001/02/xml-fragment
namespace, defined to bef
.static String
XMLDSIG
http://www.w3.org/2000/09/xmldsig#
static String
XMLNS
http://www.w3.org/2000/xmlns/
static String
XOP
http://www.w3.org/2004/08/xop/include
static String
XOP_STDPREFIX
The standard prefix for thehttp://www.w3.org/2004/08/xop/include
namespace, defined to bexop
.static String
XSD
The XML-Schema namespacehttp://www.w3.org/2001/XMLSchema
.static String
XSD_STDPREFIX
The standard prefix for thehttp://www.w3.org/2001/XMLSchema
namespace, defined to bexsd
.static String
XSI
The XML-Schema attributes namespacehttp://www.w3.org/2001/XMLSchema-instance
.static String
XSI_STDPREFIX
The standard prefix for thehttp://www.w3.org/2001/XMLSchema-instance
namespace, defined to bexsi
.static String
XSL
The XSL namespacehttp://www.w3.org/1999/XSL/Format
.static String
XSL_STDPREFIX
The standard prefix for thehttp://www.w3.org/1999/XSL/Format
namespace, defined to befo
.static String
XSLT
The XSLT namespacehttp://www.w3.org/1999/XSL/Transform
.static String
XSLT_STDPREFIX
The standard prefix for thehttp://www.w3.org/1999/XSL/Transform
namespace, defined to bexsl
.static String
XSLT_WD
http://www.w3.org/TR/WD-xsl
static String
XSTYPE
The XML-Schema namespacehttp://www.w3.org/2001/XMLSchema-datatypes
.static String
XSTYPE_STDPREFIX
The standard prefix for thehttp://www.w3.org/2001/XMLSchema
namespace, defined to bexstype
.
-
-
-
Field Detail
-
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:
- Constant Field Values
-
XSLT
public static final String XSLT
The XSLT namespacehttp://www.w3.org/1999/XSL/Transform
.- See Also:
- Constant Field Values
-
XSLT_STDPREFIX
public static final String XSLT_STDPREFIX
The standard prefix for thehttp://www.w3.org/1999/XSL/Transform
namespace, defined to bexsl
.- See Also:
XSLT
, Constant Field Values
-
XSL
public static final String XSL
The XSL namespacehttp://www.w3.org/1999/XSL/Format
.- See Also:
- Constant Field Values
-
XSL_STDPREFIX
public static final String XSL_STDPREFIX
The standard prefix for thehttp://www.w3.org/1999/XSL/Format
namespace, defined to befo
.- See Also:
XSL
, Constant Field Values
-
XSD
public static final String XSD
The XML-Schema namespacehttp://www.w3.org/2001/XMLSchema
.- See Also:
- Constant Field Values
-
XSD_STDPREFIX
public static final String XSD_STDPREFIX
The standard prefix for thehttp://www.w3.org/2001/XMLSchema
namespace, defined to bexsd
.- See Also:
XSD
, Constant Field Values
-
XSI
public static final String XSI
The XML-Schema attributes namespacehttp://www.w3.org/2001/XMLSchema-instance
.- See Also:
- Constant Field Values
-
XSI_STDPREFIX
public static final String XSI_STDPREFIX
The standard prefix for thehttp://www.w3.org/2001/XMLSchema-instance
namespace, defined to bexsi
.- See Also:
XSI
, Constant Field Values
-
XSTYPE
public static final String XSTYPE
The XML-Schema namespacehttp://www.w3.org/2001/XMLSchema-datatypes
.- See Also:
- Constant Field Values
-
XSTYPE_STDPREFIX
public static final String XSTYPE_STDPREFIX
The standard prefix for thehttp://www.w3.org/2001/XMLSchema
namespace, defined to bexstype
.- See Also:
XSTYPE
, Constant Field Values
-
XI
public static final String XI
http://www.w3.org/2001/XInclude
The XInclude namespace.
- See Also:
- Constant Field Values
-
XI_STDPREFIX
public static final String XI_STDPREFIX
The standard prefix for thehttp://www.w3.org/2001/XInclude
namespace, defined to bexi
.- See Also:
XI
, Constant Field Values
-
XML_FI
public static final String XML_FI
http://www.w3.org/2001/02/xml-fragment
The XML Fragment Interchange namespace.
- See Also:
- Constant Field Values
-
XML_FI_STDPREFIX
public static final String XML_FI_STDPREFIX
The standard prefix for thehttp://www.w3.org/2001/02/xml-fragment
namespace, defined to bef
.- See Also:
XML_FI
, Constant Field Values
-
XHTML
public static final String XHTML
http://www.w3.org/1999/xhtml
The XHTML namespace.
- See Also:
- Constant Field Values
-
XHTML_STDPREFIX
public static final String XHTML_STDPREFIX
The standard prefix for thehttp://www.w3.org/1999/xhtml
namespace, defined to bexhtml
.- See Also:
XHTML
, Constant Field Values
-
XFORMS
public static final String XFORMS
http://www.w3.org/2001/06/xforms
The XForms namespace.
- See Also:
- Constant Field Values
-
RDF
public static final String RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#
The RDF namespace.
- See Also:
- Constant Field Values
-
RDF_STDPREFIX
public static final String RDF_STDPREFIX
The standard prefix for thehttp://www.w3.org/1999/02/22-rdf-syntax-ns#
namespace, defined to berdf
.- See Also:
RDF
, Constant Field Values
-
RDFS
public static final String RDFS
http://www.w3.org/2000/01/rdf-schema#
The RDF schema namespace.
- See Also:
- Constant Field Values
-
RDFS_STDPREFIX
public static final String RDFS_STDPREFIX
The standard prefix for thehttp://www.w3.org/2000/01/rdf-schema#
namespace, defined to berdfs
.- See Also:
RDFS
, Constant Field Values
-
WSDL11
public static final String WSDL11
http://schemas.xmlsoap.org/wsdl/
The WSDL 1.1 namespace.
- See Also:
- Constant Field Values
-
WSDL11_STDPREFIX
public static final String WSDL11_STDPREFIX
The standard prefix for thehttp://schemas.xmlsoap.org/wsdl/
namespace, defined to bewsdl
.- See Also:
WSDL11
, Constant Field Values
-
WSDL11_SOAP11
public static final String WSDL11_SOAP11
http://schemas.xmlsoap.org/wsdl/soap/
WSDL namespace for WSDL SOAP binding.
- See Also:
- Constant Field Values
-
WSDL11_SOAP11_STDPREFIX
public static final String WSDL11_SOAP11_STDPREFIX
The standard prefix for thehttp://schemas.xmlsoap.org/wsdl/soap/
namespace, defined to bew11soap11
.- See Also:
WSDL11_SOAP11
, Constant Field Values
-
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:
- Constant Field Values
-
WSDL11_HTTP_STDPREFIX
public static final String WSDL11_HTTP_STDPREFIX
The standard prefix for thehttp://schemas.xmlsoap.org/wsdl/http/
namespace, defined to bew11http
.- See Also:
WSDL11_HTTP
, Constant Field Values
-
WSDL11_MIME
public static final String WSDL11_MIME
http://schemas.xmlsoap.org/wsdl/mime/
WSDL namespace for WSDL MIME binding.
- See Also:
- Constant Field Values
-
WSDL11_MIME_STDPREFIX
public static final String WSDL11_MIME_STDPREFIX
The standard prefix for thehttp://schemas.xmlsoap.org/wsdl/mime/
namespace, defined to bew11mime
.- See Also:
WSDL11_MIME
, Constant Field Values
-
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:
- Constant Field Values
-
WSDL11_SOAP12_STDPREFIX
public static final String WSDL11_SOAP12_STDPREFIX
The standard prefix for thehttp://schemas.xmlsoap.org/wsdl/soap12/
namespace, defined to besoap
.- See Also:
WSDL11_SOAP12
, Constant Field Values
-
WS_ADDRESSING
public static final String WS_ADDRESSING
http://www.w3.org/2005/08/addressing
The WS-Addressing 1.0 Namespace.
- See Also:
- Constant Field Values
-
WS_ADDRESSING_STDPREFIX
public static final String WS_ADDRESSING_STDPREFIX
The standard prefix for thehttp://www.w3.org/2005/08/addressing
namespace, defined to bewsa
.- See Also:
WS_ADDRESSING
, Constant Field Values
-
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:
- Constant Field Values
-
XOP_STDPREFIX
public static final String XOP_STDPREFIX
The standard prefix for thehttp://www.w3.org/2004/08/xop/include
namespace, defined to bexop
.- See Also:
XOP
, Constant Field Values
-
REP
public static final String REP
http://www.w3.org/2004/08/representation
The http://www.w3.org/2004/08/representation namespace.
- See Also:
- Constant Field Values
-
REP_STDPREFIX
public static final String REP_STDPREFIX
The standard prefix for thehttp://www.w3.org/2004/08/representation
namespace, defined to berep
.- See Also:
REP
, Constant Field Values
-
XMIME
public static final String XMIME
http://www.w3.org/2005/05/xmlmime
The http://www.w3.org/2005/05/xmlmime namespace.
- See Also:
- Constant Field Values
-
XMIME_STDPREFIX
public static final String XMIME_STDPREFIX
The standard prefix for thehttp://www.w3.org/2005/05/xmlmime
namespace, defined to bexmime
.- See Also:
XMIME
, Constant Field Values
-
DSML
public static final String DSML
http://www.dsml.org/DSML
The DSML namespace.
- See Also:
- Constant Field Values
-
XMLDSIG
public static final String XMLDSIG
http://www.w3.org/2000/09/xmldsig#
The XML-Signature namespace.
- See Also:
- Constant Field Values
-
SCHEMATRON
public static final String SCHEMATRON
http://www.ascc.net/xml/schematron
The Schematron namespace.
- See Also:
- Constant Field Values
-
XSLT_WD
public static final String XSLT_WD
http://www.w3.org/TR/WD-xsl
The old XSLT working draft namespace.
- See Also:
- Constant Field Values
-
SMIL
public static final String SMIL
http://www.w3.org/2001/SMIL20/WD/
The SMIL 2.0 working draft namespace.
- See Also:
- Constant Field Values
-
RSS_10
public static final String RSS_10
http://purl.org/rss/1.0/
The RSS 1.0 namespace.
- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
-