public interface XmlReader extends Interfaces.AccessDeserializers
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
domToObject(Element node,
Class<T> clazz) |
static Class<?> |
getClassOfCollection(Field f) |
static String |
getNameOfTag(String tag) |
static Element |
getNodeForName(String name,
List<Element> nodes) |
static int |
indexOfNonWhitespaceChar(String input,
int offset) |
static int |
indexOfWhitespaceChar(String input,
int offset) |
static HashMap<String,String> |
parseAttributes(String input) |
static Element |
parseXML(InputStreamReader in) |
static String |
readLine(InputStreamReader in,
char end) |
getDeserializerstatic Element parseXML(InputStreamReader in) throws IOException
IOExceptionstatic String readLine(InputStreamReader in, char end) throws IOException
IOExceptionstatic int indexOfNonWhitespaceChar(String input, int offset)
static int indexOfWhitespaceChar(String input, int offset)
Copyright © 2018. All rights reserved.