|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.init.its.ds.ItsDocument
public class ItsDocument
An its document consists of the internal tree representation of all its nodes and additional properties
Constructor Summary | |
---|---|
ItsDocument()
|
|
ItsDocument(IitsTagElement root)
constructs a new its document using an existing its root element |
Method Summary | |
---|---|
java.lang.String |
getResourceName()
get the associated resource name |
IitsTagElement |
getRoot()
Returns the root its element |
void |
setResourceName(java.lang.String resourceName)
sets the associated resource name |
void |
setRoot(IitsTagElement root)
Sets the its root element |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItsDocument(IitsTagElement root)
root
- nameSpace
- public ItsDocument()
Method Detail |
---|
public IitsTagElement getRoot()
public void setRoot(IitsTagElement root)
root
- public java.lang.String getResourceName()
public void setResourceName(java.lang.String resourceName)
resourceName
- the associated resource document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |