public class XmlAnalyzer extends Object
| Constructor and Description |
|---|
XmlAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
XmlDeclaration |
getDeclaration() |
int |
getDepth() |
ArrayList<XmlElement> |
getTopElements() |
void |
parse(String fn,
boolean strictFlag) |
public XmlDeclaration getDeclaration()
public ArrayList<XmlElement> getTopElements()
public int getDepth()
public void parse(String fn, boolean strictFlag) throws ResultException, IOException
ResultExceptionIOExceptionCopyright © 2023. All rights reserved.