com.thaiopensource.relaxng.parse
Class GrammarSection.Combine

java.lang.Object
  extended by com.thaiopensource.relaxng.parse.GrammarSection.Combine
Enclosing interface:
GrammarSection

public static final class GrammarSection.Combine
extends Object


Field Summary
private  String name
           
 
Constructor Summary
private GrammarSection.Combine(String name)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private final String name
Constructor Detail

GrammarSection.Combine

private GrammarSection.Combine(String name)
Method Detail

toString

public final String toString()
Overrides:
toString in class Object