Class DomUtils
java.lang.Object
org.fedoraproject.xmvn.tools.install.condition.DomUtils
- Author:
- Mikolaj Izdebski
-
Method Summary
Modifier and TypeMethodDescriptionchildrenOfType(Element dom, Class<T> type) static Elementstatic voidparseAsEmpty(Element dom) parseAsParent(Element dom) static StringparseAsText(Element dom) static ElementparseAsWrapper(Element dom)
-
Method Details
-
parse
public static Element parse(Path path) throws SAXException, IOException, ParserConfigurationException -
childrenOfType
-
parseAsParent
-
parseAsText
-
parseAsEmpty
-
parseAsWrapper
-