class: JibXTocDivMarshaller

public class: JibXTocDivMarshaller
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:14:33; Modified: 16.07.2009 15:14:33;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {215D420B-FB2F-403e-82E3-34D417897A29}
 

Goto: Custom Properties, Fields, Methods

Appears in: xmltransforming

Custom Properties
 
JibXTocDivMarshaller Attributes
Attribute Details
private static const String
  DIV_ELEMENT_NAME
Initial: "div"
private static const String
  DIV_ID_ATTRIBUTE_NAME
Initial: "ID"
private static const String
  DIV_LABEL_ATTRIBUTE_NAME
Initial: "LABEL"
private static const String
  DIV_ORDER_ATTRIBUTE_NAME
Initial: "ORDER"
private static const String
  DIV_ORDERLABEL_ATTRIBUTE_NAME
Initial: "ORDERLABEL"
private static const String
  DIV_TYPE_ATTRIBUTE_NAME
Initial: "TYPE"
private static const String
  DIV_VISIBLE_ATTRIBUTE_NAME
Initial: "visible"
private static Logger
  logger
Initial: Logger.getLogger(JibXTocDivMarshaller.class)
private int
  m_index
private String
  m_name
private String
  m_uri
private static const String
  PTR_ELEMENT_NAME
Initial: "ptr"
private static const String
  PTR_ID_ATTRIBUTE_NAME
Initial: "ID"
private static const String
  PTR_LOCTYPE_ATTRIBUTE_NAME
Initial: "LOCTYPE"
private static const String
  PTR_MIMETYPE_ATTRIBUTE_NAME
Initial: "MIMETYPE"
private static const String
  PTR_REFLINK_ATTRIBUTE_NAME
Initial: "href"
private static const String
  PTR_REFTITLE_ATTRIBUTE_NAME
Initial: "title"
private static const String
  PTR_REFTYPE_ATTRIBUTE_NAME
Initial: "type"
private static const String
  PTR_USE_ATTRIBUTE_NAME
Initial: "USE"
private static const String
  SCHEMA_NAMESPACE_PREFIXES
Initial: { XSI_NAMESPACE_PREFIX, XSD_NAMESPACE_PREFIX }
private static const String
  SCHEMA_NAMESPACE_URIS
Initial: { XSI_NAMESPACE_URI, XSD_NAMESPACE_URI }
private static const String
  TABLE_OF_CONTENT_NS
Initial: "http://www.escidoc.de/schemas/tableofcontent/0.1"
private static const String
  XLINK_NS
Initial: "http://www.w3.org/1999/xlink"
private static const String
  XSD_NAMESPACE_PREFIX
Initial: "xsd"
private static const String
  XSD_NAMESPACE_URI
Initial: "http://www.w3.org/2001/XMLSchema"
private static const String
  XSD_PREFIX_LEAD
Initial: "xsd:"
private static const String
  XSI_NAMESPACE_PREFIX
Initial: "xsi"
private static const String
  XSI_NAMESPACE_URI
Initial: "http://www.w3.org/2001/XMLSchema-instance"
 
JibXTocDivMarshaller Methods
Operation Details
public
isExtension(
   int index):boolean
Sequential
public
isPresent(
   IUnmarshallingContext ictx):boolean
Sequential
Tags: throws=JiBXException
public
JibXTocDivMarshaller():
Sequential
public
JibXTocDivMarshaller(
   String uri,
   int index,
   String name):
Sequential
public
marshal(
   Object obj,
   IMarshallingContext ictx):void
Sequential
Tags: throws=JiBXException
public
unmarshal(
   Object obj,
   IUnmarshallingContext ictx):Object
Sequential
Tags: throws=JiBXException