2004.04.29


com.jdc.xml.tag
Interface DocumentType.Location

Enclosing interface:
DocumentType

public static interface DocumentType.Location

The Location interface provides valid constant values for the document type definition location attribute.

Version:
1.0
Author:
Jay Damon
See Also:
DocumentType

Field Summary
static String PUBLIC
          Identifies the document type definition file location to be resolved by the parser.
static String SYSTEM
          Identifies the document type definition file location as the local system.
 

Field Detail

PUBLIC

public static final String PUBLIC
Identifies the document type definition file location to be resolved by the parser.

See Also:
Constant Field Values

SYSTEM

public static final String SYSTEM
Identifies the document type definition file location as the local system.

See Also:
Constant Field Values

2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.