Parsing YANG Model in java -


How can I analyze the YANG model in Java? I need to change the yang model to XML format.

I have already tried pyanga but since it is in dragon, it does not deliver to my requirement.

Yes, that's true.

Use hang-parser-install from open daylight, it provides a yang parser and gives a set of parse modules. You can query further to get more node objects.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -