|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
Schema getSchema() |
Gets the Schema object specified through the .setSchema(Schema schema) method. |
SecureProcessing getSecureProcessing() |
Get the SecureProcessing object specified through the .setSecureProcessing(SecureProcessing) method. |
boolean isXIncludeAware() |
Get state of XInclude processing. |
void setSchema(Schema ) |
Set the Schema to be used by parsers created from this factory. |
void setSecureProcessing(SecureProcessing ) |
Associate the SecureProcessing configuration for this DocumentBuilderFactory. |
void setXIncludeAware(boolean ) |
Set state of XInclude processing. |
Changed Methods | ||
DocumentBuilderFactory newInstance() |
Change in exceptions thrown from javax.xml.parsers.FactoryConfigurationError to no exceptions. |
Obtain a new instance of a
DocumentBuilderFactory . |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |