Method | Description | |
---|---|---|
AddTransformationService ( |
||
Apply ( |
||
GetService ( |
||
RemoveTransformationService ( |
||
XmlTransformation ( string transformFile ) : System | ||
XmlTransformation ( string transform, IXmlTransformationLogger logger ) : System | ||
XmlTransformation ( string transform, bool isTransformAFile, IXmlTransformationLogger logger ) : System |
Method | Description | |
---|---|---|
CreateElementContext ( XmlElementContext parentContext, |
||
HandleElement ( XmlElementContext context ) : void | ||
HandleException ( |
||
HandleException ( |
||
InitializeDocumentServices ( |
||
InitializeTransformationServices ( ) : void | ||
OnAppliedTransform ( ) : void | ||
OnApplyingTransform ( ) : void | ||
PreprocessImportElement ( XmlElementContext context ) : void | ||
PreprocessTransformDocument ( ) : void | ||
ReleaseDocumentServices ( ) : void | ||
TransformLoop ( |
||
TransformLoop ( |
||
WrapException ( |
||
XmlTransformation ( ) : System |
public AddTransformationService ( |
||
serviceType | ||
serviceInstance | object | |
return | void |
public Apply ( |
||
xmlTarget | ||
return | bool |
public GetService ( |
||
serviceType | ||
return | object |
public RemoveTransformationService ( |
||
serviceType | ||
return | void |
public XmlTransformation ( string transformFile ) : System | ||
transformFile | string | |
return | System |
public XmlTransformation ( string transform, IXmlTransformationLogger logger ) : System | ||
transform | string | |
logger | IXmlTransformationLogger | |
return | System |
public XmlTransformation ( string transform, bool isTransformAFile, IXmlTransformationLogger logger ) : System | ||
transform | string | |
isTransformAFile | bool | |
logger | IXmlTransformationLogger | |
return | System |