Klasse QNameFactory

java.lang.Object
de.uplanet.lucy.server.auxiliaries.QNameFactory

@VelocityVariable("QNameFactory") @VelocityCallable("singleton") public final class QNameFactory extends Object
  • Konstruktordetails

    • QNameFactory

      public QNameFactory()
      Standard constructor.
  • Methodendetails

    • newQName

      public QName newQName(String p_strNamespaceUri, String p_strLocalPart)
      Create a new xsd:QName object.
      Parameter:
      p_strNamespaceUri - The namespace URI of the QName.
      p_strLocalPart - The local part of the QName.
      Gibt zurück:
      The newly created QName.
      Löst aus:
      IllegalArgumentException - - If the p_strLocalPart is null.
    • newQName

      public QName newQName(String p_strSerializedQName)
      Create a new xsd:QName object.
      Parameter:
      p_strSerializedQName - The QName in it's Java serialized form {URI}NCNAME.
      Gibt zurück:
      The newly created QName.
      Löst aus:
      IllegalArgumentException - - If p_strSerializedQName is null.