C# Class iTextSharp.xmp.impl.QName

@since 09.11.2006
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
HasPrefix ( ) : bool
QName ( string qname )

Splits a qname into prefix and localname.

QName ( string prefix, string localName )

Constructor that initializes the fields

Method Details

HasPrefix() public méthode

public HasPrefix ( ) : bool
Résultat bool

QName() public méthode

Splits a qname into prefix and localname.
public QName ( string qname )
qname string a QName

QName() public méthode

Constructor that initializes the fields
public QName ( string prefix, string localName )
prefix string the prefix
localName string the name