Modifier and Type | Method and Description |
---|---|
void |
ResultSet.overrideProperties(PropertyElementBase[] properties)
removes any existing properties and sets the new ones
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyElementEstimationCount
Property Element that is used to set an estimation of the records in the
ResultSet |
class |
PropertyElementGC
Property Element that is used to set a specific ssid to the
ResultSet |
class |
PropertyElementLifeSpanGC
Property Element that is used to set a specific lifespan to the
ResultSet |
class |
PropertyElementType
Property Element that is used to set a specific type to the
ResultSet |
class |
PropertyElementURIValidation
Property Element that is used to specify an xsd used to validate the records that are inserted in the
ResultSet |
class |
PropertyElementWellFormed
Property Element that is used to set a specific the form of a text
ResultSet |
class |
PropertyElementWSEPR
Property Element that is used to add WSRF
org.apache.axis.message.addressing.EndpointReferenceType
serializations to the ResultSet head
part |
class |
PropertyElementXSDContentValidation
Property Element that is used to specify an xsd used to validate the records that are inserted in the
ResultSet |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Document |
RSXMLHelper.addCustomProperty(org.w3c.dom.Document dom,
PropertyElementBase prop)
Adds the provided property to the respective placeholder in the provided DOM representation of the
head part
|