public interface XmlCompress
| Modifier and Type | Method and Description |
|---|---|
static void |
compressXML(InputStreamReader in,
OutputStreamWriter out) |
default String |
compressXml(String input) |
static String |
getNameOfTag(String tag) |
static int |
indexOfNonWhitespaceChar(String input,
int offset) |
static int |
indexOfWhitespaceChar(String input,
int offset) |
static void |
parseAttributes(String input,
OutputStreamWriter out) |
static String |
readLine(InputStreamReader in,
char end) |
static void compressXML(InputStreamReader in, OutputStreamWriter out) throws IOException
IOExceptionstatic String readLine(InputStreamReader in, char end) throws IOException
IOExceptionstatic void parseAttributes(String input, OutputStreamWriter out) throws IOException
IOExceptionstatic int indexOfNonWhitespaceChar(String input, int offset)
static int indexOfWhitespaceChar(String input, int offset)
Copyright © 2019. All rights reserved.