Represents the definition of a
subclass for defining XML property mapping scripts. The Content Engine XML Classifier uses XML property mapping scripts to populate document object properties with values based on data extracted from an XML document’s content. Administrators build mapping scripts that associate XML tags in the incoming document to properties, thus enabling the automatic classification of any XML document. An
object, in addition to having all of the capabilities of a
object, provides a container for user-authored XSL scripts for transforming XML documents of a specified type. The script contains instructions for extracting content from source XML documents of the type identified by the
property in order to map it onto property values for the properties associated with the target document class identified by the
property.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IXMLPropertyMappingScript Implements IDocument, IRepositoryObject, IVersionable, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface IXMLPropertyMappingScript : IDocument, IRepositoryObject, IVersionable, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class IXMLPropertyMappingScript : IDocument, IRepositoryObject, IVersionable, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IXMLPropertyMappingScript implements IDocument, IRepositoryObject, IVersionable, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IXMLPropertyMappingScript extends IDocument, IRepositoryObject, IVersionable, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: undefined
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: DocumentClassDefinition
IsDependent: false
IsHidden: true
Name: XMLDocumentType
Searchable: true
StorageType: ObjectStore
SuperclassName: Document