blob: d2f3603ee7d9a2af2444641fc41fd9d25fd88464 [file] [log] [blame]
<html><body><p><font size="+1"><strong>Package org.eclipse.wst.xsl.core.internal.xinclude</strong></font></p><hr><h2><font size="-1"><strong>org.eclipse.wst.xsl.core.internal.xinclude</strong></font><br>
Class XIncluder</h2><br><hr><pre>public class <strong>XIncluder</strong>
extends java.lang.Object</pre>XIncluder 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.<p></p><hr><table width="100%" border="1"><tr bgcolor="#CCCCFF"><td width="100%"><h2>Constructor Summary</h2></td></tr><tr><td><code><strong><a href="#con_XIncluder">XIncluder</a></strong>()</code></td></tr></table><br><table width="100%" border="1"><tr cols="2" bgcolor="#CCCCFF"><td colspan="2" width="100%"><h2>Method Summary</h2></td></tr><tr valign="top"><td width="20%" align="right"><code>public void</code></td><td width="" align="left"><code><a href="#method_extractXMLFile">extractXMLFile</a>(java.lang.String in
,
java.lang.String out)</code><br>
&nbsp;&nbsp;&nbsp;&nbsp;
extracXMLFile merges the files referenced by xinclude include elements.</td></tr></table><hr><table cols="2" width="100%" border="1"><tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left"><td><h2>
Constructor Detail
</h2></td></tr></table><h2><a name="con_XIncluder">XIncluder</a></h2><p><code>public <strong>XIncluder</strong>()</code></p><p></p><hr><table cols="2" width="100%" border="1"><tr colspan="2" width="100%" bgcolor="#CCCCFF" align="left"><td><h2>
Methods Detail
</h2></td></tr></table><h2><a name="method_extractXMLFile">extractXMLFile</a></h2><p><code>public void <strong>extractXMLFile</strong>(java.lang.String in
,
java.lang.String out)</code></p><p>extracXMLFile merges the files referenced by xinclude include elements.</p><h3>Parameters</h3><p><code>in</code> - The full path to the input XML file</p><p><code>out</code> - The full path to the merged XML file</p><h3>Throws:</h3><p><code>java.lang.Exception</code></p><hr></body></html>