Search Results
OK to copy?
Examples 1 through 3 of
3 (0.034 seconds)
Class:
org.apache.batik.dom.util.SAXDocumentFactory
©,
Rating:
0% of 0,
C2
Class: org.apache.jasper.compiler.JspDocumentParser ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.optional.XMLValidateTask ©, Rating: 0% of 0, C1
408 parser.setFeature("http://xml.org/sax/features/validation",
409 isValidating);
410 parser.setProperty("http://xml.org/sax/properties/lexical-handler",
411 this);
412 parser.parse(is);
Class: org.apache.jasper.compiler.JspDocumentParser ©, Rating: 0% of 0, C1
1376 SAXParser saxParser = factory.newSAXParser();
1377 XMLReader xmlReader = saxParser.getXMLReader();
1378 xmlReader.setProperty(LEXICAL_HANDLER_PROPERTY, jspDocParser);
1379 xmlReader.setErrorHandler(jspDocParser);
1380
Class: org.apache.tools.ant.taskdefs.optional.XMLValidateTask ©, Rating: 0% of 0, C1
428
429 try {
430 xmlReader.setProperty(name, value);
431 } catch (SAXNotRecognizedException e) {
432 throw new BuildException(
Result Page:
1