|
eXchaNGeR | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Manager allows services to interact with other services and returns handles to available documents and elements.
Method Summary | |
boolean |
addDocument(XDocument document)
Adds a document to the list of documents. |
XAction[] |
getActions(XElementType type)
Returns the actions that are associated with the element-type. |
XDocument |
getDocument(URL url)
Returns a document for the url supplied. |
XElement |
getElement(XUrl xurl)
Returns an element for the url supplied. |
void |
open(XElement element)
Opens the element with the default service. |
Method Detail |
public XElement getElement(XUrl xurl)
xurl
- the XUrl (URL and xpath) of the element.public XDocument getDocument(URL url)
url
- the URL of the document.public boolean addDocument(XDocument document)
document
- the document to be added.public void open(XElement element)
element
- the element to be opened.public XAction[] getActions(XElementType type)
type
- the element-type of the actions.
|
eXchaNGeR | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |