public class RootValidation extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.logging.log4j.Logger |
log |
Constructor and Description |
---|
RootValidation(String... rootElement) |
Modifier and Type | Method and Description |
---|---|
void |
check(IConfigurationAware source,
Set<IXSD> xsds) |
List<String> |
getPath() |
int |
getPathLength() |
String |
getValidElementsAtLevel(int level)
Comma separated list of elements valid at level in path.
|
String |
getValidLastElements() |
public RootValidation(String... rootElement)
public void check(IConfigurationAware source, Set<IXSD> xsds) throws ConfigurationException
ConfigurationException
public int getPathLength()
public String getValidElementsAtLevel(int level)
public String getValidLastElements()
Copyright © 2023 Frank!Framework. All rights reserved.