|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaglibType | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.j2ee.impl |
Uses of TaglibType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return TaglibType | |
static TaglibType |
TaglibType.Factory.newInstance()
|
static TaglibType |
TaglibType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static TaglibType |
TaglibType.Factory.parse(String s)
|
static TaglibType |
TaglibType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static TaglibType |
TaglibType.Factory.parse(File f)
|
static TaglibType |
TaglibType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static TaglibType |
TaglibType.Factory.parse(URL u)
|
static TaglibType |
TaglibType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static TaglibType |
TaglibType.Factory.parse(InputStream is)
|
static TaglibType |
TaglibType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static TaglibType |
TaglibType.Factory.parse(Reader r)
|
static TaglibType |
TaglibType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static TaglibType |
TaglibType.Factory.parse(Node node)
|
static TaglibType |
TaglibType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static TaglibType |
TaglibType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static TaglibType |
TaglibType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
TaglibType[] |
JspConfigType.getTaglibArray()
Gets array of all "taglib" elements |
TaglibType |
JspConfigType.getTaglibArray(int i)
Gets ith "taglib" element |
TaglibType |
JspConfigType.insertNewTaglib(int i)
Inserts and returns a new empty value (as xml) as the ith "taglib" element |
TaglibType |
JspConfigType.addNewTaglib()
Appends and returns a new empty value (as xml) as the last "taglib" element |
Methods in org.apache.geronimo.xbeans.j2ee with parameters of type TaglibType | |
void |
JspConfigType.setTaglibArray(TaglibType[] taglibArray)
Sets array of all "taglib" element |
void |
JspConfigType.setTaglibArray(int i,
TaglibType taglib)
Sets ith "taglib" element |
Uses of TaglibType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement TaglibType | |
class |
TaglibTypeImpl
An XML taglibType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.j2ee.impl that return TaglibType | |
TaglibType[] |
JspConfigTypeImpl.getTaglibArray()
Gets array of all "taglib" elements |
TaglibType |
JspConfigTypeImpl.getTaglibArray(int i)
Gets ith "taglib" element |
TaglibType |
JspConfigTypeImpl.insertNewTaglib(int i)
Inserts and returns a new empty value (as xml) as the ith "taglib" element |
TaglibType |
JspConfigTypeImpl.addNewTaglib()
Appends and returns a new empty value (as xml) as the last "taglib" element |
Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type TaglibType | |
void |
JspConfigTypeImpl.setTaglibArray(TaglibType[] taglibArray)
Sets array of all "taglib" element |
void |
JspConfigTypeImpl.setTaglibArray(int i,
TaglibType taglib)
Sets ith "taglib" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |