Uses of Class
org.apache.manifoldcf.core.common.XMLDoc
-
Packages that use XMLDoc Package Description org.apache.manifoldcf.core.common org.apache.manifoldcf.core.interfaces -
-
Uses of XMLDoc in org.apache.manifoldcf.core.common
Methods in org.apache.manifoldcf.core.common with parameters of type XMLDoc Modifier and Type Method Description voidXMLDoc. addDocumentElement(java.lang.Object where, XMLDoc oldDoc, java.lang.Object parent)Add the children of another document's node as the children of this node.Constructors in org.apache.manifoldcf.core.common with parameters of type XMLDoc Constructor Description XMLDoc(XMLDoc oldDoc, java.lang.Object parent)Construct a document from all the children of an existing element object from another document. -
Uses of XMLDoc in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces with parameters of type XMLDoc Modifier and Type Method Description protected voidConfiguration. initializeFromDoc(XMLDoc doc)protected ConfigurationNodeConfiguration. readNode(XMLDoc doc, java.lang.Object object)Read a configuration node from XML.protected static voidConfiguration. writeNode(XMLDoc doc, java.lang.Object parent, ConfigurationNode node)Write a specification node.
-