C# Class XmlTransformer.SetTokenizedAttributes

Inheritance: AttributeTransform
Afficher le fichier Open project: micahlmartin/XmlTransformer Class Usage Examples

Méthodes publiques

Свойство Type Description
ParameterAttribute string
Token string
TokenNumber string
XPathWithIndex string
XPathWithLocator string
XpathLocator string

Private Properties

Свойство Type Description
GetXPathToAttribute string
GetXPathToAttribute string
GetXPathToNode string
SetTokenizedAttributes System
TokenizeValue string

Méthodes protégées

Méthode Description
Apply ( ) : void
EscapeDirRegexSpecialCharacter ( string value, bool escape ) : string
GetAttributeValue ( string attributeName ) : string
SubstituteKownValue ( string transformValue, Regex patternRegex, string patternPrefix, SetTokenizedAttributes getValueDelegate ) : string

Private Methods

Méthode Description
GetXPathToAttribute ( XmlAttribute xmlAttribute ) : string
GetXPathToAttribute ( XmlAttribute xmlAttribute, IList locators ) : string
GetXPathToNode ( XmlNode xmlNode ) : string
SetTokenizedAttributes ( ) : System
TokenizeValue ( XmlAttribute targetAttribute, XmlAttribute transformAttribute, bool fTokenizeParameter, string>.List parameters ) : string

Method Details

Apply() protected méthode

protected Apply ( ) : void
Résultat void

EscapeDirRegexSpecialCharacter() protected méthode

protected EscapeDirRegexSpecialCharacter ( string value, bool escape ) : string
value string
escape bool
Résultat string

GetAttributeValue() protected méthode

protected GetAttributeValue ( string attributeName ) : string
attributeName string
Résultat string

SubstituteKownValue() protected static méthode

protected static SubstituteKownValue ( string transformValue, Regex patternRegex, string patternPrefix, SetTokenizedAttributes getValueDelegate ) : string
transformValue string
patternRegex System.Text.RegularExpressions.Regex
patternPrefix string
getValueDelegate SetTokenizedAttributes
Résultat string

Property Details

ParameterAttribute public_oe static_oe property

public static string ParameterAttribute
Résultat string

Token public_oe static_oe property

public static string Token
Résultat string

TokenNumber public_oe static_oe property

public static string TokenNumber
Résultat string

XPathWithIndex public_oe static_oe property

public static string XPathWithIndex
Résultat string

XPathWithLocator public_oe static_oe property

public static string XPathWithLocator
Résultat string

XpathLocator public_oe static_oe property

public static string XpathLocator
Résultat string