ipworkszip
Class XMLNamespace
java.lang.Object
|
+--ipworkszip.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:
Bzip2,
Bzip2.XMLNamespace
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLNamespace
public XMLNamespace()
XMLNamespace
public XMLNamespace(java.lang.String name,
java.lang.String prefix)
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)
Copyright (c) 2011 /n software inc. - All rights reserved.