com.sun.tools.txw2.model
Class NodeSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
java.util.LinkedHashSet<WriterNode>
com.sun.tools.txw2.model.NodeSet
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<WriterNode>, Collection<WriterNode>, Set<WriterNode>
public class NodeSet
- extends LinkedHashSet<WriterNode>
Root of the model.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
NodeSet
public NodeSet(TxwOptions opts,
Leaf entry)
subset
public <T extends WriterNode> Collection<T> subset(Class<T> t)
write
public void write(TxwOptions opts)
- Generate code
Copyright © 2012 Oracle. All Rights Reserved.