|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
org.w3c.dom.Document |
transform(org.w3c.dom.Document xml,
org.w3c.dom.Document xsl,
java.net.URL base_url)
Parses xml and xsl documents passed as Documents |
org.w3c.dom.Document |
transform(org.w3c.dom.Document xml,
java.net.URL xsl,
java.net.URL base_url)
Parses xml as Document and xsl document passed as URL's |
org.w3c.dom.Document |
transform(java.net.URL xml,
java.net.URL xsl)
Parses xml as Document and xsl document passed as URL's |
java.lang.String |
transformToString(java.net.URL xml,
java.net.URL xsl)
Parses xml and xsl documents passed as URL's Legacy method. |
| Method Detail |
public org.w3c.dom.Document transform(org.w3c.dom.Document xml,
org.w3c.dom.Document xsl,
java.net.URL base_url)
throws java.lang.Exception
xml - the source XML DOM documentxsl - the XSL as DOM document
java.lang.Exception
public org.w3c.dom.Document transform(java.net.URL xml,
java.net.URL xsl)
throws java.lang.Exception
xml - the source XML DOM documentxsl - the XSLURL document
java.lang.Exception
public org.w3c.dom.Document transform(org.w3c.dom.Document xml,
java.net.URL xsl,
java.net.URL base_url)
throws java.lang.Exception
xml - the URL for the source XMLxsl - the URL of the document
java.lang.Exception
public java.lang.String transformToString(java.net.URL xml,
java.net.URL xsl)
throws java.lang.Exception
xml - URL of the xml Documentxsl - URL of the stylsheet
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||