dk.brics.servletvalidator
Interface XMLSyntaxConstants


public interface XMLSyntaxConstants

Defines all syntax constants used in XML as terminals. All classes that such such constants should refer to these representations.


Field Summary
static Terminal attributeValStart
          The constant character =" (which is a character in the Σ alphabet
static Terminal endStart
          The constant charater </ (which is a character in the Σ alphabet of the Grammar)
static Terminal equals
          The constant character =
static Terminal gt
          The constant character >
static Terminal lt
          The constant character <
static Terminal quot
          The constant charater "
static Terminal shortEnd
          The constant charater /> (which is a character in the Σ alphabet of the Grammar)
static Terminal slash
          The constant charater /
static Terminal space
          The Space character
 

Field Detail

attributeValStart

static final Terminal attributeValStart
The constant character =" (which is a character in the Σ alphabet


endStart

static final Terminal endStart
The constant charater </ (which is a character in the Σ alphabet of the Grammar)


equals

static final Terminal equals
The constant character =


gt

static final Terminal gt
The constant character >


lt

static final Terminal lt
The constant character <


quot

static final Terminal quot
The constant charater "


shortEnd

static final Terminal shortEnd
The constant charater /> (which is a character in the Σ alphabet of the Grammar)


slash

static final Terminal slash
The constant charater /


space

static final Terminal space
The Space character



Copyright © 2008 Mathias Schwarz.