Uses of Class
org.jvyamlb.nodes.Node

Packages that use Node
org.jvyamlb   
org.jvyamlb.nodes   
 

Uses of Node in org.jvyamlb
 

Methods in org.jvyamlb that return Node
 Node ComposerImpl.composeDocument()
           
 Node ComposerImpl.composeNode(Node parent, java.lang.Object index)
           
 Node ComposerImpl.getNode()
           
 Node Composer.getNode()
           
 Node BaseConstructorImpl.getNullNode()
           
 Node RepresenterImpl.map(java.lang.String tag, java.util.Map mapping, boolean flowStyle)
           
 Node Representer.map(java.lang.String tag, java.util.Map mapping, boolean flowStyle)
           
protected  Node RepresenterImpl.representData(java.lang.Object data)
           
 Node RepresenterImpl.representMapping(java.lang.String tag, java.util.Map mapping, boolean flowStyle)
           
 Node RepresenterImpl.representScalar(java.lang.String tag, org.jruby.util.ByteList value, char style)
           
 Node RepresenterImpl.representSequence(java.lang.String tag, java.util.List sequence, boolean flowStyle)
           
 Node RepresenterImpl.scalar(java.lang.String tag, org.jruby.util.ByteList value, char style)
           
 Node Representer.scalar(java.lang.String tag, org.jruby.util.ByteList value, char style)
           
 Node RepresenterImpl.seq(java.lang.String tag, java.util.List sequence, boolean flowStyle)
           
 Node Representer.seq(java.lang.String tag, java.util.List sequence, boolean flowStyle)
           
 Node RepresenterImpl.DateYAMLNodeCreator.toYamlNode(Representer representer)
           
 Node RepresenterImpl.SetYAMLNodeCreator.toYamlNode(Representer representer)
           
 Node RepresenterImpl.ArrayYAMLNodeCreator.toYamlNode(Representer representer)
           
 Node RepresenterImpl.NumberYAMLNodeCreator.toYamlNode(Representer representer)
           
 Node RepresenterImpl.ScalarYAMLNodeCreator.toYamlNode(Representer representer)
           
 Node RepresenterImpl.StringYAMLNodeCreator.toYamlNode(Representer representer)
           
 Node RepresenterImpl.ByteListYAMLNodeCreator.toYamlNode(Representer representer)
           
 Node RepresenterImpl.SequenceYAMLNodeCreator.toYamlNode(Representer representer)
           
 Node RepresenterImpl.MappingYAMLNodeCreator.toYamlNode(Representer representer)
           
 Node RepresenterImpl.JavaBeanYAMLNodeCreator.toYamlNode(Representer representer)
           
 Node YAMLNodeCreator.toYamlNode(Representer representer)
           
 

Methods in org.jvyamlb with parameters of type Node
 void BaseConstructorImpl.addFixer(Node node, Constructor.RecursiveFixer fixer)
           
 void Constructor.addFixer(Node node, Constructor.RecursiveFixer fixer)
           
private  void SerializerImpl.anchorNode(Node node)
           
 java.lang.Object BaseConstructorImpl.YamlMultiAdapter.call(Constructor self, Node node)
           
 java.lang.Object Constructor.YamlConstructor.call(Constructor self, Node node)
           
 java.lang.Object Constructor.YamlMultiConstructor.call(Constructor self, java.lang.String pref, Node node)
           
 boolean Resolver.checkResolverPrefix(int depth, java.util.List path, java.lang.Class kind, Node currentNode, java.lang.Object currentIndex)
           
 boolean ResolverImpl.checkResolverPrefix(int depth, java.util.List path, java.lang.Class kind, Node currentNode, java.lang.Object currentIndex)
           
 Node ComposerImpl.composeNode(Node parent, java.lang.Object index)
           
 java.lang.Object BaseConstructorImpl.constructDocument(Node node)
           
 java.lang.Object Constructor.constructDocument(Node node)
           
static java.lang.Object SafeConstructorImpl.constructJava(Constructor ctor, java.lang.String pref, Node node)
           
 java.lang.Object BaseConstructorImpl.constructMapping(Node node)
           
 java.lang.Object Constructor.constructMapping(Node node)
           
 java.lang.Object BaseConstructorImpl.constructObject(Node node)
           
 java.lang.Object Constructor.constructObject(Node node)
           
 java.lang.Object BaseConstructorImpl.constructPairs(Node node)
           
 java.lang.Object Constructor.constructPairs(Node node)
           
 java.lang.Object BaseConstructorImpl.constructPrimitive(Node node)
           
 java.lang.Object Constructor.constructPrimitive(Node node)
           
 java.lang.Object BaseConstructorImpl.constructPrivateType(Node node)
           
 java.lang.Object Constructor.constructPrivateType(Node node)
           
 java.lang.Object BaseConstructorImpl.constructScalar(Node node)
           
 java.lang.Object Constructor.constructScalar(Node node)
           
 java.lang.Object BaseConstructorImpl.constructSequence(Node node)
           
 java.lang.Object Constructor.constructSequence(Node node)
           
static java.lang.Object SafeConstructorImpl.constructSpecializedMap(Constructor ctor, java.lang.String pref, Node node)
           
static java.lang.Object SafeConstructorImpl.constructSpecializedSequence(Constructor ctor, java.lang.String pref, Node node)
           
static java.lang.Object SafeConstructorImpl.constructUndefined(Constructor ctor, Node node)
           
static java.lang.Object SafeConstructorImpl.constructYamlBinary(Constructor ctor, Node node)
           
static java.lang.Object SafeConstructorImpl.constructYamlBool(Constructor ctor, Node node)
           
static java.lang.Object SafeConstructorImpl.constructYamlFloat(Constructor ctor, Node node)
           
static java.lang.Object SafeConstructorImpl.constructYamlInt(Constructor ctor, Node node)
           
static java.lang.Object SafeConstructorImpl.constructYamlMap(Constructor ctor, Node node)
           
static java.lang.Object SafeConstructorImpl.constructYamlNull(Constructor ctor, Node node)
           
static java.lang.Object SafeConstructorImpl.constructYamlOmap(Constructor ctor, Node node)
           
static java.lang.Object SafeConstructorImpl.constructYamlPairs(Constructor ctor, Node node)
           
static java.lang.Object SafeConstructorImpl.constructYamlSeq(Constructor ctor, Node node)
           
static java.lang.Object SafeConstructorImpl.constructYamlSet(Constructor ctor, Node node)
           
static java.lang.Object SafeConstructorImpl.constructYamlStr(Constructor ctor, Node node)
           
static java.lang.Object SafeConstructorImpl.constructYamlTimestamp(Constructor ctor, Node node)
           
 void Resolver.descendResolver(Node currentNode, java.lang.Object currentIndex)
           
 void ResolverImpl.descendResolver(Node currentNode, java.lang.Object currentIndex)
           
 void BaseConstructorImpl.doRecursionFix(Node node, java.lang.Object obj)
           
 void Constructor.doRecursionFix(Node node, java.lang.Object obj)
           
private  java.lang.String SerializerImpl.generateAnchor(Node node)
           
protected  boolean SerializerImpl.ignoreAnchor(Node node)
           
 void Constructor.RecursiveFixer.replace(Node node, java.lang.Object real)
           
 void Serializer.serialize(Node node)
           
 void SerializerImpl.serialize(Node node)
           
private  void SerializerImpl.serializeNode(Node node, Node parent, java.lang.Object index)
           
 

Uses of Node in org.jvyamlb.nodes
 

Subclasses of Node in org.jvyamlb.nodes
 class CollectionNode
           
 class LinkNode
           
 class MappingNode
           
 class ScalarNode
           
 class SequenceNode
           
 

Methods in org.jvyamlb.nodes that return Node
 Node LinkNode.getAnchor()
           
 

Methods in org.jvyamlb.nodes with parameters of type Node
 void LinkNode.setAnchor(Node anchor)