Package org.eclipse.wst.xsl.core.internal.xinclude
public class XIncluder extends java.lang.ObjectXIncluder will read an XML file, that has elements from the XInclude namespace and follows the W3C XInclude specification (http://www.w3.org/TR/xinclude/). It will output a merged file.
Constructor Summary |
XIncluder() |
Method Summary | |
public void | extractXMLFile(java.lang.String in
,
java.lang.String out) extracXMLFile merges the files referenced by xinclude include elements. |
Constructor Detail |
public XIncluder()
Methods Detail |
public void extractXMLFile(java.lang.String in
,
java.lang.String out)
extracXMLFile merges the files referenced by xinclude include elements.
in
- The full path to the input XML file
out
- The full path to the merged XML file
java.lang.Exception