Uses of Class
com.jaxfront.core.type.ListModificationException

Packages that use ListModificationException
com.jaxfront.core.type   
com.jaxfront.core.xpath   
 

Uses of ListModificationException in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that throw ListModificationException
 java.lang.Object AbstractListType.delete(java.lang.Object source, int index, boolean isTemporary, boolean check)
          Deletes a type according its index from the list saying if this is just temporary and if the cardinality should be checked.
 java.lang.Object ListType.delete(Type type)
          Deletes a type from the list.
 java.lang.Object EditingType.delete(Type type)
           
 java.lang.Object AbstractListType.delete(Type type)
          Deletes a type from the list.
 java.lang.Object AbstractListType.delete(Type type, boolean isTemporary)
          Deletes a type from the list saying if this is just temporary.
 java.lang.Object AbstractListType.delete(Type type, boolean isTemporary, boolean check)
          Deletes a type from the list saying if this is just temporary and if the cardinality should be checked.
 boolean ListType.isListItemRemoveable(Type type)
           
 boolean EditingType.isListItemRemoveable(Type type)
           
 boolean AbstractListType.isListItemRemoveable(Type listEntry)
           
 boolean Type.remove()
          Removes this type from the JAXFront DOM.
 boolean SimpleType.remove()
           
 boolean ISimpleType.remove()
          Removes this type from the JAXFront DOM.
 boolean EditingType.remove()
           
 boolean AbstractType.remove()
          Removes this type from the JAXFront DOM.
 void Type.removeAll()
          Removes all types from this type.
 void EditingType.removeAll()
           
abstract  void AbstractType.removeAll()
          Removes all types from this type.
 void AbstractCompositeType.removeAll()
          Removes all childs (composite types) of this type.
 void AbstractType.removeAllKeyReferences()
          Adds a new key reference to the key selector type.
 java.lang.Object ListType.removeChild(int index)
          Removes the list item with the given index from the list.
 java.lang.Object EditingType.removeChild(int index)
           
 java.lang.Object AbstractListType.removeChild(int index)
          Removes the child with the given index from the list.
 boolean Type.removeChild(Type child)
          Removes a child from the JAXFront DOM.
 boolean EditingType.removeChild(Type child)
           
abstract  boolean AbstractType.removeChild(Type child)
          Removes a child from the JAXFront DOM.
 boolean AbstractListType.removeChild(Type child)
          Removes a child from the JAXFront DOM.
 void EditingType.removeChoices()
           
 void CompositeType.removeChoices()
          Removes the selected choosen type.
 void AbstractCompositeType.removeChoices()
          Removes the selected choosen type.
 java.lang.Object ListType.removeLastChild(boolean temporary)
          Removes the last list item from the list.
 java.lang.Object EditingType.removeLastChild(boolean temporary)
           
 java.lang.Object AbstractListType.removeLastChild(boolean isTemporary)
          Removes a child from the JAXFront DOM.
 

Uses of ListModificationException in com.jaxfront.core.xpath
 

Methods in com.jaxfront.core.xpath that throw ListModificationException
 java.lang.Object XPathDummyChoiceTypeWrapper.delete(Type type)
           
 boolean XPathDummyChoiceTypeWrapper.isListItemRemoveable(Type type)
           
 boolean XPathDummyChoiceTypeWrapper.remove()
           
 void XPathDummyChoiceTypeWrapper.removeAll()
           
 java.lang.Object XPathDummyChoiceTypeWrapper.removeChild(int index)
           
 boolean XPathDummyChoiceTypeWrapper.removeChild(Type child)
           
 void XPathDummyChoiceTypeWrapper.removeChoices()
           
 java.lang.Object XPathDummyChoiceTypeWrapper.removeLastChild(boolean temporary)