iText 5

QName

QName Public class

Description

@since 09.11.2006

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.xmp.impl iTextSharp.xmp.impl.QName[[QName]] end

Members

Properties

Public properties

Type

Name

Methods

string

LocalName

get

string

Prefix

get

Methods

Public methods

Returns

Name

bool

HasPrefix

()

Details

Summary

@since 09.11.2006

Constructors

QName [1/2]

Source code

public QName(string qname)

Arguments

Type

Name

Description

string

qname

a QName

Summary

Splits a qname into prefix and localname.

QName [2/2]

Source code

public QName(string prefix, string localName)

Arguments

Type

Name

Description

string

prefix

the prefix

string

localName

the name

Summary

Constructor that initializes the fields

Methods

HasPrefix

Source code

public virtual bool HasPrefix()

Returns

Returns whether the QName has a prefix.

Properties

LocalName

public virtual string LocalName { get; }

Prefix

public virtual string Prefix { get; }

Generated with ModularDoc