|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkaos.xmlschema.repository.XMLSchemaContainer
public class XMLSchemaContainer
This class stores the name of an XMLSchema and its definition in a String format $Revision: 1.4 $
| Constructor Summary | |
|---|---|
XMLSchemaContainer(java.lang.String name,
java.lang.String def)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getSchemaDefinition()
Returns the definition of this schema |
java.lang.String |
getSchemaName()
Returns the name of this schema |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLSchemaContainer(java.lang.String name,
java.lang.String def)
name - the name of this schema definiton.def - the schema definition.| Method Detail |
|---|
public java.lang.String getSchemaName()
public java.lang.String getSchemaDefinition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||