|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface URIcontext
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 |
---|
URL getBaseURI(Node node)
node
- The node whose document base URI is desired.
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 | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |