Module java.xml.crypto
Package javax.xml.crypto

Interface XMLStructure

所有已知的子接口:
CanonicalizationMethod, DigestMethod, KeyInfo, KeyName, KeyValue, Manifest, PGPData, Reference, RetrievalMethod, SignatureMethod, SignatureProperties, SignatureProperty, SignedInfo, Transform, X509Data, X509IssuerSerial, XMLObject, XMLSignature, XMLSignature.SignatureValue
所有已知的实现类:
DOMStructure, TransformService

public interface XMLStructure
任何命名空间的XML结构的表示。此接口的目的是对所有XML结构的表示进行分组(并提供类型安全性)。
自从:
1.6
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    指示是否支持指定的功能。
  • Method Details

    • isFeatureSupported

      boolean isFeatureSupported(String feature)
      指示是否支持指定的功能。
      参数:
      feature - 功能名称(作为绝对URI)
      返回:
      如果支持指定的功能,则返回true,否则返回false
      抛出:
      NullPointerException - 如果featurenull