public final class XmlLineNumberParser extends Object
String lineNumber = (String) node.getUserData(XmlLineNumberParser.LINE_NUMBER); String columnNumber = (String) node.getUserData(XmlLineNumberParser.COLUMN_NUMBER);
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_NUMBER |
static String |
LINE_NUMBER |
| Constructor and Description |
|---|
XmlLineNumberParser() |
public static final String LINE_NUMBER
public static final String COLUMN_NUMBER
public static Document parseXml(InputStream is) throws Exception
is - the XML content as an input streamException - is thrown if error parsingCopyright © 2011–2015 Red Hat. All rights reserved.