Class QNameFactory
java.lang.Object
de.uplanet.lucy.server.auxiliaries.QNameFactory
@VelocityVariable("QNameFactory")
@VelocityCallable("singleton")
public final class QNameFactory
extends Object
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
QNameFactorypublic QNameFactory()Standard constructor.
 
- 
- 
Method Details- 
newQNameCreate a newxsd:QNameobject.- Parameters:
- p_strNamespaceUri- The namespace URI of the- QName.
- p_strLocalPart- The local part of the- QName.
- Returns:
- The newly created QName.
- Throws:
- IllegalArgumentException- - If the- p_strLocalPartis- null.
 
- 
newQNameCreate a newxsd:QNameobject.- Parameters:
- p_strSerializedQName- The- QNamein it's Java serialized form- {URI}NCNAME.
- Returns:
- The newly created QName.
- Throws:
- IllegalArgumentException- - If- p_strSerializedQNameis- null.
 
 
-