net.sf.bibtexml
Class Inproceedings

java.lang.Object
  |
  +--net.sf.bibtexml.Inproceedings
All Implemented Interfaces:
java.io.Serializable

public class Inproceedings
extends java.lang.Object
implements java.io.Serializable

The bibteXML equivalent of the @inproceedings tag. An article in a conference proceedings. Required fields: author, title, booktitle, year. Optional fields: editor, volume or number, series, pages, address, month, organization, publisher, note.

See Also:
Serialized Form

Constructor Summary
Inproceedings()
           
 
Method Summary
 InProceedings getInProceedings()
          Returns the value of field 'inProceedings'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setInProceedings(InProceedings inProceedings)
          Sets the value of field 'inProceedings'.
static Inproceedings unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inproceedings

public Inproceedings()
Method Detail

getInProceedings

public InProceedings getInProceedings()
Returns the value of field 'inProceedings'.

Returns:
the value of field 'inProceedings'.

isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setInProceedings

public void setInProceedings(InProceedings inProceedings)
Sets the value of field 'inProceedings'.

Parameters:
inProceedings - the value of field 'inProceedings'.

unmarshal

public static Inproceedings unmarshal(java.io.Reader reader)
                               throws org.exolab.castor.xml.MarshalException,
                                      org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

org.exolab.castor.xml.ValidationException