Table of Contents

Class QName

Namespace
iText.Kernel.XMP.Impl
Assembly
itext.kernel.dll
public class QName
Inheritance
QName
Inherited Members

Constructors

QName(string)

Splits a qname into prefix and localname.

public QName(string qname)

Parameters

qname string

a QName

QName(string, string)

Constructor that initializes the fields

public QName(string prefix, string localName)

Parameters

prefix string

the prefix

localName string

the name

Methods

GetLocalName()

public virtual string GetLocalName()

Returns

string

the localName

GetPrefix()

public virtual string GetPrefix()

Returns

string

the prefix

HasPrefix()

public virtual bool HasPrefix()

Returns

bool

Returns whether the QName has a prefix.