Add a rootElement to be managed by this ODOMEditorContext. If the given element is already managed then this method does nothing. The added element is validated as it is added.
@param rootElement the root ODOMElement to be managed.
@param rootElementIdentifier a String that is uniquely associated withthe root element. This String is used for generating resource markers and in the case of editors that edit multiple files within the same resource is used to identify which file the problem is associated with - e.g. the DeviceEditor. Can be null.
@throws SAXException if there is a validation problem
@throws ParserErrorException if there is a validation problem
@throws IllegalArgumentException if rootElement is not a root element
Add a root element to the validator. This will generally be the HTML element to which all children are added. However, it may also be other elements to represent comments or similar.
@param e The element to add
Add a root element name for the Descriptor This value is stored in place of a table name
@param rootElementName a root element to specify on this Descriptor
PUBLIC: Add a root element name for the Descriptor This value is stored in place of a table name
@param rootElementName a root element to specify on this Descriptor
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.