Project
Represents the customizable elements of an eclipse project file. (via XML hooks everything is customizable).
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun findFirstChildWithAttributeValue(root: Node, childName: String, attribute: String, value: String): Node
Link copied to clipboard
Link copied to clipboard
open fun findOrCreateFirstChildWithAttributeValue(root: Node, childName: String, attribute: String, value: String): Node
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard