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
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
Details
Summary
@since 09.11.2006
Constructors
QName [1/2]
Source code
public QName(string qname)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
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 |
|---|---|---|
|
|
prefix |
the prefix |
|
|
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