模块  java.xml

Interface NotationDeclaration

  • All Superinterfaces:
    XMLEventXMLStreamConstants

    public interface NotationDeclaration
    extends XMLEvent
    用于处理符号声明的接口接收符号声明事件的通知。 由应用程序记录表示法以供以后引用,publicId和systemId中的至少一个必须是非空的。 无法保证在使用它的任何未解析实体之前报告符号声明。
    从以下版本开始:
    1.6
    • 方法详细信息

      • getName

        String getName()
        符号名称。
      • getPublicId

        String getPublicId()
        表示法的公共标识符,如果没有给出,则为null。
      • getSystemId

        String getSystemId()
        符号的系统标识符,如果没有给出,则为null。