public interface ReflectedXSSCheckConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ReflectedXSSCheckConfig.FactoryA factory class with static methods for creating instances
 of this type. | 
| Modifier and Type | Field and Description | 
|---|---|
| static org.apache.xmlbeans.SchemaType | type | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.xmlbeans.XmlString | addNewParamToCheck()Appends and returns a new empty value (as xml) as the last "paramToCheck" element | 
| void | addParamToCheck(String paramToCheck)Appends the value as the last "paramToCheck" element | 
| String[] | getParamToCheckArray()Deprecated.   | 
| String | getParamToCheckArray(int i)Gets ith "paramToCheck" element | 
| List<String> | getParamToCheckList()Gets a List of "paramToCheck" elements | 
| org.apache.xmlbeans.XmlString | insertNewParamToCheck(int i)Inserts and returns a new empty value (as xml) as the ith "paramToCheck" element | 
| void | insertParamToCheck(int i,
                  String paramToCheck)Inserts the value as the ith "paramToCheck" element | 
| void | removeParamToCheck(int i)Removes the ith "paramToCheck" element | 
| void | setParamToCheckArray(int i,
                    String paramToCheck)Sets ith "paramToCheck" element | 
| void | setParamToCheckArray(String[] paramToCheckArray)Sets array of all "paramToCheck" element | 
| int | sizeOfParamToCheckArray()Returns number of "paramToCheck" element | 
| org.apache.xmlbeans.XmlString[] | xgetParamToCheckArray()Deprecated.   | 
| org.apache.xmlbeans.XmlString | xgetParamToCheckArray(int i)Gets (as xml) ith "paramToCheck" element | 
| List<org.apache.xmlbeans.XmlString> | xgetParamToCheckList()Gets (as xml) a List of "paramToCheck" elements | 
| void | xsetParamToCheckArray(int i,
                     org.apache.xmlbeans.XmlString paramToCheck)Sets (as xml) ith "paramToCheck" element | 
| void | xsetParamToCheckArray(org.apache.xmlbeans.XmlString[] paramToCheckArray)Sets (as xml) array of all "paramToCheck" element | 
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString[] getParamToCheckArray()
String getParamToCheckArray(int i)
List<org.apache.xmlbeans.XmlString> xgetParamToCheckList()
org.apache.xmlbeans.XmlString[] xgetParamToCheckArray()
org.apache.xmlbeans.XmlString xgetParamToCheckArray(int i)
int sizeOfParamToCheckArray()
void setParamToCheckArray(String[] paramToCheckArray)
void setParamToCheckArray(int i,
                          String paramToCheck)
void xsetParamToCheckArray(org.apache.xmlbeans.XmlString[] paramToCheckArray)
void xsetParamToCheckArray(int i,
                           org.apache.xmlbeans.XmlString paramToCheck)
void insertParamToCheck(int i,
                        String paramToCheck)
void addParamToCheck(String paramToCheck)
org.apache.xmlbeans.XmlString insertNewParamToCheck(int i)
org.apache.xmlbeans.XmlString addNewParamToCheck()
void removeParamToCheck(int i)
Copyright © 2019. All Rights Reserved.