public interface NOMNode
NOMUtil
Modifier and Type | Method and Description |
---|---|
void |
deleteNode()
Deletes underlying NOM memory.
|
int |
getNOMNode()
Retrieves the NOM node represented by this DOM Node.
|
int |
unwrap()
Convert the DOM tree into a NOM tree.
|
int getNOMNode() throws XMLException
XMLException
int unwrap() throws XMLException
XMLException
void deleteNode()