Package com.itextpdf.xmp.impl
Class QName
java.lang.Object
com.itextpdf.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
Splits a qname into prefix and localname.- Parameters:
qname
- a QName
-
QName
Constructor that initializes the fields- Parameters:
prefix
- the prefixlocalName
- the name
-
-
Method Details
-
hasPrefix
public boolean hasPrefix()- Returns:
- Returns whether the QName has a prefix.
-
getLocalName
- Returns:
- the localName
-
getPrefix
- Returns:
- the prefix
-