Class XmlQName
java.lang.Object
org.camunda.bpm.model.xml.impl.util.XmlQName
- Author:
- Sebastian Menski
-
Field Summary
Modifier and TypeFieldDescriptionprotected DomElement
protected String
protected String
protected String
protected DomElement
-
Constructor Summary
ConstructorDescriptionXmlQName
(DomDocument document, String namespaceUri, String localName) XmlQName
(DomDocument document, DomElement element, String namespaceUri, String localName) XmlQName
(DomElement element, String namespaceUri, String localName) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
KNOWN_PREFIXES
-
rootElement
-
element
-
localName
-
namespaceUri
-
prefix
-
-
Constructor Details
-
XmlQName
-
XmlQName
-
XmlQName
-
-
Method Details
-
getNamespaceUri
-
getLocalName
-
getPrefixedName
-
hasLocalNamespace
public boolean hasLocalNamespace()
-