Class XmlUtils
java.lang.Object
net.thevpc.nsite.deprecated.XmlUtils
- Author:
- thevpc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddMavenDependency(Document doc, String groupId, String artifactId, String version, String scope, boolean update) static booleanaddMavenModule(Document doc, String moduleName) static ElementcreateElementWithText(Document doc, String element, String text) static ElementfindChildElement(Node modules, XmlUtils.ElementFilter e) static ElementfindChildElementWithText(Node modules, String childName, String childText) static ElementfindChildText(Node modules, XmlUtils.TextFilter e) static Documentstatic <E> ArrayList<E> makeCollection(Iterable<E> iter) static voidremoveChildren(Node modules) toItertable(NodeList list) static String
-
Constructor Details
-
XmlUtils
public XmlUtils()
-
-
Method Details
-
toItertable
-
addMavenModule
-
createElementWithText
-
addMavenDependency
-
findChildElementWithText
-
makeCollection
-
removeChildren
-
findChildText
-
findChildElement
-
load
-
toString
-