Class XmlNode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.ThreadLocal<javax.xml.transform.Transformer> TRANSFORMER_CACHE  
      protected static java.lang.ThreadLocal<javax.xml.xpath.XPath> XPATH_CACHE  
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlNode()  
    • Field Detail

      • XPATH_CACHE

        protected static final java.lang.ThreadLocal<javax.xml.xpath.XPath> XPATH_CACHE
      • TRANSFORMER_CACHE

        protected static final java.lang.ThreadLocal<javax.xml.transform.Transformer> TRANSFORMER_CACHE
    • Constructor Detail

      • XmlNode

        public XmlNode()
    • Method Detail

      • getAttributes

        public abstract java.util.Map<java.lang.String,​java.lang.String> getAttributes()
      • toListOrSingle

        protected static ListOrSingle<XmlNode> toListOrSingle​(javax.xml.xpath.XPathEvaluationResult<?> evaluationResult)