IP*Works! V9

ipworks
Class XMLNamespace

java.lang.Object
  extended by ipworks.XMLNamespace

public class XMLNamespace
extends java.lang.Object

An XML namespace from the current namespace stack.

This type describes an XML namespace from the current stack. It includes fields to denote the Prefix and the URI of the namespace being defined.

The default namespace exists at index 0. The Prefix field at index 0 is "xmlns", and the Name field contains the default namespace.

Prefix: The Prefix for the Namespace .

URI: Namespace URI associated with the corresponding Prefix . This is usually a URL pointing to the XML schema for the namespace.

See Also:
Atom, Atom.XMLNamespace

Constructor Summary
XMLNamespace()
           
XMLNamespace(java.lang.String name, java.lang.String prefix)
           
 
Method Summary
 java.lang.String getPrefix()
           
 java.lang.String getURI()
           
 void setPrefix(java.lang.String value)
           
 void setURI(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLNamespace

public XMLNamespace()

XMLNamespace

public XMLNamespace(java.lang.String name,
                    java.lang.String prefix)
Method Detail

getPrefix

public java.lang.String getPrefix()

setPrefix

public void setPrefix(java.lang.String value)

getURI

public java.lang.String getURI()

setURI

public void setURI(java.lang.String value)

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.