public interface Node
String text()
boolean isLeaf()
Node firstChild()
Node nextSibling()
int line()
int column()
boolean is(String name)
boolean is(String[] names)
void ensure(String name) throws UnexpectedNodeException
UnexpectedNodeException
Node skip(String name) throws UnexpectedNodeException
UnexpectedNodeException
void dump()
void dump(String pad)
Copyright © 2006–2013 Codehaus. All rights reserved.