Home
last modified time | relevance | path

Searched refs:propertyvalue (Results 1 – 1 of 1) sorted by relevance

/trunk/main/odk/examples/java/ConverterServlet/
H A DConverterServlet.java262 propertyvalue[ 0 ] = new PropertyValue(); in convertDocument()
263 propertyvalue[ 0 ].Name = "Hidden"; in convertDocument()
264 propertyvalue[ 0 ].Value = new Boolean(true); in convertDocument()
269 stringUrl, "_blank", 0, propertyvalue ); in convertDocument()
277 propertyvalue = new PropertyValue[ 2 ]; in convertDocument()
279 propertyvalue[ 0 ] = new PropertyValue(); in convertDocument()
280 propertyvalue[ 0 ].Name = "Overwrite"; in convertDocument()
281 propertyvalue[ 0 ].Value = new Boolean(true); in convertDocument()
283 propertyvalue[ 1 ] = new PropertyValue(); in convertDocument()
284 propertyvalue[ 1 ].Name = "FilterName"; in convertDocument()
[all …]

Completed in 15 milliseconds