JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents, and a plugin for pyang (http://code.google.com/p/pyang/) to generate Java classes from YANG models, to be used by the JNC library.
YangString.equals(String) fails due to missing code in YangString.canEquals(obj) method
When xml tree is loaded using schema String value will be mapped to YangString but when loaded without schema, String values are mapped to Java String.
YangString.equals(String) fails due to missing code in YangString.canEquals(obj) method
When xml tree is loaded using schema String value will be mapped to YangString but when loaded without schema, String values are mapped to Java String.