Joda System API

Uses of Class
org.joda.property.xml.XMLData

Packages that use XMLData
org.joda.property.path   
org.joda.property.xml   
org.joda.property.xml.impl   
 

Uses of XMLData in org.joda.property.path
 

Fields in org.joda.property.path declared as XMLData
protected  XMLData DocumentNavigator.NavElement.data
           
 

Uses of XMLData in org.joda.property.xml
 

Methods in org.joda.property.xml that return XMLData
 XMLData XMLConvertorManager.getXMLData(XMLConvertorContext context, java.lang.Object object, java.lang.String rootName)
          Build the XMLData for the object passed in.
 XMLData XMLConvertorManager.getXMLData(XMLConvertorContext context, java.lang.Object object, XMLName rootName)
          Build the XMLData for the object passed in.
 XMLData XMLConvertorManager.expandXMLData(XMLConvertorContext context, XMLData data)
          Build the XMLData for the object passed in.
 XMLData XMLData.getParent()
          Get XMLData parent.
 XMLData XMLData.getChild(java.lang.String name)
          Get an XMLData child by name
 XMLData XMLData.getChild(XMLName name)
          Get an XMLData child by xml name
 XMLData XMLData.getChild(int index)
          Get an XMLData child by index
 XMLData XMLData.addNewChild(java.lang.String localName)
          Create an XMLData child by name
 XMLData XMLData.addNewChild(XMLName name)
          Create an XMLData child by name
 

Methods in org.joda.property.xml with parameters of type XMLData
 void XMLConvertorManager.buildXMLData(XMLConvertorContext context, XMLData parent, java.lang.Object object)
          Build the XMLData for the object passed in.
 XMLData XMLConvertorManager.expandXMLData(XMLConvertorContext context, XMLData data)
          Build the XMLData for the object passed in.
 void XMLConvertorManager.filterInputXMLDataOnStartTag(XMLConvertorContext context, XMLData data)
          Filter the XMLData on input.
 void XMLConvertorManager.filterInputXMLDataOnEndTag(XMLConvertorContext context, ModelElement modelElement, XMLData data)
          Filter the XMLData on input using end tags
protected  void SAXOutputter.outputBean(org.xml.sax.ContentHandler handler, XMLConvertorContext context, java.lang.Object bean, XMLData data)
          Outputs the whole of a single object.
protected  void SAXOutputter.outputChildren(org.xml.sax.ContentHandler handler, XMLConvertorContext context, XMLData data)
          Output the children of an XMLData.
protected  java.lang.Class SAXHandler.getType(XMLData data)
          Get the type of the bean
protected  boolean SAXHandler.getNull(XMLData data)
          Get the null flag
protected  java.lang.String SAXHandler.getID(XMLData data)
          Get the id
protected  java.lang.String SAXHandler.getIDREF(XMLData data)
          Get the idref
protected  java.lang.String SAXHandler.getMapKey(XMLData data)
          Get the key into the map
 boolean ElementNameXMLFilter.filterOutputXMLData(XMLConvertorContext context, XMLData data)
          Filter the XMLData representation of an object.
 void ElementNameXMLFilter.filterInputXMLDataOnStartTag(XMLConvertorContext context, XMLData data)
           
 void ElementNameXMLFilter.filterInputXMLDataOnEndTag(XMLConvertorContext context, ModelElement element, XMLData data)
          Filter the XMLData representation of an object on input when the end tag is reached.
 boolean XMLFilter.filterOutputXMLData(XMLConvertorContext context, XMLData data)
          Filter the XMLData representation of an object.
 void XMLFilter.filterInputXMLDataOnStartTag(XMLConvertorContext context, XMLData data)
          Filter the XMLData representation of an object on input.
 void XMLFilter.filterInputXMLDataOnEndTag(XMLConvertorContext context, ModelElement element, XMLData data)
          Filter the XMLData representation of an object on input when the end tag is reached.
 void XMLConvertorContext.buildXMLData(XMLData data, java.lang.Object object)
          Call on to get another level of XMLData.
 void XMLConvertor.buildXMLData(XMLConvertorContext context, XMLData parent, java.lang.Object object)
          Build the XMLData representation of the object passed in.
 void XMLConvertor.expandXMLData(XMLConvertorContext context, XMLData data)
          Expand the collapsed XMLData object passed in.
 

Constructors in org.joda.property.xml with parameters of type XMLData
XMLData(XMLData parent, java.lang.String localName)
          Constructor
XMLData(XMLData parent, XMLName name)
          Constructor
 

Uses of XMLData in org.joda.property.xml.impl
 

Methods in org.joda.property.xml.impl with parameters of type XMLData
 void MapPropertyXMLConvertor.buildXMLData(XMLConvertorContext context, XMLData data, java.lang.Object object)
          Add the Property's data to the bean's XMLData passed in
 void MapPropertyXMLConvertor.expandXMLData(XMLConvertorContext context, XMLData data)
          Expand the XMLData when a MapProperty is stored as the content.
 void LinkPropertyXMLConvertor.buildXMLData(XMLConvertorContext context, XMLData data, java.lang.Object object)
          Add the Property's data to the bean's XMLData passed in
 void LinkPropertyXMLConvertor.expandXMLData(XMLConvertorContext context, XMLData data)
          Expand the XMLData when a LinkProperty is stored as the content.
 void DataPropertyXMLConvertor.buildXMLData(XMLConvertorContext context, XMLData data, java.lang.Object object)
          Add the DataProperty's data to the bean's XMLData passed in
protected  void DataPropertyXMLConvertor.buildAsElement(XMLConvertorContext context, XMLData data, java.lang.Object object)
          Build the property data as an element
protected  void DataPropertyXMLConvertor.buildAsAttribute(XMLConvertorContext context, XMLData data, java.lang.Object object)
          Build the property data as an attribute
 void DataPropertyXMLConvertor.expandXMLData(XMLConvertorContext context, XMLData data)
          Expand the XMLData when a DataProperty is stored as the content.
 void CollectionPropertyXMLConvertor.buildXMLData(XMLConvertorContext context, XMLData data, java.lang.Object object)
          Add the Property's data to the bean's XMLData passed in
 void CollectionPropertyXMLConvertor.expandXMLData(XMLConvertorContext context, XMLData data)
          Expand the XMLData when a CollectionProperty is stored as the content.
 void BeanXMLConvertor.expandXMLData(XMLConvertorContext context, XMLData data)
          Build the XMLData for a bean.
 void BeanXMLConvertor.buildPropertiesXMLData(XMLConvertorContext context, XMLData data, Bean bean)
          Build the XMLData for the properties.
 void BeanXMLConvertor.buildXMLData(XMLConvertorContext context, XMLData parent, java.lang.Object object)
          Build the XMLData representation of the bean passed in.
protected  void AbstractPropertyXMLConvertor.addAttributes(XMLData data, ModelElement el)
          Add attributes to the child XML data object
protected  void AbstractPropertyXMLConvertor.addAttributes(XMLData data, java.util.Map map)
          Add attributes to the child XML data object
protected  void AbstractPropertyXMLConvertor.addAttribute(XMLData data, java.lang.String key, java.lang.String value)
          Add attribute to the child XML data object
protected  void AbstractPropertyXMLConvertor.addTypeAttribute(XMLConvertorContext context, XMLData data, java.lang.Object content, java.lang.Class expectedType)
          Add type attribute to the child XML data object
protected  void AbstractPropertyXMLConvertor.addAttributesToParentXMLData(XMLData data, java.lang.String childName, ModelElement el)
          Add attributes to the parent XML data object using the prefix of the child name
protected  void AbstractPropertyXMLConvertor.addAttributesToParentXMLData(XMLData data, java.lang.String childName, java.util.Map map)
          Add attributes to the parent XML data object using the prefix of the child name
protected  void AbstractPropertyXMLConvertor.addAttributeToParentXMLData(XMLData data, java.lang.String childName, java.lang.String key, java.lang.String value)
          Add attributes to the parent XML data object using the prefix of the child name
protected  void AbstractPropertyXMLConvertor.addAttributeToParentXMLData(XMLData data, java.lang.String childName, java.lang.String value)
          Add attributes to the parent XML data object using the prefix of the child name
protected  void AbstractPropertyXMLConvertor.addTypeAttributeToParentXMLData(XMLConvertorContext context, XMLData data, java.lang.String childName, java.lang.Object content, java.lang.Class expectedType)
          Add type attribute to the parent XML data object using the prefix of the child name
 


Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.