Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • NormalizedNode - No longer takes any arguments.
  • ValueNode<?,?> - No longer takes any arguments.
  • YangTextSchemaSource - Abstract class which contains three methods, new getSymbolicName method of type Optional String must be implemented. Can return empty.
  • DataContainerNode - Takes one wild card argument.
    • Alternate to getVlaue could be body()
  • DataContainerChild<?,?> - No longer takes any arguments.
  • LeafSetNode
    • getNodeType().getLocalName() is found under getIdentifier().getNodeType().getLocalName
    • Alternate to getVlaue could be body()
  • MapNode
    • Alternative to above could be mapNode.asMap().values()
  • YangSyntaxErrorException - Has moved to new location
  • JsonParserStream - Takes Different Arguments
    • Overridden method which can take two or three arguments, JsonParserStream.create(NormailzedStreamWriter, codecFactory, EffectiveStatementInference)