org.modeshape.sequencer.xml
Class ModeShapeDtdLexicon

java.lang.Object
  extended by org.modeshape.sequencer.xml.ModeShapeDtdLexicon

public class ModeShapeDtdLexicon
extends Object

Lexicon of names for XML DTD concepts.


Nested Class Summary
static class ModeShapeDtdLexicon.Namespace
           
 
Field Summary
static Name ENTITY
           
static Name NAME
           
static Name PUBLIC_ID
           
static Name SYSTEM_ID
           
static Name VALUE
           
 
Constructor Summary
ModeShapeDtdLexicon()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final Name NAME

PUBLIC_ID

public static final Name PUBLIC_ID

SYSTEM_ID

public static final Name SYSTEM_ID

VALUE

public static final Name VALUE

ENTITY

public static final Name ENTITY
Constructor Detail

ModeShapeDtdLexicon

public ModeShapeDtdLexicon()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.