Modifier and Type | Method and Description |
---|---|
XmlElement |
ConfigExecution.getConfigElement() |
Modifier and Type | Method and Description |
---|---|
RpcFacade.OperationExecution |
RpcFacade.fromXml(XmlElement xml) |
Constructor and Description |
---|
ConfigExecution(Config configResolver,
XmlElement configElement,
TestOption testOption,
EditStrategyType defaultStrategy) |
Modifier and Type | Method and Description |
---|---|
static String |
ObjectNameAttributeReadingStrategy.checkPrefixAndExtractServiceName(XmlElement typeElement,
Map.Entry<String,String> prefixNamespace) |
protected String |
SimpleIdentityRefAttributeReadingStrategy.readElementContent(XmlElement xmlElement) |
protected String |
SimpleAttributeReadingStrategy.readElementContent(XmlElement xmlElement) |
Modifier and Type | Method and Description |
---|---|
AttributeConfigElement |
AbstractAttributeReadingStrategy.readElement(List<XmlElement> configNodes) |
AttributeConfigElement |
AttributeReadingStrategy.readElement(List<XmlElement> element) |
Modifier and Type | Method and Description |
---|---|
static void |
Config.checkUnrecognisedChildren(XmlElement parent) |
static Services |
Services.fromXml(XmlElement xml) |
InstanceConfigElementResolved |
InstanceConfig.fromXml(XmlElement moduleElement,
ServiceRegistryWrapper services,
String moduleNamespace,
EditStrategyType defaultStrategy,
Map<String,Map<com.google.common.base.Optional<org.opendaylight.yangtools.yang.common.Revision>,IdentityMapping>> identityMap,
EnumResolver enumResolver) |
ModuleElementResolved |
ModuleConfig.fromXml(XmlElement moduleElement,
ServiceRegistryWrapper depTracker,
String instanceName,
String moduleNamespace,
EditStrategyType defaultStrategy,
Map<String,Map<com.google.common.base.Optional<org.opendaylight.yangtools.yang.common.Revision>,IdentityMapping>> identityMap,
EnumResolver enumResolver) |
Map<String,com.google.common.collect.Multimap<String,ModuleElementDefinition>> |
Config.fromXmlModulesMap(XmlElement xml,
EditStrategyType defaultEditStrategyType,
ServiceRegistryWrapper serviceTracker)
return a map containing namespace -> moduleName -> instanceName map.
|
Map<String,com.google.common.collect.Multimap<String,ModuleElementResolved>> |
Config.fromXmlModulesResolved(XmlElement xml,
EditStrategyType defaultEditStrategyType,
ServiceRegistryWrapper serviceTracker) |
Services |
Config.fromXmlServices(XmlElement xml) |
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeConfigElement> |
InstanceRuntimeRpc.fromXml(XmlElement configRootNode) |
Modifier and Type | Method and Description |
---|---|
static XmlElement |
XmlElement.fromDomDocument(Document xml) |
static XmlElement |
XmlElement.fromDomElement(Element e) |
static XmlElement |
XmlElement.fromDomElementWithExpected(Element element,
String expectedName) |
static XmlElement |
XmlElement.fromDomElementWithExpected(Element element,
String expectedName,
String expectedNamespace) |
static XmlElement |
XmlElement.fromString(String s) |
XmlElement |
XmlElement.getOnlyChildElement() |
XmlElement |
XmlElement.getOnlyChildElement(String childName) |
XmlElement |
XmlElement.getOnlyChildElement(String childName,
String namespace) |
XmlElement |
XmlElement.getOnlyChildElementWithSameNamespace() |
XmlElement |
XmlElement.getOnlyChildElementWithSameNamespace(String childName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlElement.checkUnrecognisedElements(List<XmlElement> recognisedElements,
XmlElement... additionalRecognisedElements) |
void |
XmlElement.checkUnrecognisedElements(XmlElement... additionalRecognisedElements) |
static String |
XmlUtil.toString(XmlElement xmlElement) |
Modifier and Type | Method and Description |
---|---|
void |
XmlElement.checkUnrecognisedElements(List<XmlElement> recognisedElements,
XmlElement... additionalRecognisedElements) |
Copyright © 2019 OpenDaylight. All rights reserved.