Package relaxngcc.datatype
Class Macro.Variable
- java.lang.Object
-
- relaxngcc.datatype.Macro.Variable
-
- Enclosing class:
- Macro
public static final class Macro.Variable extends java.lang.Object
Variable.
-
-
Constructor Summary
Constructors Constructor Description Variable(java.lang.String _name, org.xml.sax.Locator loc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString(java.util.Map dictionary)
Replaces this token with its definition in the dictionary file.
-
-
-
Method Detail
-
toString
public java.lang.String toString(java.util.Map dictionary) throws NoDefinitionException
Replaces this token with its definition in the dictionary file.- Throws:
NoDefinitionException
-
-