Home | History | Annotate | Download | only in lexicalpreservation

Lines Matching defs:rawValue

161                 Object rawValue = change.getValue(csmList.getProperty(), node);
163 if (rawValue instanceof Optional) {
164 Optional optional = (Optional)rawValue;
174 if (!(rawValue instanceof NodeList)) {
175 throw new IllegalStateException("Expected NodeList, found " + rawValue.getClass().getCanonicalName());
177 nodeList = (NodeList) rawValue;
305 Object rawValue = observableProperty.getRawValue(container);
306 if (!(rawValue instanceof NodeList)) {
307 throw new IllegalStateException("Expected NodeList, found " + rawValue.getClass().getCanonicalName());
309 NodeList nodeList = (NodeList)rawValue;
316 Object rawValue = observableProperty.getRawValue(container);
317 if (!(rawValue instanceof NodeList)) {
318 throw new IllegalStateException("Expected NodeList, found " + rawValue.getClass().getCanonicalName());
320 NodeList nodeList = (NodeList)rawValue;