Java org.w3c.dom DOMConfiguration fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom DOMConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom DOMConfiguration.

The text is from its open source code.

Method

booleancanSetParameter(String name, Object value)
Check if setting a parameter to a specific value is supported.
voidsetParameter(String name, Object value)
Set the value of a parameter.