Interface | Description |
---|---|
DomUtil.NodeListFilter |
A
DomUtil.NodeListFilter allows to filter a NodeList ,
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
Elements by 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 © 2015. All rights reserved.