Class mozile.xml

Object
   |
   +--mozile.Module
         |
         +--mozile.xml

class mozile.xml
extends mozile.Module

Field Summary
<static>  Object ns
          A comprehensive list of XML namespaces.
   
Method Summary
<static> Document load(filepath)
           Loads and returns an XML document.
<static> String lookupPrefix(<String> namespaceURI)
           Looks up the prefix corresponding to a namespace in the mozile.xml.ns list.
<static> Document parse(<String> string)
           Parses a string into an XML document, and returns the document.
<static> Element parseElement(<String> string)
           Parses a string into an XML document, and returns the documentElement.
<static> String serialize(<Node> node)
           Serializes an XML node (or document) into a string.

Field Detail

ns

<static> Object ns


Method Detail

load

<static> Document load(filepath)

lookupPrefix

<static> String lookupPrefix(<String> namespaceURI)

parse

<static> Document parse(<String> string)

parseElement

<static> Element parseElement(<String> string)

serialize

<static> String serialize(<Node> node)


Documentation generated by JSDoc on Wed Aug 23 18:45:51 2006