|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML jsp-configType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.
Nested Class Summary | |
static class |
JspConfigType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
JspPropertyGroupType |
addNewJspPropertyGroup()
Appends and returns a new empty value (as xml) as the last "jsp-property-group" element |
TaglibType |
addNewTaglib()
Appends and returns a new empty value (as xml) as the last "taglib" element |
JspPropertyGroupType[] |
getJspPropertyGroupArray()
Gets array of all "jsp-property-group" elements |
JspPropertyGroupType |
getJspPropertyGroupArray(int i)
Gets ith "jsp-property-group" element |
TaglibType[] |
getTaglibArray()
Gets array of all "taglib" elements |
TaglibType |
getTaglibArray(int i)
Gets ith "taglib" element |
JspPropertyGroupType |
insertNewJspPropertyGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "jsp-property-group" element |
TaglibType |
insertNewTaglib(int i)
Inserts and returns a new empty value (as xml) as the ith "taglib" element |
void |
removeJspPropertyGroup(int i)
Removes the ith "jsp-property-group" element |
void |
removeTaglib(int i)
Removes the ith "taglib" element |
void |
setJspPropertyGroupArray(int i,
JspPropertyGroupType jspPropertyGroup)
Sets ith "jsp-property-group" element |
void |
setJspPropertyGroupArray(JspPropertyGroupType[] jspPropertyGroupArray)
Sets array of all "jsp-property-group" element |
void |
setTaglibArray(int i,
TaglibType taglib)
Sets ith "taglib" element |
void |
setTaglibArray(TaglibType[] taglibArray)
Sets array of all "taglib" element |
int |
sizeOfJspPropertyGroupArray()
Returns number of "jsp-property-group" element |
int |
sizeOfTaglibArray()
Returns number of "taglib" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public TaglibType[] getTaglibArray()
public TaglibType getTaglibArray(int i)
public int sizeOfTaglibArray()
public void setTaglibArray(TaglibType[] taglibArray)
public void setTaglibArray(int i, TaglibType taglib)
public TaglibType insertNewTaglib(int i)
public TaglibType addNewTaglib()
public void removeTaglib(int i)
public JspPropertyGroupType[] getJspPropertyGroupArray()
public JspPropertyGroupType getJspPropertyGroupArray(int i)
public int sizeOfJspPropertyGroupArray()
public void setJspPropertyGroupArray(JspPropertyGroupType[] jspPropertyGroupArray)
public void setJspPropertyGroupArray(int i, JspPropertyGroupType jspPropertyGroup)
public JspPropertyGroupType insertNewJspPropertyGroup(int i)
public JspPropertyGroupType addNewJspPropertyGroup()
public void removeJspPropertyGroup(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |