Class XmlNode
- java.lang.Object
-
- com.github.tomakehurst.wiremock.common.xml.XmlNode
-
- Direct Known Subclasses:
XmlDomNode,XmlPrimitiveNode
public abstract class XmlNode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.ThreadLocal<javax.xml.transform.Transformer>TRANSFORMER_CACHEprotected static java.lang.ThreadLocal<javax.xml.xpath.XPath>XPATH_CACHE
-
Constructor Summary
Constructors Constructor Description XmlNode()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.util.Map<java.lang.String,java.lang.String>getAttributes()protected static ListOrSingle<XmlNode>toListOrSingle(javax.xml.xpath.XPathEvaluationResult<?> evaluationResult)
-
-
-
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)
-
-