be.ac.vub.cocompose.io.xml
Class XML

java.lang.Object
  extended bybe.ac.vub.cocompose.io.xml.XML

public abstract class XML
extends Object

Contains XML parsing related constants.

Since:
0.2.0
Version:
0.2.0, 05/12/2003
Author:
Dennis Wagelaar

Field Summary
static String NAMESPACES
           
static String PARSER
           
static String SCHEMA
           
static String SCHEMA_FULL
           
static boolean SetNamespaces
           
static boolean SetSchema
           
static boolean SetSchemaFull
           
static boolean SetValidation
           
static String VALIDATION
           
 
Constructor Summary
XML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static final String PARSER
See Also:
Constant Field Values

VALIDATION

public static final String VALIDATION
See Also:
Constant Field Values

NAMESPACES

public static final String NAMESPACES
See Also:
Constant Field Values

SCHEMA

public static final String SCHEMA
See Also:
Constant Field Values

SCHEMA_FULL

public static final String SCHEMA_FULL
See Also:
Constant Field Values

SetValidation

public static boolean SetValidation

SetNamespaces

public static boolean SetNamespaces

SetSchema

public static boolean SetSchema

SetSchemaFull

public static boolean SetSchemaFull
Constructor Detail

XML

public XML()