Searched refs:NODE_LOCATION (Results 1 – 4 of 4) sorted by relevance
99 public static final String NODE_LOCATION = "location"; field in DeviceSchema
113 public static final String NODE_LOCATION = "location"; field in ConfigGenerator383 Element location = doc.createElement(PREFIX + NODE_LOCATION); in generateConfig()614 Element location = doc.createElement(PREFIX + NODE_LOCATION); in getCameraElements()
168 addElement(doc, camera, DeviceSchema.NODE_LOCATION, c.getLocation().toString()); in generateHardwareNode()
193 } else if (DeviceSchema.NODE_LOCATION.equals(localName)) { in endElement()