Qizx/open API

net.axyana.qizxopen.util
Class Namespace

java.lang.Object
  extended bynet.axyana.qizxopen.util.Namespace
All Implemented Interfaces:
java.io.Serializable

public final class Namespace
extends java.lang.Object
implements java.io.Serializable

Unique representation of a namespace.

See Also:
Serialized Form

Field Summary
static Namespace FN
          The XQuery functions namespace
static Namespace NONE
          the blank namespace
static Namespace OP
          The XQuery operators namespace
static Namespace XDT
          The XPath extended datatypes namespace
static Namespace XLINK
          The XLINK namespace: http://www.w3.org/1999/xlink
static Namespace XML
          the XML namespace: http://www.w3.org/XML/1998/namespace
static Namespace XSD
          The XML Schema Definition namespace: http://www.w3.org/2001/XMLSchema
static Namespace XSI
          The XSI namespace: http://www.w3.org/2001/XMLSchema-instance
static Namespace XSL
          The XSL namespace: "http://www.w3.org/1999/XSL/Format
static Namespace XSLT
          The XSLT namespace: http://www.w3.org/1999/XSL/Transform
 
Method Summary
 int compareTo(Namespace other)
           
 boolean equals(java.lang.Object other)
           
static Namespace get(java.lang.String uri)
          Gets a Namespace object from an URI.
 java.lang.String getURI()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final Namespace NONE
the blank namespace


XML

public static final Namespace XML
the XML namespace: http://www.w3.org/XML/1998/namespace


XLINK

public static final Namespace XLINK
The XLINK namespace: http://www.w3.org/1999/xlink


XSLT

public static final Namespace XSLT
The XSLT namespace: http://www.w3.org/1999/XSL/Transform


XSL

public static final Namespace XSL
The XSL namespace: "http://www.w3.org/1999/XSL/Format


XSD

public static final Namespace XSD
The XML Schema Definition namespace: http://www.w3.org/2001/XMLSchema


XSI

public static final Namespace XSI
The XSI namespace: http://www.w3.org/2001/XMLSchema-instance


FN

public static final Namespace FN
The XQuery functions namespace


OP

public static final Namespace OP
The XQuery operators namespace


XDT

public static final Namespace XDT
The XPath extended datatypes namespace

Method Detail

get

public static Namespace get(java.lang.String uri)
Gets a Namespace object from an URI.


getURI

public java.lang.String getURI()

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()

toString

public java.lang.String toString()

compareTo

public int compareTo(Namespace other)

© 2005 Axyana Software