Class QName
java.lang.Object
com.itextpdf.kernel.xmp.impl.QName
- Since:
- 09.11.2006
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
prefix
XML namespace prefix -
localName
XML localname
-
-
Constructor Details
-
QName
-
QName
-
-
Method Details
-
hasPrefix
public boolean hasPrefix()- Returns:
- Returns whether the QName has a prefix.
-
getLocalName
- Returns:
- the localName
-
getPrefix
- Returns:
- the prefix
-