C# Class iTextSharp.xmp.impl.QName

@since 09.11.2006
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method 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 method

public HasPrefix ( ) : bool
return bool

QName() public method

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

QName() public method

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