Package io.qameta.allure.parser
Class XmlElement
java.lang.Object
io.qameta.allure.parser.XmlElement
- All Implemented Interfaces:
Iterable<XmlElement>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancontainsAttribute(String key) getAttribute(String key) getDoubleAttribute(String key) getName()getValue()iterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
XmlElement
-
-
Method Details
-
get
-
getFirst
-
contains
-
getAttribute
-
getDoubleAttribute
-
containsAttribute
-
getAttributes
-
getChildren
-
getName
-
getValue
-
iterator
- Specified by:
iteratorin interfaceIterable<XmlElement>
-