Public Member Functions | Static Public Member Functions

org.exolab.castor.builder.binding.IncludeType Class Reference

List of all members.

Public Member Functions

 IncludeType ()
java.lang.String getURI ()
boolean isValid ()
void marshal (java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
void marshal (org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
void setURI (java.lang.String URI)
void validate () throws org.exolab.castor.xml.ValidationException

Static Public Member Functions

static
org.exolab.castor.builder.binding.IncludeType 
unmarshalIncludeType (java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException

Detailed Description

A binding file can include other binding files by specifying the location (URI) of the binding files to include.

Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:07:52

Constructor & Destructor Documentation

org.exolab.castor.builder.binding.IncludeType.IncludeType (  ) 

Member Function Documentation

java.lang.String org.exolab.castor.builder.binding.IncludeType.getURI (  ) 
boolean org.exolab.castor.builder.binding.IncludeType.isValid (  ) 
void org.exolab.castor.builder.binding.IncludeType.marshal ( org.xml.sax.ContentHandler  handler  )  throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
Parameters:
handler 
void org.exolab.castor.builder.binding.IncludeType.marshal ( java.io.Writer  out  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
Parameters:
out 
void org.exolab.castor.builder.binding.IncludeType.setURI ( java.lang.String  URI  ) 

Sets the value of field 'URI'.

Parameters:
URI the value of field 'URI'.

Referenced by org.exolab.castor.builder.binding.IncludeTypeDescriptor.IncludeTypeDescriptor().

static org.exolab.castor.builder.binding.IncludeType org.exolab.castor.builder.binding.IncludeType.unmarshalIncludeType ( java.io.Reader  reader  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [static]
Parameters:
reader 
void org.exolab.castor.builder.binding.IncludeType.validate (  )  throws org.exolab.castor.xml.ValidationException

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties