类 XmlUtil.UniversalNamespaceCache

java.lang.Object
com.luna.common.xml.XmlUtil.UniversalNamespaceCache
所有已实现的接口:
NamespaceContext
封闭类:
XmlUtil

public static class XmlUtil.UniversalNamespaceCache extends Object implements NamespaceContext
全局命名空间上下文
见:https://www.ibm.com/developerworks/cn/xml/x-nmspccontext/
  • 构造器详细资料

    • UniversalNamespaceCache

      public UniversalNamespaceCache(Node node, boolean toplevelOnly)
      This constructor parses the document and stores all namespaces it can find. If toplevelOnly is true, only namespaces in the root are used.
      参数:
      node - source Node
      toplevelOnly - restriction of the search to enhance performance
  • 方法详细资料