com.sun.xml.bind.v2
Class WellKnownNamespace

java.lang.Object
  extended by com.sun.xml.bind.v2.WellKnownNamespace

public abstract class WellKnownNamespace
extends Object

Well-known namespace URIs.

Since:
2.0
Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com), Martin Grebac (martin.grebac@oracle.com)

Field Summary
static String JAXB
           
static String SWA_URI
           
static String XML_MIME_URI
           
static String XML_NAMESPACE_URI
          Deprecated. Use javax.xml.XMLConstants.XML_NS_URI instead;
static String XML_SCHEMA
          Deprecated. Use javax.xml.XMLConstants.W3C_XML_SCHEMA_NS_URI instead;
static String XML_SCHEMA_INSTANCE
          Deprecated. Use javax.xml.XMLConstants.W3C_XML_SCHEMA_INSTANCE_NS_URI instead
static String XOP
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_SCHEMA

@Deprecated
public static final String XML_SCHEMA
Deprecated. Use javax.xml.XMLConstants.W3C_XML_SCHEMA_NS_URI instead;
See Also:
Constant Field Values

XML_SCHEMA_INSTANCE

@Deprecated
public static final String XML_SCHEMA_INSTANCE
Deprecated. Use javax.xml.XMLConstants.W3C_XML_SCHEMA_INSTANCE_NS_URI instead
See Also:
Constant Field Values

XML_NAMESPACE_URI

@Deprecated
public static final String XML_NAMESPACE_URI
Deprecated. Use javax.xml.XMLConstants.XML_NS_URI instead;
See Also:
Constant Field Values

XOP

public static final String XOP
See Also:
Constant Field Values

SWA_URI

public static final String SWA_URI
See Also:
Constant Field Values

XML_MIME_URI

public static final String XML_MIME_URI
See Also:
Constant Field Values

JAXB

public static final String JAXB
See Also:
Constant Field Values


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.