|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--mozile.Module | +--mozile.xml
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 |
<static> Object ns
Method Detail |
<static> Document load(filepath)
This method should work in most browsers.
string
-
<static> String lookupPrefix(<String> namespaceURI)
namespaceURI
- The URI of the namespace to find the prefix for.
<static> Document parse(<String> string)
This method should work in most browsers.
string
-
<static> Element parseElement(<String> string)
This method should work in most browsers.
string
-
<static> String serialize(<Node> node)
This method should work in most browsers.
node
- An XML node or document.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |