Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.util
Class ISO2709Builder  view ISO2709Builder download ISO2709Builder.java

java.lang.Object
  extended bycom.k_int.util.ISO2709Builder

public class ISO2709Builder
extends java.lang.Object


Field Summary
protected static LoggingContext cat
           
 
Constructor Summary
ISO2709Builder()
           
 
Method Summary
(package private) static void addField(MarcRecord rec, int tag, org.w3c.dom.NodeList field)
           
static byte[] construct(org.w3c.dom.Document source, java.lang.String requestedSchema)
          Take a DOM in the required XML schema (iso2709) and build a real marc record for that structure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

protected static LoggingContext cat
Constructor Detail

ISO2709Builder

public ISO2709Builder()
Method Detail

construct

public static byte[] construct(org.w3c.dom.Document source,
                               java.lang.String requestedSchema)
Take a DOM in the required XML schema (iso2709) and build a real marc record for that structure


addField

static void addField(MarcRecord rec,
                     int tag,
                     org.w3c.dom.NodeList field)