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 StringDC_ELEMENTS_11http://purl.org/dc/elements/1.1/static StringDSMLhttp://www.dsml.org/DSMLstatic StringRDFhttp://www.w3.org/1999/02/22-rdf-syntax-ns#static StringRDF_STDPREFIXThe standard prefix for thehttp://www.w3.org/1999/02/22-rdf-syntax-ns#namespace, defined to berdf.static StringRDFShttp://www.w3.org/2000/01/rdf-schema#static StringRDFS_STDPREFIXThe standard prefix for thehttp://www.w3.org/2000/01/rdf-schema#namespace, defined to berdfs.static StringREPhttp://www.w3.org/2004/08/representationstatic StringREP_STDPREFIXThe standard prefix for thehttp://www.w3.org/2004/08/representationnamespace, defined to berep.static StringRSS_10http://purl.org/rss/1.0/static StringRSS_MOD_SYNDICATIONhttp://purl.org/rss/1.0/modules/syndication/static StringSCHEMATRONhttp://www.ascc.net/xml/schematronstatic StringSMILhttp://www.w3.org/2001/SMIL20/WD/static StringWS_ADDRESSINGhttp://www.w3.org/2005/08/addressingstatic StringWS_ADDRESSING_STDPREFIXThe standard prefix for thehttp://www.w3.org/2005/08/addressingnamespace, defined to bewsa.static StringWSDL11http://schemas.xmlsoap.org/wsdl/static StringWSDL11_HTTPhttp://schemas.xmlsoap.org/wsdl/http/static StringWSDL11_HTTP_STDPREFIXThe standard prefix for thehttp://schemas.xmlsoap.org/wsdl/http/namespace, defined to bew11http.static StringWSDL11_MIMEhttp://schemas.xmlsoap.org/wsdl/mime/static StringWSDL11_MIME_STDPREFIXThe standard prefix for thehttp://schemas.xmlsoap.org/wsdl/mime/namespace, defined to bew11mime.static StringWSDL11_SOAP11http://schemas.xmlsoap.org/wsdl/soap/static StringWSDL11_SOAP11_STDPREFIXThe standard prefix for thehttp://schemas.xmlsoap.org/wsdl/soap/namespace, defined to bew11soap11.static StringWSDL11_SOAP12http://schemas.xmlsoap.org/wsdl/soap12/static StringWSDL11_SOAP12_STDPREFIXThe standard prefix for thehttp://schemas.xmlsoap.org/wsdl/soap12/namespace, defined to besoap.static StringWSDL11_STDPREFIXThe standard prefix for thehttp://schemas.xmlsoap.org/wsdl/namespace, defined to bewsdl.static StringXFORMShttp://www.w3.org/2001/06/xformsstatic StringXHTMLhttp://www.w3.org/1999/xhtmlstatic StringXHTML_STDPREFIXThe standard prefix for thehttp://www.w3.org/1999/xhtmlnamespace, defined to bexhtml.static StringXIhttp://www.w3.org/2001/XIncludestatic StringXI_STDPREFIXThe standard prefix for thehttp://www.w3.org/2001/XIncludenamespace, defined to bexi.static StringXMIMEhttp://www.w3.org/2005/05/xmlmimestatic StringXMIME_STDPREFIXThe standard prefix for thehttp://www.w3.org/2005/05/xmlmimenamespace, defined to bexmime.static StringXML_FIhttp://www.w3.org/2001/02/xml-fragmentstatic StringXML_FI_STDPREFIXThe standard prefix for thehttp://www.w3.org/2001/02/xml-fragmentnamespace, defined to bef.static StringXMLDSIGhttp://www.w3.org/2000/09/xmldsig#static StringXMLNShttp://www.w3.org/2000/xmlns/static StringXOPhttp://www.w3.org/2004/08/xop/includestatic StringXOP_STDPREFIXThe standard prefix for thehttp://www.w3.org/2004/08/xop/includenamespace, defined to bexop.static StringXSDThe XML-Schema namespacehttp://www.w3.org/2001/XMLSchema.static StringXSD_STDPREFIXThe standard prefix for thehttp://www.w3.org/2001/XMLSchemanamespace, defined to bexsd.static StringXSIThe XML-Schema attributes namespacehttp://www.w3.org/2001/XMLSchema-instance.static StringXSI_STDPREFIXThe standard prefix for thehttp://www.w3.org/2001/XMLSchema-instancenamespace, defined to bexsi.static StringXSLThe XSL namespacehttp://www.w3.org/1999/XSL/Format.static StringXSL_STDPREFIXThe standard prefix for thehttp://www.w3.org/1999/XSL/Formatnamespace, defined to befo.static StringXSLTThe XSLT namespacehttp://www.w3.org/1999/XSL/Transform.static StringXSLT_STDPREFIXThe standard prefix for thehttp://www.w3.org/1999/XSL/Transformnamespace, defined to bexsl.static StringXSLT_WDhttp://www.w3.org/TR/WD-xslstatic StringXSTYPEThe XML-Schema namespacehttp://www.w3.org/2001/XMLSchema-datatypes.static StringXSTYPE_STDPREFIXThe standard prefix for thehttp://www.w3.org/2001/XMLSchemanamespace, 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/Transformnamespace, 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/Formatnamespace, 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/XMLSchemanamespace, 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-instancenamespace, 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/XMLSchemanamespace, defined to bexstype.- See Also:
XSTYPE, Constant Field Values
-
XI
public static final String XI
http://www.w3.org/2001/XIncludeThe XInclude namespace.
- See Also:
- Constant Field Values
-
XI_STDPREFIX
public static final String XI_STDPREFIX
The standard prefix for thehttp://www.w3.org/2001/XIncludenamespace, defined to bexi.- See Also:
XI, Constant Field Values
-
XML_FI
public static final String XML_FI
http://www.w3.org/2001/02/xml-fragmentThe 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-fragmentnamespace, defined to bef.- See Also:
XML_FI, Constant Field Values
-
XHTML
public static final String XHTML
http://www.w3.org/1999/xhtmlThe XHTML namespace.
- See Also:
- Constant Field Values
-
XHTML_STDPREFIX
public static final String XHTML_STDPREFIX
The standard prefix for thehttp://www.w3.org/1999/xhtmlnamespace, defined to bexhtml.- See Also:
XHTML, Constant Field Values
-
XFORMS
public static final String XFORMS
http://www.w3.org/2001/06/xformsThe 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/addressingThe 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/addressingnamespace, defined to bewsa.- See Also:
WS_ADDRESSING, Constant Field Values
-
XOP
public static final String XOP
http://www.w3.org/2004/08/xop/includeThe 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/includenamespace, defined to bexop.- See Also:
XOP, Constant Field Values
-
REP
public static final String REP
http://www.w3.org/2004/08/representationThe 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/representationnamespace, defined to berep.- See Also:
REP, Constant Field Values
-
XMIME
public static final String XMIME
http://www.w3.org/2005/05/xmlmimeThe 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/xmlmimenamespace, defined to bexmime.- See Also:
XMIME, Constant Field Values
-
DSML
public static final String DSML
http://www.dsml.org/DSMLThe 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/schematronThe Schematron namespace.
- See Also:
- Constant Field Values
-
XSLT_WD
public static final String XSLT_WD
http://www.w3.org/TR/WD-xslThe 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
-
-