Package org.w3c.dom

Interface Summary
DOMConfiguration (src) The DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
DOMStringList (src) The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented.
TypeInfo (src) The TypeInfo interface represents a type referenced from Element or Attr nodes, specified in the schemas associated with the document.
UserDataHandler (src) When associating an object to a key on a node using Node.setUserData() the application can provide a handler that gets called when the node the object is associated to is being cloned, imported, or renamed.