| Interface | Description | 
|---|---|
| DomUtil.NodeListFilter | A  DomUtil.NodeListFilterallows to filter aNodeList,
 retaining only elements in the list which match the filter. | 
| Class | Description | 
|---|---|
| DomUtil | Helper methods which abstract some gruesome DOM specifics. | 
| DomUtil.DomErrorHandler | |
| DomUtil.ElementByNameListFilter | Filters  Elementsby their nodeName + namespaceUri | 
| DomUtil.ElementByTypeListFilter | |
| DomUtil.ElementNodeListFilter | Filter retaining only Nodes of type  Node.ELEMENT_NODE | 
| IoUtil | |
| ModelUtil | Some Helpers useful when handling model elements. | 
| QName | |
| ReflectUtil | |
| StringUtil | |
| XmlQName | 
| Exception | Description | 
|---|---|
| ModelIoException | An exception during IO operations. | 
| ModelTypeException | Thrown in case a value cannot be converted to or from the requested type | 
| WrongDocumentException | Thrown when a Model Element is added to the wrong document | 
Copyright © 2021. All rights reserved.