SupportDTDTest.java 文件源码

java
阅读 29 收藏 0 点赞 0 评论 0

项目:openjdk9 作者:
void DisplayEntities(DTD event) {
    List entities = event.getEntities();
    if (entities == null) {
        _hasEntityDelaration = false;
        print("No entity found.");
    } else {
        _hasEntityDelaration = true;
        for (int i = 0; i < entities.size(); i++) {
            EntityDeclaration entity = (EntityDeclaration) entities.get(i);
            print(entity.getName());
        }
    }

}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号