org.netbeans.modules.xml.spi.dom |
Model SPI
Model SPI Description
The package supports DOM level 1. It can be utilized by
{@link org.netbeans.modules.xml.api.model} providers or various DOM wrappers.
Contributors please keep dependencies as small as possible. Generally DOM
and Java Core APIs are permitted.
|
Java Source File Name | Type | Comment |
AbstractNode.java | Class | Neutral DOM level 1 Core Node implementation.
All methods return null or false
or throws an exception if they attempt to modify DOM tree
or they are defined at higher DOM level. |
NamedNodeMapImpl.java | Class | Read-only implementation of NamedNodeMap delegating to a Java Map . |
NodeListImpl.java | Class | A simple implementation of NodeList wrapping Java List . |
ROException.java | Class | Read-only eception is thrown from all modification methods. |
UOException.java | Class | Unsupported operation exception is thown by all methods required by
higher DOM level than 1. |