|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface for getting the base URI of the document that contains a given node.
| Method Summary | |
void |
addBaseURI(Node node,
URL baseURI)
Add the base uri for a document |
URL |
getBaseURI(Node node)
Return the base URI of the document containing the passed node. |
| Method Detail |
public URL getBaseURI(Node node)
node - The node whose document base URI is desired.
public void addBaseURI(Node node,
URL baseURI)
node - A node belonging to the document for which
the base URI is to be added.baseURI - The base URL of the document
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||