Package | Description |
---|---|
com.caucho.config.xml | |
com.caucho.xml |
XML parsing and printing package.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
XmlConfigContext.configure(java.lang.Object bean,
org.w3c.dom.Node top)
External call to configure a bean based on a top-level node.
|
void |
XmlConfigContext.configureAttribute(java.lang.Object bean,
org.w3c.dom.Node attribute)
External call to configure a bean's attribute.
|
void |
XmlConfigContext.configureBean(java.lang.Object bean,
org.w3c.dom.Node top)
External call to configure a bean based on a top-level node, calling
init() and replaceObject() when done.
|
java.lang.Object |
XmlConfigContext.configureNode(org.w3c.dom.Node node,
java.lang.Object bean,
ConfigType<?> beanType)
Configures a bean, calling its init() and replaceObject() methods.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlParseException |