iso8211 0-1-0 by Weft

uk.co.weft.iso8211
Class SubField

java.lang.Object
  |
  +--uk.co.weft.iso8211.SubField

public class SubField
extends java.lang.Object
implements java.lang.Cloneable

A subfield within an ISO8211 field.

Version:
$Revision: 1.3 $ This revision: $Author: simon $
  $Log: SubField.java,v $
  Revision 1.3  2002/11/04 14:11:15  simon
  Now generating (some) XML. Tidy up for first public release.

  Revision 1.2  2002/10/31 19:25:22  simon


  This package of work is to take a parser which correctly recognised
  all the record and field boundaries, and try to make it read actual
  data. The DDR is now reading correctly (I believe) but the data are
  not being read, primarily because (I think) I'm not correctly making
  use of the data I read from the DDR.

  Revision 1.1.1.1  2002/10/29 11:27:33  simon
  More or less parses


  
Author:
Simon Brooke (simon@jasmine.org.uk)

Constructor Summary
SubField(java.lang.String tag, Value value)
           
 
Method Summary
protected  org.w3c.dom.Element generate(org.w3c.dom.Document doc, uk.co.weft.dbutil.Context context)
          Generate XML element representing this subfield.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubField

public SubField(java.lang.String tag,
                Value value)
Method Detail

generate

protected org.w3c.dom.Element generate(org.w3c.dom.Document doc,
                                       uk.co.weft.dbutil.Context context)
                                throws uk.co.weft.domutil.GenerationException
Generate XML element representing this subfield.
Parameters:
doc - the document in which the element is to be generated
context - a context containin any bits and pieces I might need to know about
Throws:
uk.co.weft.domutil.GenerationException - if anything goes wrong

iso8211 0-1-0 by Weft