| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.data.codec.xml | 
| Modifier and Type | Method and Description | 
|---|---|
static XmlParserStream | 
XmlParserStream.create(NormalizedNodeStreamWriter writer,
      SchemaContext schemaContext)
Deprecated. 
 
 | 
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,
      XmlCodecFactory codecs,
      SchemaNode parentNode)
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. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.