Class XmlQName
java.lang.Object
org.camunda.bpm.model.xml.impl.util.XmlQName
- Author:
 - Sebastian Menski
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DomElementprotected Stringprotected Stringprotected Stringprotected DomElement - 
Constructor Summary
ConstructorsConstructorDescriptionXmlQName(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() 
 -