Uses of Class
org.jvyamlb.nodes.Node

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

Uses of Node in org.jruby.yaml
 

Methods in org.jruby.yaml that return Node
 Node JRubyRepresenter.map(java.lang.String tag, java.util.Map mapping, java.lang.Object flowStyle)
           
 Node JRubyRepresenter.scalar(java.lang.String tag, ByteList val, java.lang.String style)
           
 Node JRubyRepresenter.scalar(java.lang.String tag, java.lang.String val, java.lang.String style)
           
 Node JRubyRepresenter.seq(java.lang.String tag, java.util.List sequence, java.lang.Object flowStyle)
           
 Node JRubyRepresenter.IRubyObjectYAMLNodeCreator.toYamlNode(Representer representer)
           
 

Methods in org.jruby.yaml with parameters of type Node
static java.lang.Object JRubyConstructor.constructJava(Constructor ctor, java.lang.String pref, Node node)
           
 java.lang.Object JRubyConstructor.constructPrivateType(Node node)
           
static java.lang.Object JRubyConstructor.constructRuby(Constructor ctor, RubyClass theCls, Node node)
           
static java.lang.Object JRubyConstructor.constructRuby(Constructor ctor, java.lang.String tag, Node node)
           
static java.lang.Object JRubyConstructor.constructRubyInt(Constructor ctor, java.lang.String tag, Node node)
           
static java.lang.Object JRubyConstructor.constructRubyMap(Constructor ctor, java.lang.String tag, Node node)
           
 java.lang.Object JRubyConstructor.constructRubyMapping(Node node)
           
 java.lang.Object JRubyConstructor.constructRubyPairs(Node node)
           
static java.lang.Object JRubyConstructor.constructRubyRange(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructRubyRegexp(Constructor ctor, Node node)
           
 java.lang.Object JRubyConstructor.constructRubyScalar(Node node)
           
static java.lang.Object JRubyConstructor.constructRubySequence(Constructor ctor, java.lang.String tag, Node node)
           
 java.lang.Object JRubyConstructor.constructRubySequence(Node node)
           
static java.lang.Object JRubyConstructor.constructRubyStruct(Constructor ctor, java.lang.String tag, Node node)
           
static java.lang.Object JRubyConstructor.constructUndefined(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructYamlBinary(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructYamlBool(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructYamlFloat(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructYamlInt(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructYamlMap(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructYamlNull(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructYamlOmap(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructYamlPairs(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructYamlSeq(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructYamlSet(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructYamlStr(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructYamlTimestamp(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.constructYamlTimestampYMD(Constructor ctor, Node node)
           
static java.lang.Object JRubyConstructor.findAndCreateFromCustomTagging(Constructor ctor, Node node)
           
protected  boolean JRubySerializer.ignoreAnchor(Node node)
           
 

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 Composer.getNode()
           
 Node ComposerImpl.getNode()
           
 Node Representer.map(java.lang.String tag, java.util.Map mapping, boolean flowStyle)
           
 Node RepresenterImpl.map(java.lang.String tag, java.util.Map mapping, boolean flowStyle)
           
 Node RepresenterImpl.representMapping(java.lang.String tag, java.util.Map mapping, boolean flowStyle)
           
 Node RepresenterImpl.representScalar(java.lang.String tag, ByteList value, char style)
           
 Node RepresenterImpl.representSequence(java.lang.String tag, java.util.List sequence, boolean flowStyle)
           
 Node Representer.scalar(java.lang.String tag, ByteList value, char style)
           
 Node RepresenterImpl.scalar(java.lang.String tag, ByteList value, char style)
           
 Node Representer.seq(java.lang.String tag, java.util.List sequence, boolean flowStyle)
           
 Node RepresenterImpl.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)
           
 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)
           
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)
           
 

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)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.