Class XmlTag

java.lang.Object
jadex.bpmn.model.io.XmlTag

public class XmlTag extends Object
  • Field Details

    • namespaceuri

      protected String namespaceuri
      The name space URI.
    • localpart

      protected String localpart
      The local part.
  • Constructor Details

    • XmlTag

      public XmlTag(String namespaceuri, String localpart)
  • Method Details

    • getNamespace

      public String getNamespace()
      Returns the namespace URI of the current element.
      Returns:
      The namespace.
    • getLocalPart

      public String getLocalPart()
      Returns the local part of the element.
      Returns:
      Local part.
    • toString

      public String toString()
      Get a string representation.
      Overrides:
      toString in class Object