| java.lang.Object javax.xml.parsers.ClassStuff
ClassStuff | final class ClassStuff (Code) | | Package-private utility methods for sharing
magic related to class loading.
NOTE: This is cloned in javax.xml.transform,
where a different exception is thrown (bleech).
Keep changes to the two copies in sync.
author: David Brownell version: $Id: ClassStuff.java,v 1.4 2001/11/29 22:38:26 db Exp $ |
Method Summary | |
static Object | createFactory(String label, String defaultClass) Get the default factory using the four-stage defaulting
mechanism defined by JAXP. |
|
|