DOMBuilder(ImplementationSettings) Category Reference
List of all members.Detailed Description
Methods for setting which concrete implementation of the node classes that will be created by the builder.
Public Member Functions |
|
| (void) | useImplementation: |
| (DOMImplementation *) | implementation |
Member Function Documentation
|
|
Returns the implementation used by this builder. |
|
|
Use an alternative implementation of the core DOM classes. The builder may raise an exception if it does not support alternative implementations. If no implementation is set, the builder will use the implementation returned by #[DOMImplementation defaultImplementation] or the default implementation of the builder.
|