version 1.4.3 documentation

This commit is contained in:
Jeremy Long
2016-09-06 08:48:40 -04:00
parent 44917ad0d3
commit e1a447f722
1225 changed files with 44138 additions and 39411 deletions

View File

@@ -60,7 +60,7 @@
<a class="jxr_linenumber" name="L52" href="#L52">52</a> @Test
<a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testHandler() <strong class="jxr_keyword">throws</strong> ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException, SAXException, FileNotFoundException, UnsupportedEncodingException, IOException {
<a class="jxr_linenumber" name="L54" href="#L54">54</a> File file = BaseTest.getResourceAsFile(<strong class="jxr_keyword">this</strong>, <span class="jxr_string">"hints.xml"</span>);
<a class="jxr_linenumber" name="L55" href="#L55">55</a> File schema = BaseTest.getResourceAsFile(<strong class="jxr_keyword">this</strong>, <span class="jxr_string">"schema/dependency-hint.1.0.xsd"</span>);
<a class="jxr_linenumber" name="L55" href="#L55">55</a> File schema = BaseTest.getResourceAsFile(<strong class="jxr_keyword">this</strong>, <span class="jxr_string">"schema/dependency-hint.1.1.xsd"</span>);
<a class="jxr_linenumber" name="L56" href="#L56">56</a> HintHandler handler = <strong class="jxr_keyword">new</strong> HintHandler();
<a class="jxr_linenumber" name="L57" href="#L57">57</a>
<a class="jxr_linenumber" name="L58" href="#L58">58</a> SAXParserFactory factory = SAXParserFactory.newInstance();