Package | Description |
---|---|
org.core4j | |
org.core4j.xml |
Modifier and Type | Method and Description |
---|---|
static Func1<XElement,String> |
Funcs.elementValue() |
Modifier and Type | Method and Description |
---|---|
XElement |
XContainer.element(String name) |
XElement |
XDocument.getRoot() |
protected XElement |
XDocument.getXElement() |
protected XElement |
XElement.getXElement() |
protected abstract XElement |
XContainer.getXElement() |
protected static XElement |
XContainer.parse(Element domElement) |
Modifier and Type | Method and Description |
---|---|
Enumerable<XElement> |
XContainer.descendants() |
Enumerable<XElement> |
XContainer.descendants(String name) |
Enumerable<XElement> |
XContainer.elements() |
Enumerable<XElement> |
XContainer.elements(String name) |
Constructor and Description |
---|
XDocument(XElement documentElement) |
Copyright © 2010–2015 JBoss by Red Hat. All rights reserved.