Package | Description |
---|---|
org.apache.manifoldcf.core.common | |
org.apache.manifoldcf.core.interfaces |
Modifier and Type | Method and Description |
---|---|
void |
XMLDoc.addDocumentElement(Object where,
XMLDoc oldDoc,
Object parent)
Add the children of another document's node as the children of this node.
|
Constructor and Description |
---|
XMLDoc(XMLDoc oldDoc,
Object parent)
Construct a document from all the children of an existing element object from another document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Configuration.initializeFromDoc(XMLDoc doc) |
protected ConfigurationNode |
Configuration.readNode(XMLDoc doc,
Object object)
Read a configuration node from XML.
|
protected static void |
Configuration.writeNode(XMLDoc doc,
Object parent,
ConfigurationNode node)
Write a specification node.
|