|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLDocument | |
| org.apache.ecs.vxml | |
| org.apache.ecs.xml | |
| Uses of XMLDocument in org.apache.ecs.vxml |
| Subclasses of XMLDocument in org.apache.ecs.vxml | |
class |
VXMLDocument
VXMLDocument This is the container for XML elements that can be used similar to org.apache.ecs.Document. |
| Uses of XMLDocument in org.apache.ecs.xml |
| Methods in org.apache.ecs.xml that return XMLDocument | |
XMLDocument |
XMLDocument.addStylesheet(java.lang.String href,
java.lang.String type)
This adds a stylesheet to the XML document. |
XMLDocument |
XMLDocument.addStylesheet(java.lang.String href)
This adds a stylesheet to the XML document, and assumes the default text/xsl type. |
XMLDocument |
XMLDocument.addToProlog(ConcreteElement element)
This adds the specified element to the prolog of the document |
XMLDocument |
XMLDocument.addElement(XML element)
This adds an element to the XML document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||