Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.codec.xml |
Modifier and Type | Method and Description |
---|---|
static XmlParserStream |
XmlParserStream.create(NormalizedNodeStreamWriter writer,
SchemaContext schemaContext,
SchemaNode parentNode)
Utility method for use when caching
XmlCodecFactory is not feasible. |
static XmlParserStream |
XmlParserStream.create(NormalizedNodeStreamWriter writer,
SchemaContext schemaContext,
SchemaNode parentNode,
boolean strictParsing)
Utility method for use when caching
XmlCodecFactory is not feasible. |
static XmlParserStream |
XmlParserStream.create(NormalizedNodeStreamWriter writer,
XmlCodecFactory codecs,
SchemaNode parentNode)
Construct a new
XmlParserStream with strict parsing mode switched on. |
static XmlParserStream |
XmlParserStream.create(NormalizedNodeStreamWriter writer,
XmlCodecFactory codecs,
SchemaNode parentNode,
boolean strictParsing)
Construct a new
XmlParserStream . |
XmlParserStream |
XmlParserStream.parse(XMLStreamReader reader)
This method parses the XML source and emits node events into a NormalizedNodeStreamWriter based on the
YANG-modeled data contained in the XML source.
|
XmlParserStream |
XmlParserStream.traverse(DOMSource src)
This method traverses a
DOMSource and emits node events into a NormalizedNodeStreamWriter based on the
YANG-modeled data contained in the source. |
Copyright © 2019 OpenDaylight. All rights reserved.