org.jvyamlb
Class ComposerImpl
java.lang.Object
org.jvyamlb.ComposerImpl
- All Implemented Interfaces:
- Composer
public class ComposerImpl
- extends java.lang.Object
- implements Composer
- Author:
- Ola Bini
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComposerImpl
public ComposerImpl(Parser parser,
Resolver resolver)
checkNode
public boolean checkNode()
- Specified by:
checkNode
in interface Composer
getNode
public Node getNode()
- Specified by:
getNode
in interface Composer
eachNode
public java.util.Iterator eachNode()
- Specified by:
eachNode
in interface Composer
iterator
public java.util.Iterator iterator()
- Specified by:
iterator
in interface Composer
composeDocument
public Node composeDocument()
composeNode
public Node composeNode(Node parent,
java.lang.Object index)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2002-2007 JRuby Team. All Rights Reserved.