Skip to main content
Skip table of contents

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
TypeNameMethods
stringLocalNameget
stringPrefixget

Methods

Public methods
ReturnsName
boolHasPrefix()

Details

Summary

@since 09.11.2006

Constructors

QName [1/2]

Source code

public QName(string qname)
Arguments
TypeNameDescription
stringqnamea QName
Summary

Splits a qname into prefix and localname.

QName [2/2]

Source code

public QName(string prefix, string localName)
Arguments
TypeNameDescription
stringprefixthe prefix
stringlocalNamethe 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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.