|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectStatic
Namespaces
public final class Namespaces
List some namespaces URLs used by JAXB when (un)marshalling.
| utility/geotk-xml-base (download) | View source code for this class |
| Field Summary | |
|---|---|
static String |
CSW_202
The "http://www.opengis.net/cat/csw/2.0.2" URL. |
static String |
FRA
The "http://www.cnig.gouv.fr/2005/fra" URL. |
static String |
GCO
The "http://www.isotc211.org/2005/gco" URL. |
static String |
GFC
The "http://www.isotc211.org/2005/gfc" URL. |
static String |
GMD
The "http://www.isotc211.org/2005/gmd" URL. |
static String |
GMI
The "http://www.isotc211.org/2005/gmi" URL. |
static String |
GML
The "http://www.opengis.net/gml" URL. |
static String |
GMX
The "http://www.isotc211.org/2005/gmx" URL. |
static String |
XLINK
The "http://www.w3.org/1999/xlink" URL. |
static String |
XSI
The "http://www.w3.org/2001/XMLSchema-instance" URL. |
| Method Summary | |
|---|---|
static String |
getPreferredPrefix(String namespace,
String suggestion)
Returns the preferred prefix for the given namespace URI. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String GCO
"http://www.isotc211.org/2005/gco" URL.
public static final String GFC
"http://www.isotc211.org/2005/gfc" URL.
public static final String GMD
"http://www.isotc211.org/2005/gmd" URL.
public static final String GMI
"http://www.isotc211.org/2005/gmi" URL.
public static final String GMX
"http://www.isotc211.org/2005/gmx" URL.
public static final String GML
"http://www.opengis.net/gml" URL.
public static final String CSW_202
"http://www.opengis.net/cat/csw/2.0.2" URL.
public static final String XSI
"http://www.w3.org/2001/XMLSchema-instance" URL.
public static final String XLINK
"http://www.w3.org/1999/xlink" URL.
public static final String FRA
"http://www.cnig.gouv.fr/2005/fra" URL.
| Method Detail |
|---|
public static String getPreferredPrefix(String namespace,
String suggestion)
namespace - The namespace URI for which the prefix needs to be found. Can not be null.suggestion - The suggested prefix, returned if the given namespace is not recognized.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||