As part of a patch fix for:
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2469
I've added the complimentary setter methods to the getter methodsthat are already present in the class:
setNodeId()setNodeName()setParentNodeId()setNodePrefix()setNodeIndex()setNodeType()setNodeData()setNodeDataNumerical()
Only a couple of these methods are used in DocumentImpl.java, but I thoughtI'd round out the rest of them.
As part of a patch fix for:
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2469
I've added the complimentary setter methods to the getter methods
that are already present in the class:
setNodeId()
setNodeName()
setParentNodeId()
setNodePrefix()
setNodeIndex()
setNodeType()
setNodeData()
setNodeDataNumerical()
Only a couple of these methods are used in DocumentImpl.java, but I thought
I'd round out the rest of them.