Uses of Class
org.apache.ecs.xml.XML

Packages that use XML
org.apache.ecs.jsp   
org.apache.ecs.vxml   
org.apache.ecs.xml   
 

Uses of XML in org.apache.ecs.jsp
 

Subclasses of XML in org.apache.ecs.jsp
 class jsp_element
          This class creates a generic <> tag.
 class jsp_expression
          This class implements the JSP expression element
 class jsp_forward
          This class implements the jsp:forward element
 class jsp_getProperty
          This class implements the jsp:getProperty element
 class jsp_include
          This class implements the jsp:include element
 class jsp_page
          This class implements the jsp:page element
 class jsp_scriptlet
          This class implements the JSP scriptlet element
 class jsp_setProperty
          This class implements the jsp:setProperty element
 class jsp_useBean
          This class implements the jsp:useBean element
 class tsx_dbconnect
          This class implements the tsx:dbconnect element
 class tsx_dbmodify
          This class implements the tsx:dbmodify element
 class tsx_dbquery
          This class implements the tsx:dbquery element
 class tsx_getProperty
          This class implements the tsx:getProperty element
 class tsx_repeat
          This class implements the tsx:repeat element
 class tsx_setProperty
          This class implements the tsx:setProperty element
 

Uses of XML in org.apache.ecs.vxml
 

Subclasses of XML in org.apache.ecs.vxml
 class Assign
          This class implements the assign element
 class Audio
          This class implements the audio element
 class Block
          This class implements the block element
 class Break
          This class implements the break element
 class Catch
          This class implements the catch element
 class Choice
          This class implements the choice element
 class Clear
          This class implements the clear element
 class Disconnect
          This class implements the disconnect element
 class Div
          This class implements the div element
 class Dtmf
          This class implements the dtmf element
 class Else
          This class implements the else element
 class Elseif
          This class implements the elseif element
 class Emp
          This class implements the emp element
 class Enumerate
          This class implements the enumerate element
 class Error
          This class implements the error element
 class Exit
          This class implements the exit element
 class Field
          This class implements the field element
 class Filled
          This class implements the filled element
 class Form
          This class implements the form element
 class Goto
          This class implements the goto element
 class Grammar
          This class implements the grammar element
 class Help
          This class implements the help element
 class If
          This class implements the if element
 class Initial
          This class implements the initial element
 class Link
          This class implements the link element
 class Menu
          This class implements the menu element
 class Meta
          This class implements the meta element
 class Noinput
          This class implements the noinput element
 class Nomatch
          This class implements the nomatch element
 class Object
          This class implements the object element
 class Option
          This class implements the option element
 class Param
          This class implements the param element
 class Prompt
          This class implements the prompt element
 class Property
          This class implements the property element
 class Pros
          This class implements the pros element
 class Record
          This class implements the record element
 class Reprompt
          This class implements the reprompt element
 class Return
          This class implements the return element
 class Sayas
          This class implements the sayas element
 class Script
          This class implements the script element
 class Subdialog
          This class implements the subdialog element
 class Submit
          This class implements the submit element
 class Throw
          This class implements the throw element
 class Transfer
          This class implements the transfer element
 class Value
          This class implements the value element
 class Var
          This class implements the var element
 class Vxml
          This class implements the vxml element
 class VXMLElement
          This class creates a generic <> tag.
 

Uses of XML in org.apache.ecs.xml
 

Fields in org.apache.ecs.xml declared as XML
private  XML XMLDocument.content
          "Body" of document
 

Methods in org.apache.ecs.xml that return XML
 XML XML.addXMLAttribute(java.lang.String attribute, java.lang.String attribute_value)
          Add a new attribute to this XML tag.
 XML XML.addElement(java.lang.String element)
          Add an element to the valuie of <>VALUE</>
 XML XML.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 XML XML.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 XML XML.addElement(Element element)
          Add an element to the valuie of <>VALUE</>
 XML XML.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 

Methods in org.apache.ecs.xml with parameters of type XML
 XMLDocument XMLDocument.addElement(XML element)
          This adds an element to the XML document.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.