Package org.eclipse.epsilon.flexmi.xml
Class Xml
- java.lang.Object
-
- org.eclipse.epsilon.flexmi.xml.Xml
-
public class Xml extends Object
-
-
Constructor Summary
Constructors Constructor Description Xml()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
getAttributeNames(Element e)
static List<Node>
getAttributes(Element e)
static Element
getChild(Element e, String name)
static List<Element>
getChildren(Element e)
static List<Element>
getChildren(Element e, String name)
static List<Element>
getDescendant(Element e, String name)
static Document
parse(String xml)
static List<Element>
toElementList(NodeList nodeList)
-