Linux Mac OSX Windows

Implemented by

 For more information on this interface, please see
 http://www.w3.org/TR/DOM-Level-3-Core/
[scriptable, uuid(2e0e9ea1-72ab-4d9e-bdeb-ca64e1abeba4)]
interface nsIDOM3Document : nsIDOM3Node

Attributes


        
attribute DOMString documentURI

        
readonly attribute nsIDOMDOMConfiguration domConfig

        
readonly attribute DOMString inputEncoding

        
attribute boolean strictErrorChecking

        
readonly attribute DOMString xmlEncoding

        
attribute boolean xmlStandalone

        
attribute DOMString xmlVersion

Methods


        
nsIDOMNode adoptNode(in nsIDOMNode source)

        
void normalizeDocument()

        
nsIDOMNode renameNode(in nsIDOMNode node, in DOMString namespaceURI, in DOMString qualifiedName)