/**
* test that returns true if we are using a SAX1 parser.
* @return true when a SAX1 parser is in use
*/
protected boolean isSax1Parser() {
return (xmlReader instanceof ParserAdapter);
}
XMLValidateTask.java 文件源码
java
阅读 41
收藏 0
点赞 0
评论 0
项目:ant
作者:
评论列表
文章目录