public final class XmlDocumentUtils extends Object
Modifier and Type | Field and Description |
---|---|
static QName |
OPERATION_ATTRIBUTE_QNAME |
Modifier and Type | Method and Description |
---|---|
static Element |
createElementFor(Document doc,
NormalizedNode<?,?> data) |
static XmlCodecProvider |
defaultValueCodecProvider() |
static com.google.common.base.Optional<DataSchemaNode> |
findFirstSchema(QName qname,
Iterable<DataSchemaNode> dataSchemaNode) |
static Document |
getDocument() |
static com.google.common.base.Optional<ModifyAction> |
getModifyOperationFromAttributes(Element xmlElement) |
static QName |
qNameFromElement(Element xmlElement) |
public static final QName OPERATION_ATTRIBUTE_QNAME
public static Document getDocument()
public static Element createElementFor(Document doc, NormalizedNode<?,?> data)
public static com.google.common.base.Optional<ModifyAction> getModifyOperationFromAttributes(Element xmlElement)
public static com.google.common.base.Optional<DataSchemaNode> findFirstSchema(QName qname, Iterable<DataSchemaNode> dataSchemaNode)
public static XmlCodecProvider defaultValueCodecProvider()
Copyright © 2018 OpenDaylight. All rights reserved.