vqServer API Class vq.utils.tag

java.lang.Object
    |
    +----vq.utils.tag
Contents
Package index
Package
API index

public class tag
extends java.lang.Object
Represents an HTML tag.


Variable Index

 o modifiers
The list of modifiers or attributes associated with the tag.
 o name
The name or type of the tag.
 o source
The original version of the tag as might be read from a source file by an HTML parser.

Constructor Index

 o tag()
Creates an empty tag.

Field Detail

 o source
public java.lang.String source
          The original version of the tag as might be read from a source file by an HTML parser.
 o name
public java.lang.String name
          The name or type of the tag.
 o modifiers
public kvlist modifiers
          The list of modifiers or attributes associated with the tag.

Constructor Detail

 o tag
public tag()
          Creates an empty tag.


vqServer API version 1.9. vqServer and the vqServer API are copyright © Steve Shering and vqSoft 1997-2000. Last updated 15 May 2000.

Contents
Package index
Package
API index