Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.codec.xml |
Modifier and Type | Method and Description |
---|---|
static XmlCodecFactory |
XmlCodecFactory.create(SchemaContext context)
Instantiate a new codec factory attached to a particular context.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2019 OpenDaylight. All rights reserved.