Package | Description |
---|---|
fmpp |
The very core, the foundation of FMPP.
|
fmpp.util |
Collection of more-less FMPP independent utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Engine.checkXmlSupportAvailability(java.lang.String requiredForThis)
Checks if XML support is available.
|
void |
Engine.setXmlEntityResolver(java.lang.Object xmlEntityResolver)
Sets the XML entiry resolver used for reading XML documents.
|
Modifier and Type | Method and Description |
---|---|
static void |
MiscUtil.checkXmlSupportAvailability(java.lang.String requiredForThis)
Checks if XML API-s (JAXP, SAX2, DOM) are present.
|