MetaTF API

MetaTF.Parser
Interface HasProperties

All Known Implementing Classes:
Record, Section

interface HasProperties

Has properties

Version:
rel-1-2 ($Revision: 1.3 $, $Date: 2000/12/15 16:29:55 $),
Author:
Richard Jones
See Also:
Section, Record

Field Summary
static java.lang.String cvsheader
           
 
Method Summary
 void addProperty(java.lang.String type, java.lang.String field, java.lang.String property, Value value, int beginLine)
          Add a property to this section or record
 

Field Detail

cvsheader

public static final java.lang.String cvsheader
Method Detail

addProperty

public void addProperty(java.lang.String type,
                        java.lang.String field,
                        java.lang.String property,
                        Value value,
                        int beginLine)
                 throws DTDException
Add a property to this section or record
Parameters:
type - the type
field - the name of the field. The property is only added if the field names match
property - the property
value - the value of the property
beginLine - the line in the DTD at which this property was defined
Throws:
DTDException -  

MetaTF API

Copyright © 2001 - Richard Jones     MetaTF