iText 8.0.2 API
iText.Kernel.XMP.Impl.QName Class Reference

09.11.2006 More...

Public Member Functions

  QName (String qname)
  Splits a qname into prefix and localname. More...
 
  QName (String prefix, String localName)
  Constructor that initializes the fields More...
 
virtual bool  HasPrefix ()
 
Returns
Returns whether the QName has a prefix.

 
virtual String  GetLocalName ()
 
Returns
the localName

 
virtual String  GetPrefix ()
 
Returns
the prefix

 

Detailed Description

09.11.2006

Constructor & Destructor Documentation

◆ QName() [1/2]

iText.Kernel.XMP.Impl.QName.QName ( String  qname )
inline

Splits a qname into prefix and localname.

Parameters
qname a QName

◆ QName() [2/2]

iText.Kernel.XMP.Impl.QName.QName ( String  prefix,
String  localName 
)
inline

Constructor that initializes the fields

Parameters
prefix the prefix
localName the name