A B C D E F G H I L M N O P Q R S T U V W X

I

ILLEGAL_ARGUMENT - Static variable in class com.virtualweaver.xotics.datamodel.XoException
When argument specified is not valid (i.e. null object).
INFINITY - Static variable in class com.virtualweaver.xotics.datamodel.datatype.XsdDouble
 
INFINITY - Static variable in class com.virtualweaver.xotics.datamodel.datatype.XsdFloat
 
INFO - Static variable in class com.virtualweaver.xotics.datamodel.XoLogMessageBuffer
 
INIT_DMD_AUTO_LOADING_ENABLED - Static variable in interface com.virtualweaver.xotics.datamodel.XoConstants
Init option used when loading/creating a DM instance, and in init options of DMDL.
INIT_HISTORY_SIZE - Static variable in interface com.virtualweaver.xotics.datamodel.XoConstants
Init option used when loading/creating a DM instance, and in init options of DMDL.
INIT_READ_ONLY - Static variable in interface com.virtualweaver.xotics.datamodel.XoConstants
Init option used when loading/creating a DM instance, and in init options of DMDL.
INIT_REQUESTABLE - Static variable in interface com.virtualweaver.xotics.datamodel.XoConstants
Init option used when loading/creating a DM instance, and in init options of DMDL.
INVALID_DATAMODEL - Static variable in class com.virtualweaver.xotics.datamodel.XoException
This data-model is invalid.
INVALID_OBJECT - Static variable in class com.virtualweaver.xotics.datamodel.XoException
When an Xo object or derived or PropertyEditor is not valid.
importDMInstance(XoDMInstance, XoContainer) - Method in interface com.virtualweaver.xotics.datamodel.XoDMInstance
Imports entire content copy of external DM instance edm as child of container param ppos. note that this is a deep copy made from content tree that is added as child of ppos
initCustomEditor() - Method in class com.virtualweaver.xotics.datamodel.editor.XoAbstractPropertyEditor
This method informs this to init or reinit the graphical UI previously created by createCustomEditor().
initCustomEditor() - Method in class com.virtualweaver.xotics.datamodel.editor.XoBooleanPropertyEditor
 
initCustomEditor() - Method in class com.virtualweaver.xotics.datamodel.editor.XoBooleanXsdPropertyEditor
 
initCustomEditor() - Method in class com.virtualweaver.xotics.datamodel.editor.XoCalendarXsdPropertyEditor
 
initCustomEditor() - Method in class com.virtualweaver.xotics.datamodel.editor.XoEnumPropertyEditor
 
initCustomEditor() - Method in class com.virtualweaver.xotics.datamodel.editor.XoFPXsdPropertyEditor
 
initCustomEditor() - Method in class com.virtualweaver.xotics.datamodel.editor.XoIdRefXsdPropertyEditor
 
initCustomEditor() - Method in class com.virtualweaver.xotics.datamodel.editor.XoLanguageXsdPropertyEditor
 
initCustomEditor() - Method in class com.virtualweaver.xotics.datamodel.editor.XoNumericXsdPropertyEditor
 
initCustomEditor() - Method in class com.virtualweaver.xotics.datamodel.editor.XoQNameXsdPropertyEditor
 
initCustomEditor() - Method in class com.virtualweaver.xotics.datamodel.editor.XoStringXsdPropertyEditor
 
initCustomEditor() - Method in class com.virtualweaver.xotics.datamodel.editor.XoTextualPropertyEditor
 
initCustomEditor() - Method in class com.virtualweaver.xotics.datamodel.editor.XoXsdPropertyEditor
 
instanciate(String) - Method in class com.virtualweaver.xotics.datamodel.datatype.XdtList
 
intersect(XdpSequence[]) - Method in interface com.virtualweaver.xotics.datamodel.XoRequestToolkit
Computes intersection of all XPath sequences given in array param seq (seq[0] | seq[1] | seq{2] ...), and returns result in seq[0].
isAttributeNode() - Method in class com.virtualweaver.xotics.datamodel.datatype.XdpNode
 
isCdataSection() - Method in interface com.virtualweaver.xotics.datamodel.XoText
Indicates whether this node is a CDATA Section.
isCdataSection() - Method in interface com.virtualweaver.xotics.datamodel.XoTextContainer
Indicates whether this node is a CDATA Section.
isCdataSection() - Method in class com.virtualweaver.xotics.datamodel.XoTextContainerSupport
 
isCdataSection() - Method in class com.virtualweaver.xotics.datamodel.XoTextSupport
 
isConstrained() - Method in interface com.virtualweaver.xotics.datamodel.XoProperty
Tells whether setter method of this property takes care of JavaBean property veto feature.
isElementNode() - Method in class com.virtualweaver.xotics.datamodel.datatype.XdpNode
 
isError() - Method in class com.virtualweaver.xotics.datamodel.XoLogMessageBuffer.XoLogMessage
Tells if message type is an ERROR message
isForwardAxis() - Method in class com.virtualweaver.xotics.datamodel.datatype.XdpAnt
 
isIndexed() - Method in interface com.virtualweaver.xotics.datamodel.XoProperty
Returns true if this property is an indexed JavaBean property (i.e is Java type is an array).
isInfo() - Method in class com.virtualweaver.xotics.datamodel.XoLogMessageBuffer.XoLogMessage
Tells if message type is an INFO message
isInsertDMLocation() - Method in interface com.virtualweaver.xotics.datamodel.XoDMInstance
Indicates whether or not this will insert a processing instruction, when saving this to file, indicating the DM modules needed to create this during XML parsing.
isInstance(XsdDataType, String) - Method in class com.virtualweaver.xotics.datamodel.xpath.XpContext
Utility method to know whether dt param derives from or is instance of XS datatype (in XSD context) identified by gname (in prefix:localname format).
isInstance(XsdDataType, String, String) - Method in class com.virtualweaver.xotics.datamodel.xpath.XpContext
same method as XpContext.isInstance(XsdDataType, String) with a dattype designated by namespace and local name rather than prefix:localname.
isInstance(XsdDataType, String[], String[]) - Method in class com.virtualweaver.xotics.datamodel.xpath.XpContext
Utility method to perform multiple checks like XpContext.isInstance(XsdDataType, String, String) does.
isLockOwner() - Method in interface com.virtualweaver.xotics.datamodel.XoDMInstance
Tells whether calling thread is the lock owner of this.
isLocked() - Method in interface com.virtualweaver.xotics.datamodel.XoDMInstance
Tells whether this is locked by any thread.
isNumericType(XsdDataType) - Method in class com.virtualweaver.xotics.datamodel.xpath.XpContext
Utility method to know if dt is a numeric XSD.
isPaintable() - Method in class com.virtualweaver.xotics.datamodel.editor.XoAbstractPropertyEditor
by default, return false. if derived class returns true, it must also implement paintValue() from PropertyEditor interface.
isPartEnum() - Static method in class com.virtualweaver.xotics.datamodel.datatype.XdtEnum
This method returns null, but must be overriden to return true if derived type is a partial enum type.
isPartEnum() - Method in class com.virtualweaver.xotics.datamodel.editor.XoEnumPropertyEditor
 
isPartEnum() - Method in class com.virtualweaver.xotics.datamodel.editor.XoXmlWSPropertyEditor
 
isPositive() - Method in class com.virtualweaver.xotics.datamodel.datatype.XdtDuration
 
isPropertyNode() - Method in class com.virtualweaver.xotics.datamodel.datatype.XdpNode
 
isReadOnly() - Method in interface com.virtualweaver.xotics.datamodel.XoDMInstance
Tells whether this is in read-only mode.
isReleased() - Method in interface com.virtualweaver.xotics.datamodel.XoDMInstance
Tells whether this has been released.
isRequestable() - Method in interface com.virtualweaver.xotics.datamodel.XoDMInstance
If this methods returns false, it means that this instance can not be requested by XPath.
isReverseAxis() - Method in class com.virtualweaver.xotics.datamodel.datatype.XdpAnt
 
isRootNode() - Method in class com.virtualweaver.xotics.datamodel.datatype.XdpNode
 
isTextPropertyNode() - Method in class com.virtualweaver.xotics.datamodel.datatype.XdpNode
 
isWarning() - Method in class com.virtualweaver.xotics.datamodel.XoLogMessageBuffer.XoLogMessage
Tells if message type is a WARNING message
isWelcome(XoContainer, XoObject, int) - Method in interface com.virtualweaver.xotics.datamodel.XoDMInstance
This method is the thread-safe version of XoContainer.isXoObjectWelcome(XoObject, int).
isXoObjectWelcome(XoObject, int) - Method in interface com.virtualweaver.xotics.datamodel.XoContainer
This method can be called before adding an XO object to know if it can be added at the specified index.
isXoObjectWelcome(XoObject, int) - Method in class com.virtualweaver.xotics.datamodel.XoContainerSupport
This method returns allways true and so should be overriden to perform specific checks
isXoPropertyToWrite(String) - Method in interface com.virtualweaver.xotics.datamodel.XoObject
Informs XML writing system of what to do with this property : write or not ?
isXoPropertyToWrite(String) - Method in class com.virtualweaver.xotics.datamodel.XoObjectSupport
Returns false, as there is no published property for this.
isXsdType - Variable in class com.virtualweaver.xotics.datamodel.editor.XoXsdPropertyEditor
Must be true if derived class is an XSD PE (default) , false if it is a wrapper

A B C D E F G H I L M N O P Q R S T U V W X