Project: bml_lib License: BSD Dependencies: Used by: |
edu::wpi::hri::bml::XMLInterface Class Reference
Detailed DescriptionThe xml interface is used for creating templates, documents, and other xml or xslt objects. This object uses the built in java xml parsers as the source of the objects and factories that are being used. This is to ensure that at least xslt 1.0 specification is used. Definition at line 63 of file XMLInterface.java. Constructor & Destructor Documentation
Create a new interface to the xml parsers and transformers.
Definition at line 77 of file XMLInterface.java. Member Function Documentation
Convert a DOM document to a string. This method uses built in transformers to format the document into a string based on the settings of that document.
Definition at line 146 of file XMLInterface.java.
Create an empty document that elements and all other types of xml can be added to. This document type is guaranteed to be compatible with all other methods in the XMLInterface. Generating a document on your own may not work with this object.
Definition at line 127 of file XMLInterface.java.
Load a document from an xml source. This is used for parsing strings of xml or xslt. As such the loadTemplate() method uses this as a base to parse for the template.
Definition at line 106 of file XMLInterface.java. Member Data Documentation
Definition at line 67 of file XMLInterface.java.
Definition at line 65 of file XMLInterface.java.
Definition at line 66 of file XMLInterface.java. The documentation for this class was generated from the following file:
|