org.w3c.dom |
|
Java Source File Name | Type | Comment |
DOMConfiguration.java | Interface | The DOMConfiguration interface represents the configuration
of a document and maintains a table of recognized parameters. |
DOMStringList.java | Interface | The DOMStringList interface provides the abstraction of an
ordered collection of DOMString values, without defining or
constraining how this collection is implemented. |
TypeInfo.java | Interface | The TypeInfo interface represents a type referenced from
Element or Attr nodes, specified in the schemas
associated with the document. |
UserDataHandler.java | Interface | 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. |