public final class XmlReaderHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends DocumentType> |
createAkomaNtoso(XmlReader reader) |
static <T extends AknObject> |
read(XmlReader reader,
AknList<T> list,
com.google.common.collect.ImmutableMap<String,Supplier<T>> map) |
static <T extends AknObject> |
read(XmlReader reader,
AknList<T> list,
com.google.common.collect.ImmutableMap<String,Supplier<T>> map,
QName parent) |
static <T extends AknObject> |
read(XmlReader reader,
AknList<T> list,
com.google.common.collect.ImmutableMap<String,Supplier<T>> map,
QName parent,
String otherLocalName) |
static <T extends HasMixedContent> |
readWithCharacters(XmlReader reader,
AknList<T> list,
com.google.common.collect.ImmutableMap<String,Supplier<T>> map) |
public static <T extends DocumentType> AkomaNtoso<T> createAkomaNtoso(XmlReader reader)
public static <T extends AknObject> void read(XmlReader reader, AknList<T> list, com.google.common.collect.ImmutableMap<String,Supplier<T>> map)
public static <T extends AknObject> void read(XmlReader reader, AknList<T> list, com.google.common.collect.ImmutableMap<String,Supplier<T>> map, QName parent)
public static <T extends HasMixedContent> void readWithCharacters(XmlReader reader, AknList<T> list, com.google.common.collect.ImmutableMap<String,Supplier<T>> map)
Copyright © 2017. All rights reserved.