public interface XMLTarget extends Contexed
Modifier and Type | Method and Description |
---|---|
boolean |
canView(SessionService<?> sess)
Can the current person view this target.
|
void |
commit()
commits any change to the document
|
org.w3c.dom.Document |
getDocument()
get the Document being edited
|
XMLTarget |
getRootTarget()
Get the XMLTarget corresponding to the Document root element.
|
org.w3c.dom.Node |
getTargetNode()
Get the Node referenced by the target path.
|
java.util.LinkedList<java.lang.String> |
getTargetPath()
Get the target path selected
|
XMLTargetFactory |
getXMLTargetFactory()
Get the
XMLTargetFactory for this object. |
getContext
XMLTargetFactory getXMLTargetFactory()
XMLTargetFactory
for this object.org.w3c.dom.Document getDocument()
XMLTarget getRootTarget()
java.util.LinkedList<java.lang.String> getTargetPath()
org.w3c.dom.Node getTargetNode()
boolean canView(SessionService<?> sess)
sess
- void commit() throws java.lang.Exception
java.lang.Exception