Package com.itextpdf.kernel.xmp.impl
Class QName
java.lang.Object
com.itextpdf.kernel.xmp.impl.QName
- Since:
- 09.11.2006
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
QName
Splits a qname into prefix and localname.- Parameters:
-
qname
- a QName
-
QName
Constructor that initializes the fields- Parameters:
-
prefix
- the prefix -
localName
- the name
-
-
Method Details
-
hasPrefix
public boolean hasPrefix()- Returns:
- Returns whether the QName has a prefix.
-
getLocalName
- Returns:
- the localName
-
getPrefix
- Returns:
- the prefix
-