|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.runtime.snapshot.XmlSchema
public final class XmlSchema
Represents the schema for the derived snapshot.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_PREFIX
The base part of the namespace prefix to use if none explicitly supplied in the constructor. |
| Constructor Summary | |
|---|---|
XmlSchema()
|
|
XmlSchema(java.lang.String uriBase,
java.lang.String prefix)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPrefix()
The prefix to the namespace for the application. |
java.lang.String |
getUri()
The URI of the application namespace. |
java.lang.String |
getUriBase()
The base of the Uri in use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_PREFIX
| Constructor Detail |
|---|
public XmlSchema()
public XmlSchema(java.lang.String uriBase,
java.lang.String prefix)
uriBase - the prefix for the application namespace's URIsprefix - the prefix for the application namespace's prefix| Method Detail |
|---|
public java.lang.String getUriBase()
#DEFAULT_URI_PREFIX is used.
public java.lang.String getUri()
null until a Snapshot is created.
public java.lang.String getPrefix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||