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 |
cvsheader
public static final java.lang.String cvsheader
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 typefield
- the name of the field. The property is only added if the field names matchproperty
- the propertyvalue
- the value of the propertybeginLine
- the line in the DTD at which this property was defined- Throws:
DTDException
-
Copyright © 2001 - Richard Jones MetaTF