// be the inverse of the parent value.
VDXMLBinaryValue currentReverseVideo = (VDXMLBinaryValue)
current.getReverseVideo().getValue();
canonical.setReverseVideo(
new VDXMLReverseVideoStyleProperty(
currentReverseVideo.inverse()));
}
// Save away the styles we are using for the end call so child
// elements can use these values to re-establish non-boolean
// styles which they changed.