api documentation for jsonix (v2.4.1)

Jsonix (JSON interfaces for XML) is a JavaScript library which allows converting between XML and JSON structures.

table of contents

  1. module jsonix
    1. function jsonix.Jsonix.Context ()
    2. function jsonix.Jsonix.Request ()
    3. object jsonix.Jsonix
    4. object jsonix.Jsonix.Binding
    5. object jsonix.Jsonix.Binding.Marshaller.prototype
    6. object jsonix.Jsonix.Binding.Unmarshaller.prototype
    7. object jsonix.Jsonix.Context.prototype
    8. object jsonix.Jsonix.DOM
    9. object jsonix.Jsonix.Mapping
    10. object jsonix.Jsonix.Mapping.Style.prototype
    11. object jsonix.Jsonix.Mapping.Styled.prototype
    12. object jsonix.Jsonix.Model
    13. object jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype
    14. object jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype
    15. object jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype
    16. object jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype
    17. object jsonix.Jsonix.Model.AttributePropertyInfo.prototype
    18. object jsonix.Jsonix.Model.ClassInfo.prototype
    19. object jsonix.Jsonix.Model.ElementInfo.prototype
    20. object jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype
    21. object jsonix.Jsonix.Model.ElementPropertyInfo.prototype
    22. object jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype
    23. object jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype
    24. object jsonix.Jsonix.Model.ElementsPropertyInfo.prototype
    25. object jsonix.Jsonix.Model.EnumLeafInfo.prototype
    26. object jsonix.Jsonix.Model.Module.prototype
    27. object jsonix.Jsonix.Model.PropertyInfo.prototype
    28. object jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype
    29. object jsonix.Jsonix.Model.TypeInfo.prototype
    30. object jsonix.Jsonix.Model.ValuePropertyInfo.prototype
    31. object jsonix.Jsonix.Request.prototype
    32. object jsonix.Jsonix.Request.prototype.factories
    33. object jsonix.Jsonix.Util
    34. object jsonix.Jsonix.XML
    35. object jsonix.Jsonix.XML.Calendar.prototype
    36. object jsonix.Jsonix.XML.Input.prototype
    37. object jsonix.Jsonix.XML.Output.prototype
    38. object jsonix.Jsonix.XML.QName.prototype
  2. module jsonix.Jsonix
    1. boolean jsonix.Jsonix.singleFile
    2. function jsonix.Jsonix.Class ()
    3. function jsonix.Jsonix.Context ()
    4. function jsonix.Jsonix.Request ()
    5. object jsonix.Jsonix.Binding
    6. object jsonix.Jsonix.DOM
    7. object jsonix.Jsonix.Mapping
    8. object jsonix.Jsonix.Model
    9. object jsonix.Jsonix.Schema
    10. object jsonix.Jsonix.Util
    11. object jsonix.Jsonix.XML
  3. module jsonix.Jsonix.Binding
    1. function jsonix.Jsonix.Binding.Marshaller ()
    2. function jsonix.Jsonix.Binding.Unmarshaller ()
    3. object jsonix.Jsonix.Binding.Marshalls
    4. object jsonix.Jsonix.Binding.Unmarshalls
  4. module jsonix.Jsonix.Binding.Marshaller.prototype
    1. function jsonix.Jsonix.Binding.Marshaller.prototype.convertToNamedValue (elementValue, context, output, scope)
    2. function jsonix.Jsonix.Binding.Marshaller.prototype.convertToTypedNamedValue (value, context, output, scope)
    3. function jsonix.Jsonix.Binding.Marshaller.prototype.getTypeInfoByElementName (name, context, scope)
    4. function jsonix.Jsonix.Binding.Marshaller.prototype.initialize (context)
    5. function jsonix.Jsonix.Binding.Marshaller.prototype.marshalDocument (value)
    6. function jsonix.Jsonix.Binding.Marshaller.prototype.marshalElement (value, context, output, scope)
    7. function jsonix.Jsonix.Binding.Marshaller.prototype.marshalString (value)
    8. object jsonix.Jsonix.Binding.Marshaller.prototype.context
    9. string jsonix.Jsonix.Binding.Marshaller.prototype.CLASS_NAME
  5. module jsonix.Jsonix.Binding.Unmarshaller.prototype
    1. boolean jsonix.Jsonix.Binding.Unmarshaller.prototype.allowDom
    2. boolean jsonix.Jsonix.Binding.Unmarshaller.prototype.allowTypedObject
    3. function jsonix.Jsonix.Binding.Unmarshaller.prototype.convertFromTypedNamedValue (typedNamedValue, context, input, scope)
    4. function jsonix.Jsonix.Binding.Unmarshaller.prototype.getTypeInfoByElementName (name, context, scope)
    5. function jsonix.Jsonix.Binding.Unmarshaller.prototype.getTypeInfoByInputElement (context, input, scope)
    6. function jsonix.Jsonix.Binding.Unmarshaller.prototype.initialize (context)
    7. function jsonix.Jsonix.Binding.Unmarshaller.prototype.unmarshalDocument (doc, scope)
    8. function jsonix.Jsonix.Binding.Unmarshaller.prototype.unmarshalElement (context, input, scope, callback)
    9. function jsonix.Jsonix.Binding.Unmarshaller.prototype.unmarshalFile (fileName, callback, options)
    10. function jsonix.Jsonix.Binding.Unmarshaller.prototype.unmarshalString (text)
    11. function jsonix.Jsonix.Binding.Unmarshaller.prototype.unmarshalURL (url, callback, options)
    12. object jsonix.Jsonix.Binding.Unmarshaller.prototype.context
    13. string jsonix.Jsonix.Binding.Unmarshaller.prototype.CLASS_NAME
  6. module jsonix.Jsonix.Context
    1. function jsonix.Jsonix.Context ()
  7. module jsonix.Jsonix.Context.prototype
    1. boolean jsonix.Jsonix.Context.prototype.supportXsiType
    2. function jsonix.Jsonix.Context.prototype.createMarshaller ()
    3. function jsonix.Jsonix.Context.prototype.createModule (mapping)
    4. function jsonix.Jsonix.Context.prototype.createUnmarshaller ()
    5. function jsonix.Jsonix.Context.prototype.getElementInfo (name, scope)
    6. function jsonix.Jsonix.Context.prototype.getNamespaceURI (prefix)
    7. function jsonix.Jsonix.Context.prototype.getPrefix (namespaceURI, defaultPrefix)
    8. function jsonix.Jsonix.Context.prototype.getSubstitutionMembers (name)
    9. function jsonix.Jsonix.Context.prototype.getTypeInfoByName (name)
    10. function jsonix.Jsonix.Context.prototype.getTypeInfoByTypeName (typeName)
    11. function jsonix.Jsonix.Context.prototype.getTypeInfoByTypeNameKey (typeNameKey)
    12. function jsonix.Jsonix.Context.prototype.getTypeInfoByValue (value)
    13. function jsonix.Jsonix.Context.prototype.initialize (mappings, options)
    14. function jsonix.Jsonix.Context.prototype.processModules ()
    15. function jsonix.Jsonix.Context.prototype.registerBuiltinTypeInfos ()
    16. function jsonix.Jsonix.Context.prototype.registerElementInfo (elementInfo, module)
    17. function jsonix.Jsonix.Context.prototype.registerTypeInfo (typeInfo)
    18. function jsonix.Jsonix.Context.prototype.resolveTypeInfo (mapping, module)
    19. object jsonix.Jsonix.Context.prototype.builtinTypeInfos
    20. object jsonix.Jsonix.Context.prototype.elementInfos
    21. object jsonix.Jsonix.Context.prototype.mappingStyle
    22. object jsonix.Jsonix.Context.prototype.modules
    23. object jsonix.Jsonix.Context.prototype.options
    24. object jsonix.Jsonix.Context.prototype.scopedElementInfosMap
    25. object jsonix.Jsonix.Context.prototype.substitutionMembersMap
    26. object jsonix.Jsonix.Context.prototype.typeInfos
    27. object jsonix.Jsonix.Context.prototype.typeNameKeyToTypeInfo
    28. string jsonix.Jsonix.Context.prototype.CLASS_NAME
  8. module jsonix.Jsonix.DOM
    1. function jsonix.Jsonix.DOM.createDocument ()
    2. function jsonix.Jsonix.DOM.isDomImplementationAvailable ()
    3. function jsonix.Jsonix.DOM.isXlinkFixRequired ()
    4. function jsonix.Jsonix.DOM.load (url, callback, options)
    5. function jsonix.Jsonix.DOM.parse (text)
    6. function jsonix.Jsonix.DOM.serialize (node)
    7. object jsonix.Jsonix.DOM.xlinkFixRequired
  9. module jsonix.Jsonix.Mapping
    1. function jsonix.Jsonix.Mapping.Style ()
    2. function jsonix.Jsonix.Mapping.Styled ()
  10. module jsonix.Jsonix.Mapping.Style.prototype
    1. function jsonix.Jsonix.Mapping.Style.prototype.initialize ()
    2. object jsonix.Jsonix.Mapping.Style.prototype.anyAttributePropertyInfo
    3. object jsonix.Jsonix.Mapping.Style.prototype.anyElementPropertyInfo
    4. object jsonix.Jsonix.Mapping.Style.prototype.attributePropertyInfo
    5. object jsonix.Jsonix.Mapping.Style.prototype.classInfo
    6. object jsonix.Jsonix.Mapping.Style.prototype.elementInfo
    7. object jsonix.Jsonix.Mapping.Style.prototype.elementMapPropertyInfo
    8. object jsonix.Jsonix.Mapping.Style.prototype.elementPropertyInfo
    9. object jsonix.Jsonix.Mapping.Style.prototype.elementRefPropertyInfo
    10. object jsonix.Jsonix.Mapping.Style.prototype.elementRefsPropertyInfo
    11. object jsonix.Jsonix.Mapping.Style.prototype.elementsPropertyInfo
    12. object jsonix.Jsonix.Mapping.Style.prototype.enumLeafInfo
    13. object jsonix.Jsonix.Mapping.Style.prototype.marshaller
    14. object jsonix.Jsonix.Mapping.Style.prototype.module
    15. object jsonix.Jsonix.Mapping.Style.prototype.unmarshaller
    16. object jsonix.Jsonix.Mapping.Style.prototype.valuePropertyInfo
    17. string jsonix.Jsonix.Mapping.Style.prototype.CLASS_NAME
  11. module jsonix.Jsonix.Mapping.Styled.prototype
    1. function jsonix.Jsonix.Mapping.Styled.prototype.initialize (options)
    2. object jsonix.Jsonix.Mapping.Styled.prototype.mappingStyle
    3. string jsonix.Jsonix.Mapping.Styled.prototype.CLASS_NAME
  12. module jsonix.Jsonix.Model
    1. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo ()
    2. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo ()
    3. function jsonix.Jsonix.Model.AnyAttributePropertyInfo ()
    4. function jsonix.Jsonix.Model.AnyElementPropertyInfo ()
    5. function jsonix.Jsonix.Model.AttributePropertyInfo ()
    6. function jsonix.Jsonix.Model.ClassInfo ()
    7. function jsonix.Jsonix.Model.ElementInfo ()
    8. function jsonix.Jsonix.Model.ElementMapPropertyInfo ()
    9. function jsonix.Jsonix.Model.ElementPropertyInfo ()
    10. function jsonix.Jsonix.Model.ElementRefPropertyInfo ()
    11. function jsonix.Jsonix.Model.ElementRefsPropertyInfo ()
    12. function jsonix.Jsonix.Model.ElementsPropertyInfo ()
    13. function jsonix.Jsonix.Model.EnumLeafInfo ()
    14. function jsonix.Jsonix.Model.Module ()
    15. function jsonix.Jsonix.Model.PropertyInfo ()
    16. function jsonix.Jsonix.Model.SingleTypePropertyInfo ()
    17. function jsonix.Jsonix.Model.TypeInfo ()
    18. function jsonix.Jsonix.Model.ValuePropertyInfo ()
  13. module jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype
    1. boolean jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.allowDom
    2. boolean jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.allowTypedObject
    3. boolean jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.built
    4. boolean jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.collection
    5. boolean jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.mixed
    6. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.build (context, module)
    7. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.buildStructure (context, structure)
    8. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.buildStructureElementTypeInfos (context, structure, elementTypeInfo)
    9. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.buildStructureElements (context, structure)
    10. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.convertFromTypedNamedValue (typedNamedValue, context, input, scope)
    11. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.convertToNamedValue (elementValue, context, output, scope)
    12. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.convertToTypedNamedValue (value, context, output, scope)
    13. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.doBuild (context, module)
    14. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.getPropertyElementTypeInfo (elementName, context)
    15. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.getTypeInfoByElementName (elementName, context, scope)
    16. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)
    17. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.initialize (mapping)
    18. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.marshal (value, context, output, scope)
    19. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.marshalElement (value, context, output, scope)
    20. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.marshalItem (value, context, output, scope)
    21. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.setProperty (object, value)
    22. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.unmarshal (context, input, scope)
    23. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)
    24. function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)
    25. object jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.name
    26. object jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.wrapperElementName
    27. string jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.CLASS_NAME
    28. string jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.defaultAttributeNamespaceURI
    29. string jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.defaultElementNamespaceURI
    30. string jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.targetNamespace
  14. module jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype
    1. boolean jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.allowDom
    2. boolean jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.allowTypedObject
    3. boolean jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.built
    4. boolean jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.collection
    5. boolean jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.mixed
    6. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.build (context, module)
    7. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.buildStructure (context, structure)
    8. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.buildStructureElements (context, structure)
    9. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.convertFromTypedNamedValue (elementValue, context, input, scope)
    10. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.doBuild (context, module)
    11. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.getTypeInfoByElementName (name, context, scope)
    12. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)
    13. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.initialize (mapping)
    14. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.marshal (value, context, output, scope)
    15. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.setProperty (object, value)
    16. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.unmarshal (context, input, scope)
    17. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)
    18. function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)
    19. object jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.name
    20. object jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.wrapperElementName
    21. string jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.CLASS_NAME
    22. string jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.defaultAttributeNamespaceURI
    23. string jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.defaultElementNamespaceURI
    24. string jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.targetNamespace
  15. module jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype
    1. boolean jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.built
    2. boolean jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.collection
    3. function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.build (context, module)
    4. function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.buildStructure (context, structure)
    5. function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.convertFromAttributeName (attributeName, context, input, scope)
    6. function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.convertToAttributeName (propertyName, context, output, scope)
    7. function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.doBuild (context, module)
    8. function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.initialize (mapping)
    9. function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.marshal (value, context, output, scope)
    10. function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.setProperty (object, value)
    11. function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.unmarshal (context, input, scope)
    12. object jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.name
    13. string jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.CLASS_NAME
    14. string jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.defaultAttributeNamespaceURI
    15. string jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.defaultElementNamespaceURI
    16. string jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.targetNamespace
  16. module jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype
    1. boolean jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.allowDom
    2. boolean jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.allowTypedObject
    3. boolean jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.built
    4. boolean jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.collection
    5. boolean jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.mixed
    6. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.build (context, module)
    7. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.buildStructure (context, structure)
    8. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.convertFromTypedNamedValue (typedNamedValue, context, input, scope)
    9. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.convertToNamedValue (elementValue, context, output, scope)
    10. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.convertToTypedNamedValue (value, context, output, scope)
    11. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.doBuild (context, module)
    12. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.getTypeInfoByElementName (name, context, scope)
    13. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)
    14. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.initialize (mapping)
    15. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.marshal (value, context, output, scope)
    16. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.marshalElement (value, context, output, scope)
    17. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.marshalItem (value, context, output, scope)
    18. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.setProperty (object, value)
    19. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.unmarshal (context, input, scope)
    20. function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)
    21. object jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.name
    22. string jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.CLASS_NAME
    23. string jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.defaultAttributeNamespaceURI
    24. string jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.defaultElementNamespaceURI
    25. string jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.targetNamespace
  17. module jsonix.Jsonix.Model.AttributePropertyInfo.prototype
    1. boolean jsonix.Jsonix.Model.AttributePropertyInfo.prototype.built
    2. boolean jsonix.Jsonix.Model.AttributePropertyInfo.prototype.collection
    3. function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.build (context, module)
    4. function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.buildStructure (context, structure)
    5. function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.doBuild (context, module)
    6. function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.initialize (mapping)
    7. function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.marshal (value, context, output, scope)
    8. function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.parse (value, context, input, scope)
    9. function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.print (value, context, output, scope)
    10. function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.setProperty (object, value)
    11. function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.unmarshal (context, input, scope)
    12. function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.unmarshalValue (value, context, input, scope)
    13. object jsonix.Jsonix.Model.AttributePropertyInfo.prototype.attributeName
    14. object jsonix.Jsonix.Model.AttributePropertyInfo.prototype.name
    15. string jsonix.Jsonix.Model.AttributePropertyInfo.prototype.CLASS_NAME
    16. string jsonix.Jsonix.Model.AttributePropertyInfo.prototype.defaultAttributeNamespaceURI
    17. string jsonix.Jsonix.Model.AttributePropertyInfo.prototype.defaultElementNamespaceURI
    18. string jsonix.Jsonix.Model.AttributePropertyInfo.prototype.targetNamespace
    19. string jsonix.Jsonix.Model.AttributePropertyInfo.prototype.typeInfo
  18. module jsonix.Jsonix.Model.ClassInfo.prototype
    1. boolean jsonix.Jsonix.Model.ClassInfo.prototype.built
    2. function jsonix.Jsonix.Model.ClassInfo.prototype.a (mapping)
    3. function jsonix.Jsonix.Model.ClassInfo.prototype.aa (mapping)
    4. function jsonix.Jsonix.Model.ClassInfo.prototype.addDefaultNamespaces (mapping)
    5. function jsonix.Jsonix.Model.ClassInfo.prototype.addProperty (property)
    6. function jsonix.Jsonix.Model.ClassInfo.prototype.ae (mapping)
    7. function jsonix.Jsonix.Model.ClassInfo.prototype.b (baseTypeInfo)
    8. function jsonix.Jsonix.Model.ClassInfo.prototype.build (context, module)
    9. function jsonix.Jsonix.Model.ClassInfo.prototype.buildStructure (context, structure)
    10. function jsonix.Jsonix.Model.ClassInfo.prototype.destroy ()
    11. function jsonix.Jsonix.Model.ClassInfo.prototype.e (mapping)
    12. function jsonix.Jsonix.Model.ClassInfo.prototype.em (mapping)
    13. function jsonix.Jsonix.Model.ClassInfo.prototype.er (mapping)
    14. function jsonix.Jsonix.Model.ClassInfo.prototype.ers (mapping)
    15. function jsonix.Jsonix.Model.ClassInfo.prototype.es (mapping)
    16. function jsonix.Jsonix.Model.ClassInfo.prototype.getPropertyInfoByName (name)
    17. function jsonix.Jsonix.Model.ClassInfo.prototype.initialize (mapping, options)
    18. function jsonix.Jsonix.Model.ClassInfo.prototype.isBasedOn (typeInfo)
    19. function jsonix.Jsonix.Model.ClassInfo.prototype.isInstance (value, context, scope)
    20. function jsonix.Jsonix.Model.ClassInfo.prototype.isMarshallable (value, context, scope)
    21. function jsonix.Jsonix.Model.ClassInfo.prototype.marshal (value, context, output, scope)
    22. function jsonix.Jsonix.Model.ClassInfo.prototype.p (mapping)
    23. function jsonix.Jsonix.Model.ClassInfo.prototype.ps ()
    24. function jsonix.Jsonix.Model.ClassInfo.prototype.unmarshal (context, input)
    25. function jsonix.Jsonix.Model.ClassInfo.prototype.unmarshalProperty (context, input, propertyInfo, result)
    26. function jsonix.Jsonix.Model.ClassInfo.prototype.unmarshalPropertyValue (context, input, propertyInfo, result, value)
    27. function jsonix.Jsonix.Model.ClassInfo.prototype.v (mapping)
    28. object jsonix.Jsonix.Model.ClassInfo.prototype.baseTypeInfo
    29. object jsonix.Jsonix.Model.ClassInfo.prototype.instanceFactory
    30. object jsonix.Jsonix.Model.ClassInfo.prototype.localName
    31. object jsonix.Jsonix.Model.ClassInfo.prototype.mappingStyle
    32. object jsonix.Jsonix.Model.ClassInfo.prototype.name
    33. object jsonix.Jsonix.Model.ClassInfo.prototype.properties
    34. object jsonix.Jsonix.Model.ClassInfo.prototype.propertiesMap
    35. object jsonix.Jsonix.Model.ClassInfo.prototype.propertyInfoCreators
    36. object jsonix.Jsonix.Model.ClassInfo.prototype.structure
    37. object jsonix.Jsonix.Model.ClassInfo.prototype.typeName
    38. string jsonix.Jsonix.Model.ClassInfo.prototype.CLASS_NAME
    39. string jsonix.Jsonix.Model.ClassInfo.prototype.defaultAttributeNamespaceURI
    40. string jsonix.Jsonix.Model.ClassInfo.prototype.defaultElementNamespaceURI
    41. string jsonix.Jsonix.Model.ClassInfo.prototype.targetNamespace
  19. module jsonix.Jsonix.Model.ElementInfo.prototype
    1. boolean jsonix.Jsonix.Model.ElementInfo.prototype.built
    2. function jsonix.Jsonix.Model.ElementInfo.prototype.build (context, module)
    3. function jsonix.Jsonix.Model.ElementInfo.prototype.initialize (mapping)
    4. object jsonix.Jsonix.Model.ElementInfo.prototype.elementName
    5. object jsonix.Jsonix.Model.ElementInfo.prototype.scope
    6. object jsonix.Jsonix.Model.ElementInfo.prototype.substitutionHead
    7. object jsonix.Jsonix.Model.ElementInfo.prototype.typeInfo
    8. string jsonix.Jsonix.Model.ElementInfo.prototype.CLASS_NAME
  20. module jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype
    1. boolean jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.allowDom
    2. boolean jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.allowTypedObject
    3. boolean jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.built
    4. boolean jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.collection
    5. boolean jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.mixed
    6. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.build (context, module)
    7. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.buildStructure (context, structure)
    8. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.buildStructureElements (context, structure)
    9. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.convertFromTypedNamedValue (elementValue, context, input, scope)
    10. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.doBuild (context, module)
    11. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.getTypeInfoByElementName (name, context, scope)
    12. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)
    13. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.initialize (mapping)
    14. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.marshal (value, context, output, scope)
    15. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.marshalElement (value, context, output, scope)
    16. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.setProperty (object, value)
    17. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.unmarshal (context, input, scope)
    18. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)
    19. function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)
    20. object jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.elementName
    21. object jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.entryTypeInfo
    22. object jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.key
    23. object jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.name
    24. object jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.value
    25. object jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.wrapperElementName
    26. string jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.CLASS_NAME
    27. string jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.defaultAttributeNamespaceURI
    28. string jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.defaultElementNamespaceURI
    29. string jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.targetNamespace
  21. module jsonix.Jsonix.Model.ElementPropertyInfo.prototype
    1. boolean jsonix.Jsonix.Model.ElementPropertyInfo.prototype.allowDom
    2. boolean jsonix.Jsonix.Model.ElementPropertyInfo.prototype.allowTypedObject
    3. boolean jsonix.Jsonix.Model.ElementPropertyInfo.prototype.built
    4. boolean jsonix.Jsonix.Model.ElementPropertyInfo.prototype.collection
    5. boolean jsonix.Jsonix.Model.ElementPropertyInfo.prototype.mixed
    6. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.build (context, module)
    7. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.buildStructure (context, structure)
    8. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.buildStructureElements (context, structure)
    9. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.convertFromTypedNamedValue (elementValue, context, input, scope)
    10. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.convertToTypedNamedValue (value, context, output, scope)
    11. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.doBuild (context, module)
    12. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.getTypeInfoByElementName (elementName, context, scope)
    13. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)
    14. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.initialize (mapping)
    15. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.marshal (value, context, output, scope)
    16. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.marshalElement (value, context, output, scope)
    17. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.setProperty (object, value)
    18. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.unmarshal (context, input, scope)
    19. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)
    20. function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)
    21. object jsonix.Jsonix.Model.ElementPropertyInfo.prototype.elementName
    22. object jsonix.Jsonix.Model.ElementPropertyInfo.prototype.name
    23. object jsonix.Jsonix.Model.ElementPropertyInfo.prototype.wrapperElementName
    24. string jsonix.Jsonix.Model.ElementPropertyInfo.prototype.CLASS_NAME
    25. string jsonix.Jsonix.Model.ElementPropertyInfo.prototype.defaultAttributeNamespaceURI
    26. string jsonix.Jsonix.Model.ElementPropertyInfo.prototype.defaultElementNamespaceURI
    27. string jsonix.Jsonix.Model.ElementPropertyInfo.prototype.targetNamespace
    28. string jsonix.Jsonix.Model.ElementPropertyInfo.prototype.typeInfo
  22. module jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype
    1. boolean jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.allowDom
    2. boolean jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.allowTypedObject
    3. boolean jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.built
    4. boolean jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.collection
    5. boolean jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.mixed
    6. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.build (context, module)
    7. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.buildStructure (context, structure)
    8. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.buildStructureElementTypeInfos (context, structure, elementTypeInfo)
    9. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.buildStructureElements (context, structure)
    10. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.convertFromTypedNamedValue (typedNamedValue, context, input, scope)
    11. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.convertToNamedValue (elementValue, context, output, scope)
    12. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.convertToTypedNamedValue (value, context, output, scope)
    13. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.doBuild (context, module)
    14. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.getPropertyElementTypeInfo (elementName, context)
    15. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.getTypeInfoByElementName (elementName, context, scope)
    16. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)
    17. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.initialize (mapping)
    18. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.marshal (value, context, output, scope)
    19. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.marshalElement (value, context, output, scope)
    20. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.marshalItem (value, context, output, scope)
    21. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.setProperty (object, value)
    22. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.unmarshal (context, input, scope)
    23. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)
    24. function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)
    25. object jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.elementName
    26. object jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.name
    27. object jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.wrapperElementName
    28. string jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.CLASS_NAME
    29. string jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.defaultAttributeNamespaceURI
    30. string jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.defaultElementNamespaceURI
    31. string jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.targetNamespace
    32. string jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.typeInfo
  23. module jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype
    1. boolean jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.allowDom
    2. boolean jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.allowTypedObject
    3. boolean jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.built
    4. boolean jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.collection
    5. boolean jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.mixed
    6. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.build (context, module)
    7. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.buildStructure (context, structure)
    8. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.buildStructureElementTypeInfos (context, structure, elementTypeInfo)
    9. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.buildStructureElements (context, structure)
    10. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.convertFromTypedNamedValue (typedNamedValue, context, input, scope)
    11. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.convertToNamedValue (elementValue, context, output, scope)
    12. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.convertToTypedNamedValue (value, context, output, scope)
    13. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.doBuild (context, module)
    14. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.getPropertyElementTypeInfo (elementName, context)
    15. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.getTypeInfoByElementName (elementName, context, scope)
    16. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)
    17. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.initialize (mapping)
    18. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.marshal (value, context, output, scope)
    19. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.marshalElement (value, context, output, scope)
    20. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.marshalItem (value, context, output, scope)
    21. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.setProperty (object, value)
    22. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.unmarshal (context, input, scope)
    23. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)
    24. function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)
    25. object jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.elementTypeInfos
    26. object jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.elementTypeInfosMap
    27. object jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.name
    28. object jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.wrapperElementName
    29. string jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.CLASS_NAME
    30. string jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.defaultAttributeNamespaceURI
    31. string jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.defaultElementNamespaceURI
    32. string jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.targetNamespace
  24. module jsonix.Jsonix.Model.ElementsPropertyInfo.prototype
    1. boolean jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.allowDom
    2. boolean jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.allowTypedObject
    3. boolean jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.built
    4. boolean jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.collection
    5. boolean jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.mixed
    6. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.build (context, module)
    7. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.buildStructure (context, structure)
    8. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.buildStructureElements (context, structure)
    9. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.convertFromTypedNamedValue (elementValue, context, input, scope)
    10. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.convertToTypedNamedValue (value, context, output, scope)
    11. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.doBuild (context, module)
    12. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.getTypeInfoByElementName (elementName, context, scope)
    13. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)
    14. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.initialize (mapping)
    15. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.marshal (value, context, output, scope)
    16. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.marshalElement (value, context, output, scope)
    17. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.setProperty (object, value)
    18. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.unmarshal (context, input, scope)
    19. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)
    20. function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)
    21. object jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.elementTypeInfos
    22. object jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.elementTypeInfosMap
    23. object jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.name
    24. object jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.wrapperElementName
    25. string jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.CLASS_NAME
    26. string jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.defaultAttributeNamespaceURI
    27. string jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.defaultElementNamespaceURI
    28. string jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.targetNamespace
  25. module jsonix.Jsonix.Model.EnumLeafInfo.prototype
    1. boolean jsonix.Jsonix.Model.EnumLeafInfo.prototype.built
    2. function jsonix.Jsonix.Model.EnumLeafInfo.prototype.build (context, module)
    3. function jsonix.Jsonix.Model.EnumLeafInfo.prototype.initialize (mapping)
    4. function jsonix.Jsonix.Model.EnumLeafInfo.prototype.isBasedOn (typeInfo)
    5. function jsonix.Jsonix.Model.EnumLeafInfo.prototype.isInstance (value, context, scope)
    6. function jsonix.Jsonix.Model.EnumLeafInfo.prototype.marshal (value, context, output, scope)
    7. function jsonix.Jsonix.Model.EnumLeafInfo.prototype.parse (text, context, input, scope)
    8. function jsonix.Jsonix.Model.EnumLeafInfo.prototype.print (value, context, output, scope)
    9. function jsonix.Jsonix.Model.EnumLeafInfo.prototype.reprint (value, context, output, scope)
    10. function jsonix.Jsonix.Model.EnumLeafInfo.prototype.unmarshal (context, input, scope)
    11. object jsonix.Jsonix.Model.EnumLeafInfo.prototype.entries
    12. object jsonix.Jsonix.Model.EnumLeafInfo.prototype.keys
    13. object jsonix.Jsonix.Model.EnumLeafInfo.prototype.name
    14. object jsonix.Jsonix.Model.EnumLeafInfo.prototype.values
    15. string jsonix.Jsonix.Model.EnumLeafInfo.prototype.CLASS_NAME
    16. string jsonix.Jsonix.Model.EnumLeafInfo.prototype.baseTypeInfo
  26. module jsonix.Jsonix.Model.Module.prototype
    1. function jsonix.Jsonix.Model.Module.prototype.buildElementInfos (context)
    2. function jsonix.Jsonix.Model.Module.prototype.buildTypeInfos (context)
    3. function jsonix.Jsonix.Model.Module.prototype.createClassInfo (mapping)
    4. function jsonix.Jsonix.Model.Module.prototype.createElementInfo (mapping)
    5. function jsonix.Jsonix.Model.Module.prototype.createEnumLeafInfo (mapping)
    6. function jsonix.Jsonix.Model.Module.prototype.createList (mapping)
    7. function jsonix.Jsonix.Model.Module.prototype.createTypeInfo (mapping)
    8. function jsonix.Jsonix.Model.Module.prototype.cs ()
    9. function jsonix.Jsonix.Model.Module.prototype.es ()
    10. function jsonix.Jsonix.Model.Module.prototype.initialize (mapping, options)
    11. function jsonix.Jsonix.Model.Module.prototype.initializeElementInfos (elementInfoMappings)
    12. function jsonix.Jsonix.Model.Module.prototype.initializeNames (mapping)
    13. function jsonix.Jsonix.Model.Module.prototype.initializeTypeInfos (typeInfoMappings)
    14. function jsonix.Jsonix.Model.Module.prototype.registerElementInfos (context)
    15. function jsonix.Jsonix.Model.Module.prototype.registerTypeInfos (context)
    16. object jsonix.Jsonix.Model.Module.prototype.elementInfos
    17. object jsonix.Jsonix.Model.Module.prototype.mappingStyle
    18. object jsonix.Jsonix.Model.Module.prototype.name
    19. object jsonix.Jsonix.Model.Module.prototype.typeInfoCreators
    20. object jsonix.Jsonix.Model.Module.prototype.typeInfos
    21. string jsonix.Jsonix.Model.Module.prototype.CLASS_NAME
    22. string jsonix.Jsonix.Model.Module.prototype.defaultAttributeNamespaceURI
    23. string jsonix.Jsonix.Model.Module.prototype.defaultElementNamespaceURI
    24. string jsonix.Jsonix.Model.Module.prototype.targetNamespace
  27. module jsonix.Jsonix.Model.PropertyInfo.prototype
    1. boolean jsonix.Jsonix.Model.PropertyInfo.prototype.built
    2. boolean jsonix.Jsonix.Model.PropertyInfo.prototype.collection
    3. function jsonix.Jsonix.Model.PropertyInfo.prototype.build (context, module)
    4. function jsonix.Jsonix.Model.PropertyInfo.prototype.buildStructure (context, structure)
    5. function jsonix.Jsonix.Model.PropertyInfo.prototype.doBuild (context, module)
    6. function jsonix.Jsonix.Model.PropertyInfo.prototype.initialize (mapping)
    7. function jsonix.Jsonix.Model.PropertyInfo.prototype.setProperty (object, value)
    8. object jsonix.Jsonix.Model.PropertyInfo.prototype.name
    9. string jsonix.Jsonix.Model.PropertyInfo.prototype.CLASS_NAME
    10. string jsonix.Jsonix.Model.PropertyInfo.prototype.defaultAttributeNamespaceURI
    11. string jsonix.Jsonix.Model.PropertyInfo.prototype.defaultElementNamespaceURI
    12. string jsonix.Jsonix.Model.PropertyInfo.prototype.targetNamespace
  28. module jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype
    1. boolean jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.built
    2. boolean jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.collection
    3. function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.build (context, module)
    4. function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.buildStructure (context, structure)
    5. function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.doBuild (context, module)
    6. function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.initialize (mapping)
    7. function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.parse (value, context, input, scope)
    8. function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.print (value, context, output, scope)
    9. function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.setProperty (object, value)
    10. function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.unmarshalValue (value, context, input, scope)
    11. object jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.name
    12. string jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.CLASS_NAME
    13. string jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.defaultAttributeNamespaceURI
    14. string jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.defaultElementNamespaceURI
    15. string jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.targetNamespace
    16. string jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.typeInfo
  29. module jsonix.Jsonix.Model.TypeInfo.prototype
    1. function jsonix.Jsonix.Model.TypeInfo.prototype.initialize ()
    2. function jsonix.Jsonix.Model.TypeInfo.prototype.isBasedOn (typeInfo)
    3. object jsonix.Jsonix.Model.TypeInfo.prototype.baseTypeInfo
    4. object jsonix.Jsonix.Model.TypeInfo.prototype.name
    5. string jsonix.Jsonix.Model.TypeInfo.prototype.CLASS_NAME
  30. module jsonix.Jsonix.Model.ValuePropertyInfo.prototype
    1. boolean jsonix.Jsonix.Model.ValuePropertyInfo.prototype.built
    2. boolean jsonix.Jsonix.Model.ValuePropertyInfo.prototype.collection
    3. function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.build (context, module)
    4. function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.buildStructure (context, structure)
    5. function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.doBuild (context, module)
    6. function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.initialize (mapping)
    7. function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.marshal (value, context, output, scope)
    8. function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.parse (value, context, input, scope)
    9. function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.print (value, context, output, scope)
    10. function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.setProperty (object, value)
    11. function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.unmarshal (context, input, scope)
    12. function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.unmarshalValue (value, context, input, scope)
    13. object jsonix.Jsonix.Model.ValuePropertyInfo.prototype.name
    14. string jsonix.Jsonix.Model.ValuePropertyInfo.prototype.CLASS_NAME
    15. string jsonix.Jsonix.Model.ValuePropertyInfo.prototype.defaultAttributeNamespaceURI
    16. string jsonix.Jsonix.Model.ValuePropertyInfo.prototype.defaultElementNamespaceURI
    17. string jsonix.Jsonix.Model.ValuePropertyInfo.prototype.targetNamespace
    18. string jsonix.Jsonix.Model.ValuePropertyInfo.prototype.typeInfo
  31. module jsonix.Jsonix.Request
    1. function jsonix.Jsonix.Request ()
    2. object jsonix.Jsonix.Request.INSTANCE
    3. object jsonix.Jsonix.Request.PROXY
  32. module jsonix.Jsonix.Request.prototype
    1. function jsonix.Jsonix.Request.prototype.createTransport ()
    2. function jsonix.Jsonix.Request.prototype.handleTransport (transport, onSuccess, onFailure)
    3. function jsonix.Jsonix.Request.prototype.initialize ()
    4. function jsonix.Jsonix.Request.prototype.issue (url, onSuccess, onFailure, options)
    5. object jsonix.Jsonix.Request.prototype.factories
    6. string jsonix.Jsonix.Request.prototype.CLASS_NAME
  33. module jsonix.Jsonix.Request.prototype.factories
    1. function jsonix.Jsonix.Request.prototype.factories.0 ()
    2. function jsonix.Jsonix.Request.prototype.factories.1 ()
    3. function jsonix.Jsonix.Request.prototype.factories.2 ()
    4. function jsonix.Jsonix.Request.prototype.factories.3 ()
    5. function jsonix.Jsonix.Request.prototype.factories.4 ()
    6. function jsonix.Jsonix.Request.prototype.factories.5 ()
  34. module jsonix.Jsonix.Util
    1. function jsonix.Jsonix.Util.extend (destination, source)
    2. object jsonix.Jsonix.Util.Ensure
    3. object jsonix.Jsonix.Util.NumberUtils
    4. object jsonix.Jsonix.Util.StringUtils
    5. object jsonix.Jsonix.Util.Type
  35. module jsonix.Jsonix.XML
    1. function jsonix.Jsonix.XML.Calendar ()
    2. function jsonix.Jsonix.XML.Input ()
    3. function jsonix.Jsonix.XML.Output ()
    4. function jsonix.Jsonix.XML.QName ()
    5. string jsonix.Jsonix.XML.XMLNS_NS
    6. string jsonix.Jsonix.XML.XMLNS_P
  36. module jsonix.Jsonix.XML.Calendar.prototype
    1. function jsonix.Jsonix.XML.Calendar.prototype.initialize (data)
    2. number jsonix.Jsonix.XML.Calendar.prototype.day
    3. number jsonix.Jsonix.XML.Calendar.prototype.fractionalSecond
    4. number jsonix.Jsonix.XML.Calendar.prototype.hour
    5. number jsonix.Jsonix.XML.Calendar.prototype.minute
    6. number jsonix.Jsonix.XML.Calendar.prototype.month
    7. number jsonix.Jsonix.XML.Calendar.prototype.second
    8. number jsonix.Jsonix.XML.Calendar.prototype.timezone
    9. number jsonix.Jsonix.XML.Calendar.prototype.year
    10. object jsonix.Jsonix.XML.Calendar.prototype.date
    11. string jsonix.Jsonix.XML.Calendar.prototype.CLASS_NAME
  37. module jsonix.Jsonix.XML.Input.prototype
    1. function jsonix.Jsonix.XML.Input.prototype.enter (node)
    2. function jsonix.Jsonix.XML.Input.prototype.getAttributeCount ()
    3. function jsonix.Jsonix.XML.Input.prototype.getAttributeName (index)
    4. function jsonix.Jsonix.XML.Input.prototype.getAttributeNameKey (index)
    5. function jsonix.Jsonix.XML.Input.prototype.getAttributeNodeNS (namespaceURI, localPart)
    6. function jsonix.Jsonix.XML.Input.prototype.getAttributeNodeNSViaAttributes (namespaceURI, localPart)
    7. function jsonix.Jsonix.XML.Input.prototype.getAttributeNodeNSViaElement (namespaceURI, localPart)
    8. function jsonix.Jsonix.XML.Input.prototype.getAttributeValue (index)
    9. function jsonix.Jsonix.XML.Input.prototype.getAttributeValueNS (namespaceURI, localPart)
    10. function jsonix.Jsonix.XML.Input.prototype.getAttributeValueNSViaAttribute (namespaceURI, localPart)
    11. function jsonix.Jsonix.XML.Input.prototype.getAttributeValueNSViaElement (namespaceURI, localPart)
    12. function jsonix.Jsonix.XML.Input.prototype.getElement ()
    13. function jsonix.Jsonix.XML.Input.prototype.getElementText ()
    14. function jsonix.Jsonix.XML.Input.prototype.getName ()
    15. function jsonix.Jsonix.XML.Input.prototype.getNameKey ()
    16. function jsonix.Jsonix.XML.Input.prototype.getNamespaceURI (p)
    17. function jsonix.Jsonix.XML.Input.prototype.getText ()
    18. function jsonix.Jsonix.XML.Input.prototype.hasNext ()
    19. function jsonix.Jsonix.XML.Input.prototype.initialize (node)
    20. function jsonix.Jsonix.XML.Input.prototype.leave (node)
    21. function jsonix.Jsonix.XML.Input.prototype.next ()
    22. function jsonix.Jsonix.XML.Input.prototype.nextTag ()
    23. function jsonix.Jsonix.XML.Input.prototype.popNS ()
    24. function jsonix.Jsonix.XML.Input.prototype.pushNS (node)
    25. function jsonix.Jsonix.XML.Input.prototype.retrieveAttributes ()
    26. function jsonix.Jsonix.XML.Input.prototype.retrieveElement ()
    27. function jsonix.Jsonix.XML.Input.prototype.skipElement ()
    28. object jsonix.Jsonix.XML.Input.prototype.attributes
    29. object jsonix.Jsonix.XML.Input.prototype.eventType
    30. object jsonix.Jsonix.XML.Input.prototype.node
    31. object jsonix.Jsonix.XML.Input.prototype.pns
    32. object jsonix.Jsonix.XML.Input.prototype.root
    33. string jsonix.Jsonix.XML.Input.prototype.CLASS_NAME
  38. module jsonix.Jsonix.XML.Output.prototype
    1. function jsonix.Jsonix.XML.Output.prototype.declareNamespace (ns, p)
    2. function jsonix.Jsonix.XML.Output.prototype.declareNamespaces ()
    3. function jsonix.Jsonix.XML.Output.prototype.destroy ()
    4. function jsonix.Jsonix.XML.Output.prototype.getNamespaceURI (p)
    5. function jsonix.Jsonix.XML.Output.prototype.getPrefix (ns, p)
    6. function jsonix.Jsonix.XML.Output.prototype.initialize (options)
    7. function jsonix.Jsonix.XML.Output.prototype.peek ()
    8. function jsonix.Jsonix.XML.Output.prototype.pop ()
    9. function jsonix.Jsonix.XML.Output.prototype.popNS ()
    10. function jsonix.Jsonix.XML.Output.prototype.push (node)
    11. function jsonix.Jsonix.XML.Output.prototype.pushNS ()
    12. function jsonix.Jsonix.XML.Output.prototype.writeAttribute (name, value)
    13. function jsonix.Jsonix.XML.Output.prototype.writeCharacters (text)
    14. function jsonix.Jsonix.XML.Output.prototype.writeEndDocument ()
    15. function jsonix.Jsonix.XML.Output.prototype.writeEndElement ()
    16. function jsonix.Jsonix.XML.Output.prototype.writeNode (node)
    17. function jsonix.Jsonix.XML.Output.prototype.writeStartDocument ()
    18. function jsonix.Jsonix.XML.Output.prototype.writeStartElement (name)
    19. number jsonix.Jsonix.XML.Output.prototype.namespacePrefixIndex
    20. object jsonix.Jsonix.XML.Output.prototype.document
    21. object jsonix.Jsonix.XML.Output.prototype.documentElement
    22. object jsonix.Jsonix.XML.Output.prototype.node
    23. object jsonix.Jsonix.XML.Output.prototype.nodes
    24. object jsonix.Jsonix.XML.Output.prototype.nsp
    25. object jsonix.Jsonix.XML.Output.prototype.pns
    26. object jsonix.Jsonix.XML.Output.prototype.xmldom
    27. string jsonix.Jsonix.XML.Output.prototype.CLASS_NAME
  39. module jsonix.Jsonix.XML.QName.prototype
    1. function jsonix.Jsonix.XML.QName.prototype.clone ()
    2. function jsonix.Jsonix.XML.QName.prototype.equals (that)
    3. function jsonix.Jsonix.XML.QName.prototype.initialize (one, two, three)
    4. function jsonix.Jsonix.XML.QName.prototype.toCanonicalString (namespaceContext)
    5. function jsonix.Jsonix.XML.QName.prototype.toString ()
    6. object jsonix.Jsonix.XML.QName.prototype.key
    7. object jsonix.Jsonix.XML.QName.prototype.localPart
    8. object jsonix.Jsonix.XML.QName.prototype.namespaceURI
    9. object jsonix.Jsonix.XML.QName.prototype.prefix
    10. object jsonix.Jsonix.XML.QName.prototype.string
    11. string jsonix.Jsonix.XML.QName.prototype.CLASS_NAME

module jsonix

function jsonix.Jsonix.Context ()

function jsonix.Jsonix.Request ()

module jsonix.Jsonix

function jsonix.Jsonix.Class ()

function jsonix.Jsonix.Context ()

function jsonix.Jsonix.Request ()

module jsonix.Jsonix.Binding

function jsonix.Jsonix.Binding.Marshaller ()

function jsonix.Jsonix.Binding.Unmarshaller ()

module jsonix.Jsonix.Binding.Marshaller.prototype

function jsonix.Jsonix.Binding.Marshaller.prototype.convertToNamedValue (elementValue, context, output, scope)

function jsonix.Jsonix.Binding.Marshaller.prototype.convertToTypedNamedValue (value, context, output, scope)

function jsonix.Jsonix.Binding.Marshaller.prototype.getTypeInfoByElementName (name, context, scope)

function jsonix.Jsonix.Binding.Marshaller.prototype.initialize (context)

function jsonix.Jsonix.Binding.Marshaller.prototype.marshalDocument (value)

function jsonix.Jsonix.Binding.Marshaller.prototype.marshalElement (value, context, output, scope)

function jsonix.Jsonix.Binding.Marshaller.prototype.marshalString (value)

module jsonix.Jsonix.Binding.Unmarshaller.prototype

function jsonix.Jsonix.Binding.Unmarshaller.prototype.convertFromTypedNamedValue (typedNamedValue, context, input, scope)

function jsonix.Jsonix.Binding.Unmarshaller.prototype.getTypeInfoByElementName (name, context, scope)

function jsonix.Jsonix.Binding.Unmarshaller.prototype.getTypeInfoByInputElement (context, input, scope)

function jsonix.Jsonix.Binding.Unmarshaller.prototype.initialize (context)

function jsonix.Jsonix.Binding.Unmarshaller.prototype.unmarshalDocument (doc, scope)

function jsonix.Jsonix.Binding.Unmarshaller.prototype.unmarshalElement (context, input, scope, callback)

function jsonix.Jsonix.Binding.Unmarshaller.prototype.unmarshalFile (fileName, callback, options)

function jsonix.Jsonix.Binding.Unmarshaller.prototype.unmarshalString (text)

function jsonix.Jsonix.Binding.Unmarshaller.prototype.unmarshalURL (url, callback, options)

module jsonix.Jsonix.Context

function jsonix.Jsonix.Context ()

module jsonix.Jsonix.Context.prototype

function jsonix.Jsonix.Context.prototype.createMarshaller ()

function jsonix.Jsonix.Context.prototype.createModule (mapping)

function jsonix.Jsonix.Context.prototype.createUnmarshaller ()

function jsonix.Jsonix.Context.prototype.getElementInfo (name, scope)

function jsonix.Jsonix.Context.prototype.getNamespaceURI (prefix)

function jsonix.Jsonix.Context.prototype.getPrefix (namespaceURI, defaultPrefix)

function jsonix.Jsonix.Context.prototype.getSubstitutionMembers (name)

function jsonix.Jsonix.Context.prototype.getTypeInfoByName (name)

function jsonix.Jsonix.Context.prototype.getTypeInfoByTypeName (typeName)

function jsonix.Jsonix.Context.prototype.getTypeInfoByTypeNameKey (typeNameKey)

function jsonix.Jsonix.Context.prototype.getTypeInfoByValue (value)

function jsonix.Jsonix.Context.prototype.initialize (mappings, options)

function jsonix.Jsonix.Context.prototype.processModules ()

function jsonix.Jsonix.Context.prototype.registerBuiltinTypeInfos ()

function jsonix.Jsonix.Context.prototype.registerElementInfo (elementInfo, module)

function jsonix.Jsonix.Context.prototype.registerTypeInfo (typeInfo)

function jsonix.Jsonix.Context.prototype.resolveTypeInfo (mapping, module)

module jsonix.Jsonix.DOM

function jsonix.Jsonix.DOM.createDocument ()

function jsonix.Jsonix.DOM.isDomImplementationAvailable ()

function jsonix.Jsonix.DOM.isXlinkFixRequired ()

function jsonix.Jsonix.DOM.load (url, callback, options)

function jsonix.Jsonix.DOM.parse (text)

function jsonix.Jsonix.DOM.serialize (node)

module jsonix.Jsonix.Mapping

function jsonix.Jsonix.Mapping.Style ()

function jsonix.Jsonix.Mapping.Styled ()

module jsonix.Jsonix.Mapping.Style.prototype

function jsonix.Jsonix.Mapping.Style.prototype.initialize ()

module jsonix.Jsonix.Mapping.Styled.prototype

function jsonix.Jsonix.Mapping.Styled.prototype.initialize (options)

module jsonix.Jsonix.Model

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo ()

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo ()

function jsonix.Jsonix.Model.AnyAttributePropertyInfo ()

function jsonix.Jsonix.Model.AnyElementPropertyInfo ()

function jsonix.Jsonix.Model.AttributePropertyInfo ()

function jsonix.Jsonix.Model.ClassInfo ()

function jsonix.Jsonix.Model.ElementInfo ()

function jsonix.Jsonix.Model.ElementMapPropertyInfo ()

function jsonix.Jsonix.Model.ElementPropertyInfo ()

function jsonix.Jsonix.Model.ElementRefPropertyInfo ()

function jsonix.Jsonix.Model.ElementRefsPropertyInfo ()

function jsonix.Jsonix.Model.ElementsPropertyInfo ()

function jsonix.Jsonix.Model.EnumLeafInfo ()

function jsonix.Jsonix.Model.Module ()

function jsonix.Jsonix.Model.PropertyInfo ()

function jsonix.Jsonix.Model.SingleTypePropertyInfo ()

function jsonix.Jsonix.Model.TypeInfo ()

function jsonix.Jsonix.Model.ValuePropertyInfo ()

module jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.buildStructureElementTypeInfos (context, structure, elementTypeInfo)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.buildStructureElements (context, structure)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.convertFromTypedNamedValue (typedNamedValue, context, input, scope)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.convertToNamedValue (elementValue, context, output, scope)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.convertToTypedNamedValue (value, context, output, scope)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.doBuild (context, module)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.getPropertyElementTypeInfo (elementName, context)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.getTypeInfoByElementName (elementName, context, scope)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.marshal (value, context, output, scope)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.marshalElement (value, context, output, scope)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.marshalItem (value, context, output, scope)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.setProperty (object, value)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.unmarshal (context, input, scope)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)

function jsonix.Jsonix.Model.AbstractElementRefsPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)

module jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.buildStructureElements (context, structure)

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.convertFromTypedNamedValue (elementValue, context, input, scope)

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.doBuild (context, module)

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.getTypeInfoByElementName (name, context, scope)

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.marshal (value, context, output, scope)

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.setProperty (object, value)

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.unmarshal (context, input, scope)

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)

function jsonix.Jsonix.Model.AbstractElementsPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)

module jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype

function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.convertFromAttributeName (attributeName, context, input, scope)

function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.convertToAttributeName (propertyName, context, output, scope)

function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.doBuild (context, module)

function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.marshal (value, context, output, scope)

function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.setProperty (object, value)

function jsonix.Jsonix.Model.AnyAttributePropertyInfo.prototype.unmarshal (context, input, scope)

module jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.convertFromTypedNamedValue (typedNamedValue, context, input, scope)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.convertToNamedValue (elementValue, context, output, scope)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.convertToTypedNamedValue (value, context, output, scope)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.doBuild (context, module)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.getTypeInfoByElementName (name, context, scope)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.marshal (value, context, output, scope)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.marshalElement (value, context, output, scope)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.marshalItem (value, context, output, scope)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.setProperty (object, value)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.unmarshal (context, input, scope)

function jsonix.Jsonix.Model.AnyElementPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)

module jsonix.Jsonix.Model.AttributePropertyInfo.prototype

function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.doBuild (context, module)

function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.marshal (value, context, output, scope)

function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.parse (value, context, input, scope)

function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.print (value, context, output, scope)

function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.setProperty (object, value)

function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.unmarshal (context, input, scope)

function jsonix.Jsonix.Model.AttributePropertyInfo.prototype.unmarshalValue (value, context, input, scope)

module jsonix.Jsonix.Model.ClassInfo.prototype

function jsonix.Jsonix.Model.ClassInfo.prototype.a (mapping)

function jsonix.Jsonix.Model.ClassInfo.prototype.aa (mapping)

function jsonix.Jsonix.Model.ClassInfo.prototype.addDefaultNamespaces (mapping)

function jsonix.Jsonix.Model.ClassInfo.prototype.addProperty (property)

function jsonix.Jsonix.Model.ClassInfo.prototype.ae (mapping)

function jsonix.Jsonix.Model.ClassInfo.prototype.b (baseTypeInfo)

function jsonix.Jsonix.Model.ClassInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.ClassInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.ClassInfo.prototype.destroy ()

function jsonix.Jsonix.Model.ClassInfo.prototype.e (mapping)

function jsonix.Jsonix.Model.ClassInfo.prototype.em (mapping)

function jsonix.Jsonix.Model.ClassInfo.prototype.er (mapping)

function jsonix.Jsonix.Model.ClassInfo.prototype.ers (mapping)

function jsonix.Jsonix.Model.ClassInfo.prototype.es (mapping)

function jsonix.Jsonix.Model.ClassInfo.prototype.getPropertyInfoByName (name)

function jsonix.Jsonix.Model.ClassInfo.prototype.initialize (mapping, options)

function jsonix.Jsonix.Model.ClassInfo.prototype.isBasedOn (typeInfo)

function jsonix.Jsonix.Model.ClassInfo.prototype.isInstance (value, context, scope)

function jsonix.Jsonix.Model.ClassInfo.prototype.isMarshallable (value, context, scope)

function jsonix.Jsonix.Model.ClassInfo.prototype.marshal (value, context, output, scope)

function jsonix.Jsonix.Model.ClassInfo.prototype.p (mapping)

function jsonix.Jsonix.Model.ClassInfo.prototype.ps ()

function jsonix.Jsonix.Model.ClassInfo.prototype.unmarshal (context, input)

function jsonix.Jsonix.Model.ClassInfo.prototype.unmarshalProperty (context, input, propertyInfo, result)

function jsonix.Jsonix.Model.ClassInfo.prototype.unmarshalPropertyValue (context, input, propertyInfo, result, value)

function jsonix.Jsonix.Model.ClassInfo.prototype.v (mapping)

module jsonix.Jsonix.Model.ElementInfo.prototype

function jsonix.Jsonix.Model.ElementInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.ElementInfo.prototype.initialize (mapping)

module jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.buildStructureElements (context, structure)

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.convertFromTypedNamedValue (elementValue, context, input, scope)

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.doBuild (context, module)

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.getTypeInfoByElementName (name, context, scope)

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.marshal (value, context, output, scope)

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.marshalElement (value, context, output, scope)

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.setProperty (object, value)

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.unmarshal (context, input, scope)

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)

function jsonix.Jsonix.Model.ElementMapPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)

module jsonix.Jsonix.Model.ElementPropertyInfo.prototype

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.buildStructureElements (context, structure)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.convertFromTypedNamedValue (elementValue, context, input, scope)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.convertToTypedNamedValue (value, context, output, scope)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.doBuild (context, module)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.getTypeInfoByElementName (elementName, context, scope)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.marshal (value, context, output, scope)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.marshalElement (value, context, output, scope)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.setProperty (object, value)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.unmarshal (context, input, scope)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)

function jsonix.Jsonix.Model.ElementPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)

module jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.buildStructureElementTypeInfos (context, structure, elementTypeInfo)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.buildStructureElements (context, structure)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.convertFromTypedNamedValue (typedNamedValue, context, input, scope)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.convertToNamedValue (elementValue, context, output, scope)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.convertToTypedNamedValue (value, context, output, scope)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.doBuild (context, module)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.getPropertyElementTypeInfo (elementName, context)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.getTypeInfoByElementName (elementName, context, scope)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.marshal (value, context, output, scope)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.marshalElement (value, context, output, scope)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.marshalItem (value, context, output, scope)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.setProperty (object, value)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.unmarshal (context, input, scope)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)

function jsonix.Jsonix.Model.ElementRefPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)

module jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.buildStructureElementTypeInfos (context, structure, elementTypeInfo)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.buildStructureElements (context, structure)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.convertFromTypedNamedValue (typedNamedValue, context, input, scope)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.convertToNamedValue (elementValue, context, output, scope)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.convertToTypedNamedValue (value, context, output, scope)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.doBuild (context, module)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.getPropertyElementTypeInfo (elementName, context)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.getTypeInfoByElementName (elementName, context, scope)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.marshal (value, context, output, scope)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.marshalElement (value, context, output, scope)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.marshalItem (value, context, output, scope)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.setProperty (object, value)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.unmarshal (context, input, scope)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)

function jsonix.Jsonix.Model.ElementRefsPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)

module jsonix.Jsonix.Model.ElementsPropertyInfo.prototype

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.buildStructureElements (context, structure)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.convertFromTypedNamedValue (elementValue, context, input, scope)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.convertToTypedNamedValue (value, context, output, scope)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.doBuild (context, module)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.getTypeInfoByElementName (elementName, context, scope)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.getTypeInfoByInputElement (context, input, scope)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.marshal (value, context, output, scope)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.marshalElement (value, context, output, scope)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.setProperty (object, value)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.unmarshal (context, input, scope)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.unmarshalElement (context, input, scope, callback)

function jsonix.Jsonix.Model.ElementsPropertyInfo.prototype.unmarshalWrapperElement (context, input, scope, callback)

module jsonix.Jsonix.Model.EnumLeafInfo.prototype

function jsonix.Jsonix.Model.EnumLeafInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.EnumLeafInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.EnumLeafInfo.prototype.isBasedOn (typeInfo)

function jsonix.Jsonix.Model.EnumLeafInfo.prototype.isInstance (value, context, scope)

function jsonix.Jsonix.Model.EnumLeafInfo.prototype.marshal (value, context, output, scope)

function jsonix.Jsonix.Model.EnumLeafInfo.prototype.parse (text, context, input, scope)

function jsonix.Jsonix.Model.EnumLeafInfo.prototype.print (value, context, output, scope)

function jsonix.Jsonix.Model.EnumLeafInfo.prototype.reprint (value, context, output, scope)

function jsonix.Jsonix.Model.EnumLeafInfo.prototype.unmarshal (context, input, scope)

module jsonix.Jsonix.Model.Module.prototype

function jsonix.Jsonix.Model.Module.prototype.buildElementInfos (context)

function jsonix.Jsonix.Model.Module.prototype.buildTypeInfos (context)

function jsonix.Jsonix.Model.Module.prototype.createClassInfo (mapping)

function jsonix.Jsonix.Model.Module.prototype.createElementInfo (mapping)

function jsonix.Jsonix.Model.Module.prototype.createEnumLeafInfo (mapping)

function jsonix.Jsonix.Model.Module.prototype.createList (mapping)

function jsonix.Jsonix.Model.Module.prototype.createTypeInfo (mapping)

function jsonix.Jsonix.Model.Module.prototype.cs ()

function jsonix.Jsonix.Model.Module.prototype.es ()

function jsonix.Jsonix.Model.Module.prototype.initialize (mapping, options)

function jsonix.Jsonix.Model.Module.prototype.initializeElementInfos (elementInfoMappings)

function jsonix.Jsonix.Model.Module.prototype.initializeNames (mapping)

function jsonix.Jsonix.Model.Module.prototype.initializeTypeInfos (typeInfoMappings)

function jsonix.Jsonix.Model.Module.prototype.registerElementInfos (context)

function jsonix.Jsonix.Model.Module.prototype.registerTypeInfos (context)

module jsonix.Jsonix.Model.PropertyInfo.prototype

function jsonix.Jsonix.Model.PropertyInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.PropertyInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.PropertyInfo.prototype.doBuild (context, module)

function jsonix.Jsonix.Model.PropertyInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.PropertyInfo.prototype.setProperty (object, value)

module jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype

function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.doBuild (context, module)

function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.parse (value, context, input, scope)

function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.print (value, context, output, scope)

function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.setProperty (object, value)

function jsonix.Jsonix.Model.SingleTypePropertyInfo.prototype.unmarshalValue (value, context, input, scope)

module jsonix.Jsonix.Model.TypeInfo.prototype

function jsonix.Jsonix.Model.TypeInfo.prototype.initialize ()

function jsonix.Jsonix.Model.TypeInfo.prototype.isBasedOn (typeInfo)

module jsonix.Jsonix.Model.ValuePropertyInfo.prototype

function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.build (context, module)

function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.buildStructure (context, structure)

function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.doBuild (context, module)

function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.initialize (mapping)

function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.marshal (value, context, output, scope)

function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.parse (value, context, input, scope)

function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.print (value, context, output, scope)

function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.setProperty (object, value)

function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.unmarshal (context, input, scope)

function jsonix.Jsonix.Model.ValuePropertyInfo.prototype.unmarshalValue (value, context, input, scope)

module jsonix.Jsonix.Request

function jsonix.Jsonix.Request ()

module jsonix.Jsonix.Request.prototype

function jsonix.Jsonix.Request.prototype.createTransport ()

function jsonix.Jsonix.Request.prototype.handleTransport (transport, onSuccess, onFailure)

function jsonix.Jsonix.Request.prototype.initialize ()

function jsonix.Jsonix.Request.prototype.issue (url, onSuccess, onFailure, options)

module jsonix.Jsonix.Request.prototype.factories

function jsonix.Jsonix.Request.prototype.factories.0 ()

function jsonix.Jsonix.Request.prototype.factories.1 ()

function jsonix.Jsonix.Request.prototype.factories.2 ()

function jsonix.Jsonix.Request.prototype.factories.3 ()

function jsonix.Jsonix.Request.prototype.factories.4 ()

function jsonix.Jsonix.Request.prototype.factories.5 ()

module jsonix.Jsonix.Util

function jsonix.Jsonix.Util.extend (destination, source)

module jsonix.Jsonix.XML

function jsonix.Jsonix.XML.Calendar ()

function jsonix.Jsonix.XML.Input ()

function jsonix.Jsonix.XML.Output ()

function jsonix.Jsonix.XML.QName ()

module jsonix.Jsonix.XML.Calendar.prototype

function jsonix.Jsonix.XML.Calendar.prototype.initialize (data)

module jsonix.Jsonix.XML.Input.prototype

function jsonix.Jsonix.XML.Input.prototype.enter (node)

function jsonix.Jsonix.XML.Input.prototype.getAttributeCount ()

function jsonix.Jsonix.XML.Input.prototype.getAttributeName (index)

function jsonix.Jsonix.XML.Input.prototype.getAttributeNameKey (index)

function jsonix.Jsonix.XML.Input.prototype.getAttributeNodeNS (namespaceURI, localPart)

function jsonix.Jsonix.XML.Input.prototype.getAttributeNodeNSViaAttributes (namespaceURI, localPart)

function jsonix.Jsonix.XML.Input.prototype.getAttributeNodeNSViaElement (namespaceURI, localPart)

function jsonix.Jsonix.XML.Input.prototype.getAttributeValue (index)

function jsonix.Jsonix.XML.Input.prototype.getAttributeValueNS (namespaceURI, localPart)

function jsonix.Jsonix.XML.Input.prototype.getAttributeValueNSViaAttribute (namespaceURI, localPart)

function jsonix.Jsonix.XML.Input.prototype.getAttributeValueNSViaElement (namespaceURI, localPart)

function jsonix.Jsonix.XML.Input.prototype.getElement ()

function jsonix.Jsonix.XML.Input.prototype.getElementText ()

function jsonix.Jsonix.XML.Input.prototype.getName ()

function jsonix.Jsonix.XML.Input.prototype.getNameKey ()

function jsonix.Jsonix.XML.Input.prototype.getNamespaceURI (p)

function jsonix.Jsonix.XML.Input.prototype.getText ()

function jsonix.Jsonix.XML.Input.prototype.hasNext ()

function jsonix.Jsonix.XML.Input.prototype.initialize (node)

function jsonix.Jsonix.XML.Input.prototype.leave (node)

function jsonix.Jsonix.XML.Input.prototype.next ()

function jsonix.Jsonix.XML.Input.prototype.nextTag ()

function jsonix.Jsonix.XML.Input.prototype.popNS ()

function jsonix.Jsonix.XML.Input.prototype.pushNS (node)

function jsonix.Jsonix.XML.Input.prototype.retrieveAttributes ()

function jsonix.Jsonix.XML.Input.prototype.retrieveElement ()

function jsonix.Jsonix.XML.Input.prototype.skipElement ()

module jsonix.Jsonix.XML.Output.prototype

function jsonix.Jsonix.XML.Output.prototype.declareNamespace (ns, p)

function jsonix.Jsonix.XML.Output.prototype.declareNamespaces ()

function jsonix.Jsonix.XML.Output.prototype.destroy ()

function jsonix.Jsonix.XML.Output.prototype.getNamespaceURI (p)

function jsonix.Jsonix.XML.Output.prototype.getPrefix (ns, p)

function jsonix.Jsonix.XML.Output.prototype.initialize (options)

function jsonix.Jsonix.XML.Output.prototype.peek ()

function jsonix.Jsonix.XML.Output.prototype.pop ()

function jsonix.Jsonix.XML.Output.prototype.popNS ()

function jsonix.Jsonix.XML.Output.prototype.push (node)

function jsonix.Jsonix.XML.Output.prototype.pushNS ()

function jsonix.Jsonix.XML.Output.prototype.writeAttribute (name, value)

function jsonix.Jsonix.XML.Output.prototype.writeCharacters (text)

function jsonix.Jsonix.XML.Output.prototype.writeEndDocument ()

function jsonix.Jsonix.XML.Output.prototype.writeEndElement ()

function jsonix.Jsonix.XML.Output.prototype.writeNode (node)

function jsonix.Jsonix.XML.Output.prototype.writeStartDocument ()

function jsonix.Jsonix.XML.Output.prototype.writeStartElement (name)

module jsonix.Jsonix.XML.QName.prototype

function jsonix.Jsonix.XML.QName.prototype.clone ()

function jsonix.Jsonix.XML.QName.prototype.equals (that)

function jsonix.Jsonix.XML.QName.prototype.initialize (one, two, three)

function jsonix.Jsonix.XML.QName.prototype.toCanonicalString (namespaceContext)

function jsonix.Jsonix.XML.QName.prototype.toString ()

[ this document was created with utility2 ]