Module  java.xml
软件包  javax.xml

Class XMLConstants

    • 字段详细信息

      • XML_DTD_NS_URI

        public static final String XML_DTD_NS_URI
        XML文档类型声明命名空间URI为任意值。

        由于没有任何现有标准的正式定义,任意定义为“ http://www.w3.org/TR/REC-xml ”。

        另请参见:
        Constant Field Values
      • FEATURE_SECURE_PROCESSING

        public static final String FEATURE_SECURE_PROCESSING
        安全处理功能。
        • true指示实现安全地处理XML。 这可能会限制XML构造,以避免诸如拒绝服务攻击等条件。
        • false指示实施根据XML规范处理XML,忽略诸如限制XML构造的安全问题,以避免诸如拒绝服务攻击等条件。
        另请参见:
        Constant Field Values
      • ACCESS_EXTERNAL_DTD

        public static final String ACCESS_EXTERNAL_DTD
        属性:accessExternalDTD

        限制访问指定的协议的外部DTD和外部实体引用。 如果访问由于此属性的限制而被拒绝,则抛出特定于上下文的运行时异常。 在的情况下SAXParser例如SAXException被抛出。

        值:以逗号分隔的协议列表。 协议是URI的方案部分,或者在JAR协议的情况下,“jar”加上由冒号分隔的方案部分。 方案定义为:

        scheme = alpha *( alpha | digit | "+" | "-" | "." )
        where alpha = a-z and A-Z.

        And the JAR protocol:
        jar[:scheme]

        Protocols including the keyword "jar" are case-insensitive. Any whitespaces as defined by Character.isSpaceChar(char) in the value will be ignored. Examples of protocols are file, http, jar:file.

        默认值:默认值是实现特定的,因此未指定。 提供以下选项供考虑:

        • an empty string to deny all access to external references;
        • a specific protocol, such as file, to give permission to only the protocol;
        • the keyword "all" to grant permission to all protocols.

        When FEATURE_SECURE_PROCESSING is enabled, it is recommended that implementations restrict external connections by default, though this may cause problems for applications that process XML/XSD/XSL with external references.

        授予所有访问权限:关键字“全部”授予所有协议的权限。

        系统属性:属性的值可以由系统属性javax.xml.accessExternalDTD设置或覆盖。

        jaxp.properties:此配置文件采用标准Properties格式,通常位于Java安装的conf目录中。 如果文件存在且指定了系统属性,则其值将用于覆盖属性的默认值。

        从以下版本开始:
        1.7
        另请参见:
        Constant Field Values
      • ACCESS_EXTERNAL_SCHEMA

        public static final String ACCESS_EXTERNAL_SCHEMA

        属性:accessExternalSchema

        限制对由schemaLocation属性Import和Include元素设置的外部引用设置的协议的访问。 如果访问由于此属性的限制而被拒绝,则抛出特定于上下文的运行时异常。 在例如SchemaFactory的情况下,将抛出org.xml.sax.SAXException。

        值:以逗号分隔的协议列表。 协议是URI的方案部分,或者在JAR协议的情况下,“jar”加上由冒号分隔的方案部分。 方案定义为:

        scheme = alpha *( alpha | digit | "+" | "-" | "." )
        where alpha = a-z and A-Z.

        And the JAR protocol:
        jar[:scheme]

        Protocols including the keyword "jar" are case-insensitive. Any whitespaces as defined by Character.isSpaceChar(char) in the value will be ignored. Examples of protocols are file, http, jar:file.

        默认值:默认值是实现特定的,因此未指定。 提供以下选项供考虑:

        • an empty string to deny all access to external references;
        • a specific protocol, such as file, to give permission to only the protocol;
        • the keyword "all" to grant permission to all protocols.

        When FEATURE_SECURE_PROCESSING is enabled, it is recommended that implementations restrict external connections by default, though this may cause problems for applications that process XML/XSD/XSL with external references.

        授予所有访问权限:关键字“全部”授予所有协议的权限。

        系统属性:属性的值可以由系统属性javax.xml.accessExternalSchema设置或覆盖

        jaxp.properties:此配置文件采用标准Properties格式,通常位于Java安装的conf目录中。 如果文件存在且指定了系统属性,则其值将用于覆盖属性的默认值。

        从以下版本开始:
        1.7
        另请参见:
        Constant Field Values
      • ACCESS_EXTERNAL_STYLESHEET

        public static final String ACCESS_EXTERNAL_STYLESHEET
        属性:accessExternalStylesheet

        限制访问由样式表处理指令,导入和包含元素和文档功能设置的外部参考指定的协议。 如果访问由于此属性的限制而被拒绝,则抛出特定于上下文的运行时异常。 例如,在构建新的Transformer的情况下, TransformerFactory将被抛出TransformerConfigurationException

        值:以逗号分隔的协议列表。 协议是URI的方案部分,或者在JAR协议的情况下,“jar”加上由冒号分隔的方案部分。 方案定义为:

        scheme = alpha *( alpha | digit | "+" | "-" | "." )
        where alpha = a-z and A-Z.

        And the JAR protocol:
        jar[:scheme]

        Protocols including the keyword "jar" are case-insensitive. Any whitespaces as defined by Character.isSpaceChar(char) in the value will be ignored. Examples of protocols are file, http, jar:file.

        默认值:默认值是实现特定的,因此未指定。 提供以下选项供考虑:

        • an empty string to deny all access to external references;
        • a specific protocol, such as file, to give permission to only the protocol;
        • the keyword "all" to grant permission to all protocols.

        When FEATURE_SECURE_PROCESSING is enabled, it is recommended that implementations restrict external connections by default, though this may cause problems for applications that process XML/XSD/XSL with external references.

        授予所有访问权限:关键字“全部”授予所有协议的权限。

        系统属性:属性的值可以由系统属性设置或覆盖javax.xml.accessExternalStylesheet

        jaxp.properties:此配置文件采用标准Properties格式,通常位于Java安装的conf目录中。 如果文件存在且指定了系统属性,则其值将用于覆盖属性的默认值。

        从以下版本开始:
        1.7
        另请参见:
        Constant Field Values
      • USE_CATALOG

        public static final String USE_CATALOG
        功能:useCatalog

        指示XML处理器使用XML目录来解析实体引用。 目录可以通过JAXP工厂,系统属性或jaxp.properties通过使用javax.xml.catalog.files定义的javax.xml.catalog.files属性进行设置 以下代码启用SAX解析器上的Catalog:

           SAXParserFactory spf = SAXParserFactory.newInstance(); spf.setFeature(XMLConstants.USE_CATALOG, true); SAXParser parser = spf.newSAXParser(); parser.setProperty(CatalogFeatures.Feature.FILES.getPropertyName(), "catalog.xml");  

        值:一个布尔值。 如果值为true,并且设置了目录,则XML解析器将使用CatalogResolver解析外部引用。 如果该值为false,即使设置了一个XML Catalog也将被忽略。 默认值为true。

        系统属性:属性的值可以由系统属性javax.xml.useCatalog设置或覆盖

        jaxp.properties:此配置文件采用标准Properties格式,通常位于Java安装的conf目录中。 如果文件存在且指定了系统属性,则其值将用于覆盖属性的默认值。

        从以下版本开始:
        9
        另请参见:
        Constant Field Values