Package io.kjson.yaml

Class YAMLDocument

  • All Implemented Interfaces:

    
    public final class YAMLDocument
    
                        

    A YAML document - the result of a YAML parsing operation.

    Author:

    Peter Wall

    • Constructor Detail

      • YAMLDocument

        YAMLDocument(JSONValue rootNode, Map<JSONPointer, String> tagMap)
      • YAMLDocument

        YAMLDocument(JSONValue rootNode, Map<JSONPointer, String> tagMap, Integer majorVersion, Integer minorVersion)