class: JiBXRelationVOUnmarshaller

public class: JiBXRelationVOUnmarshaller
Author: Johannes Mueller (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:32; Modified: 16.07.2009 15:14:32;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {002487ED-FDF9-4003-A4DE-74A1D524B390}
This class is a helper class for JiBX binding of TaskParamVO (and subclasses) to XML.
 

Goto: Custom Properties, Fields, Methods

Appears in: xmltransforming

Custom Properties
 
JiBXRelationVOUnmarshaller Attributes
Attribute Details
private static const String
  CONTENT_RELATIONS_NAMESPACE
Initial: "http://www.escidoc.de/ontologies/mpdl-ontologies/content-relations#"
private int
  m_index
private String
  m_name
private String
  m_uri
private static const String
  RDF_DESCRIPTION_ELEMENT_NAME
Initial: "Description"
private static const String
  RDF_NAMESPACE
Initial: "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
private static const String
  RDF_PREDICATE_ATTRIBUTE_NAME
Initial: "resource"
private static const String
  RDF_PREDICATE_ELEMENT_NAME_IS_REVISION_OF
Initial: "isRevisionOf"
private static const String
  RDF_SUBJECT_ATTRIBUTE_NAME
Initial: "about"
 
JiBXRelationVOUnmarshaller Methods
Operation Details
public
getM_uri():String
Sequential
Notes: @return the m_uri
public
isPresent(
   IUnmarshallingContext ctx):boolean
Sequential
Tags: throws=JiBXException
Notes: {@inheritDoc}
public
JiBXRelationVOUnmarshaller():
Sequential
Notes: The standard constructor.
public
JiBXRelationVOUnmarshaller(
   String uri,
   int index,
   String name):
Sequential
Notes: Constructor assigning uri, index and name of the start node.
public
setM_uri(
   String m_uri):void
Sequential
public
unmarshal(
   Object obj,
   IUnmarshallingContext ictx):Object
Sequential
Tags: throws=JiBXException
Notes: {@inheritDoc}