| Package | Description |
|---|---|
| simplexml | |
| simplexml.model |
| Modifier and Type | Method and Description |
|---|---|
static Element |
XmlReader.findChildForName(String name,
Element node) |
Element |
SimpleXml.fromXml(InputStream stream) |
Element |
SimpleXml.fromXml(String input) |
static Element |
XmlReader.parseXML(InputStreamReader in) |
| Modifier and Type | Method and Description |
|---|---|
Interfaces.CheckedIterator<Element> |
SimpleXml.iterateDom(InputStream in) |
default Interfaces.CheckedIterator<Element> |
XmlStream.iterateDom(InputStreamReader in,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
default Object |
XmlReader.attributeToValue(Class<?> type,
String name,
Element node) |
default Object[] |
XmlReader.domToArray(Class<?> type,
String name,
Element node) |
default List<Object> |
XmlReader.domToList(Class<?> type,
String name,
Element node) |
default Map<Object,Object> |
XmlReader.domToMap(ParameterizedType type,
String name,
Element node) |
default <T> T |
XmlReader.domToObject(Element node,
Class<T> clazz) |
default Set<Object> |
XmlReader.domToSet(Class<?> type,
String name,
Element node) |
default String |
XmlWriter.domToXml(Element node) |
String |
SimpleXml.domToXml(Element node) |
default void |
XmlWriter.domToXml(Element node,
Writer writer) |
void |
SimpleXml.domToXml(Element node,
Writer out) |
static Element |
XmlReader.findChildForName(String name,
Element node) |
static int |
XmlReader.numChildrenWithName(String name,
Element node) |
default Object |
XmlReader.textNodeToValue(Class<?> type,
Element node) |
| Modifier and Type | Field and Description |
|---|---|
Element |
Element.parent |
| Modifier and Type | Field and Description |
|---|---|
List<Element> |
Element.children |
| Modifier and Type | Method and Description |
|---|---|
Element |
Element.attribute(String name,
String value) |
Element |
Element.child(Element child) |
static Element |
Element.element(String name) |
Element |
EventParser.getRoot() |
Element |
Element.text(String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
Element.appendChild(Element child) |
Element |
Element.child(Element child) |
| Constructor and Description |
|---|
Element(Element parent,
String name,
Map<String,String> attributes,
List<Element> children,
String text) |
Element(Element parent,
String name,
Map<String,String> attributes,
String text) |
| Constructor and Description |
|---|
Element(Element parent,
String name,
Map<String,String> attributes,
List<Element> children,
String text) |
Copyright © 2018. All rights reserved.