Package com.filenet.wcm.toolkit.server.util.xml
Provides interfaces for manipulating XML data, including setting properties, tag definitions, and security policies, managing subscriptions and sorting, performing XSLT transformations, and working with XPath syntax.
See:
Class Summary
| Class | Description |
|---|---|
| SearchChoiceListProxyUtil | SearchChoiceListPoxyUtil class provides utility methods for merging Search Choice Values list XML for the Search Designer. |
| SearchChoiceListUtil | SearchChoiceListUtil class provides utility methods for merging Search Choice Values list XML. |
| SearchChoiceListUtil.ChoiceListItem | This class is a data structure of the returned choice list item used by the getChoiceValuesList method. |
| SearchChoiceListUtil.ClassDescriptionRef | This class is a data structure used by the getClassDescriptionList method for flatten out the classes. |
| SearchExecuteData | This class is used to generate XML to pass into StoredSearch.executeXML() method |
| WcmDocumentImpl | Perform DOM manipulations of FileNet-specific XML. |
| WcmXMLObject | WcmDocumentImpl derived class for manipulating the Object Level specific XML |
| WcmXMLPropDescs | WcmDocumentImpl derived class for manipulating Property Description specific XML |
| WcmXMLProperties | WcmXMLObject derived class for manipulating the Properties specific XML |
| WcmXMLSecurityPolicy | WcmXMLProperties derived class for manipulating Security Policy specific XML |
| WcmXMLSorter | Utility class that handles sorting of the XML returned by Java Api. |
| WcmXMLSorter.WcmSortedItem | |
| WcmXMLSorterProcess | Utility class that handles sorting of the XML returned by Process Java Api. |
| WcmXMLSubscription | WcmXMLProperties derived class for manipulating the Workflow Subscription specific XML |
| WcmXMLTagsContentEngine | This file contains XML tag name definitions of XML generated by the Content Engine. |
| WcmXMLTagsProcessEngine | This file contains XML tag name definitions of XML generated by the Process Engine. |
| WcmXMLUtil | Utility class for working with XML and DOM |
| WcmXPathUtil | Deprecated. use XPathUtil. |
| WcmXSLUtil | Base class for UI Modules that do XSLT transformations. |
| WcmXSLUtil.NodeSet | NodeSet is an implementation of the org.w3c.dom.NodeList interface, representing a collection of XML DOM Nodes. |
| XMLFilter | Provides static methods to filter XML |
| XMLLinks | WcmXMLProperties derived class for manipulating the Link specific XML |
| XMLNodeUtil | XML utility class that does NOT use xpath to retirve node data. |
| XMLPropertiesFilter | WcmDocumentImpl derived class for manipulating Property Description specific XML |
| XMLTreeModule | Deprecated. WcmXMLObject derived class for manipulating the Object Level specific XML |
| XPathUtil | The XPathUtil class provides convenience methods for getting or removing XML nodes using XPath syntax. |