Uses of Class
org.camunda.bpm.engine.impl.util.xml.Namespace
-
Packages that use Namespace Package Description org.camunda.bpm.engine.impl.bpmn.parser org.camunda.bpm.engine.impl.util.xml -
-
Uses of Namespace in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser declared as Namespace Modifier and Type Field Description static Namespace
BpmnParse. BPMN_DC_NS
static Namespace
BpmnParse. BPMN_DI_NS
static Namespace
BpmnParse. CAMUNDA_BPMN_EXTENSIONS_NS
static Namespace
DefaultFailedJobParseListener. FOX_ENGINE_NS
Deprecated.static Namespace
BpmnParse. OMG_DI_NS
static Namespace
BpmnParse. XSI_NS
-
Uses of Namespace in org.camunda.bpm.engine.impl.util.xml
Methods in org.camunda.bpm.engine.impl.util.xml with parameters of type Namespace Modifier and Type Method Description String
Element. attributeNS(Namespace namespace, String name)
String
Element. attributeNS(Namespace namespace, String name, String defaultValue)
Element
Element. elementNS(Namespace nameSpace, String tagName)
List<Element>
Element. elementsNS(Namespace nameSpace, String tagName)
-