public class SchemaInspector extends Object
| Constructor and Description |
|---|
SchemaInspector() |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaElement> |
getChildElements() |
String |
getRootElement() |
void |
inspect(File aSchema,
String aRootElement) |
void |
inspect(URL aSchema,
String aRootElement) |
boolean |
isInspected() |
public void inspect(File aSchema, String aRootElement) throws SAXException, IOException
SAXExceptionIOExceptionpublic void inspect(URL aSchema, String aRootElement) throws SAXException
SAXExceptionpublic boolean isInspected()
public String getRootElement()
public List<SchemaElement> getChildElements()
Copyright © 2025. All rights reserved.