net.openmarkup
Class Namespace

java.lang.Object
  extended bynet.openmarkup.Namespace

public abstract class Namespace
extends Object

Useful namespace constants.

NOTE: Future versions of this class will be aligned with the type-safe enumeration facility proposed in JSR 201.

Author:
Ramesh Gupta
See Also:
JSR 201

Field Summary
static String OM
          OM namespace
static String XLINK
          XLink namespace
static String XML
          XML namespace
static String XSI
          XML Schema for Instances namespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OM

public static final String OM
OM namespace

See Also:
Constant Field Values

XLINK

public static final String XLINK
XLink namespace

See Also:
Constant Field Values

XML

public static final String XML
XML namespace

See Also:
Constant Field Values

XSI

public static final String XSI
XML Schema for Instances namespace

See Also:
Constant Field Values


Copyright 2003-2004 eNode, Inc. All rights reserved.