org.camunda.bpm.model.xml.impl.util
Class XmlQName
java.lang.Object
org.camunda.bpm.model.xml.impl.util.XmlQName
public class XmlQName
- extends Object
- Author:
- Sebastian Menski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KNOWN_PREFIXES
public static final Map<String,String> KNOWN_PREFIXES
rootElement
protected DomElement rootElement
element
protected DomElement element
localName
protected String localName
namespaceUri
protected String namespaceUri
prefix
protected String prefix
XmlQName
public XmlQName(DomDocument document,
String namespaceUri,
String localName)
XmlQName
public XmlQName(DomElement element,
String namespaceUri,
String localName)
XmlQName
public XmlQName(DomDocument document,
DomElement element,
String namespaceUri,
String localName)
getNamespaceUri
public String getNamespaceUri()
getLocalName
public String getLocalName()
getPrefixedName
public String getPrefixedName()
hasLocalNamespace
public boolean hasLocalNamespace()
Copyright © 2016 camunda services GmbH. All rights reserved.