|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthmi.xml.XMLNameSpace
public final class XMLNameSpace
XMLNameSpace defines an XML name space, together with a short abbreviating label.
| Field Summary | |
|---|---|
private String |
namespace
|
private String |
prefix
|
| Constructor Summary | |
|---|---|
private |
XMLNameSpace()
|
|
XMLNameSpace(String namespace)
XMLnamespace with (only) the full namespace String defined |
|
XMLNameSpace(String prefix,
String namespace)
XMLnamespace with a namespace label as well as the full namespace String |
| Method Summary | |
|---|---|
String |
getNamespace()
return the full namespace String |
String |
getPrefix()
Return the abbreviating label for this namespace, which could be null |
void |
setPrefix(String prefix)
Set the abbreviating label for this namespace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String namespace
private String prefix
| Constructor Detail |
|---|
private XMLNameSpace()
public XMLNameSpace(String namespace)
public XMLNameSpace(String prefix,
String namespace)
| Method Detail |
|---|
public void setPrefix(String prefix)
public String getNamespace()
public String getPrefix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||