org.jvyamlb
Interface Representer

All Known Implementing Classes:
RepresenterImpl

public interface Representer

Author:
Ola Bini

Method Summary
 Node map(java.lang.String tag, java.util.Map mapping, boolean flowStyle)
           
 void represent(java.lang.Object data)
           
 Node scalar(java.lang.String tag, ByteList value, char style)
           
 Node seq(java.lang.String tag, java.util.List sequence, boolean flowStyle)
           
 

Method Detail

represent

public void represent(java.lang.Object data)
               throws java.io.IOException
Throws:
java.io.IOException

scalar

public Node scalar(java.lang.String tag,
                   ByteList value,
                   char style)
            throws java.io.IOException
Throws:
java.io.IOException

seq

public Node seq(java.lang.String tag,
                java.util.List sequence,
                boolean flowStyle)
         throws java.io.IOException
Throws:
java.io.IOException

map

public Node map(java.lang.String tag,
                java.util.Map mapping,
                boolean flowStyle)
         throws java.io.IOException
Throws:
java.io.IOException


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