public interface ElementClassBase extends ElementMetaBase
| Modifier and Type | Method and Description |
|---|---|
void |
addElementClassAttribute(ElementClassAttribute elementClassAttribute) |
void |
addElementConfigurators(ElementConfigurator elementConfigurator) |
void |
addElementParent(String namespaceUri,
String tag)
Add an parent element tag.
|
ElementClassAttribute |
getElementClassAttributeByName(String attributeName) |
Collection<ElementClassAttribute> |
getElementClassAttributes() |
List<ElementConfigurator> |
getElementConfigurators() |
List<String> |
getElementParents(String namespaceUri)
Returns list of parent element tags.
|
void |
removeElementParent(String namespaceUri,
String tag)
Remove and parent element
Used: for xsd/doc only.
|
getDescription, getId, setDescription, setIdList<ElementConfigurator> getElementConfigurators()
void addElementConfigurators(ElementConfigurator elementConfigurator)
Collection<ElementClassAttribute> getElementClassAttributes()
ElementClassAttribute getElementClassAttributeByName(String attributeName)
void addElementClassAttribute(ElementClassAttribute elementClassAttribute)
void addElementParent(String namespaceUri, String tag)
namespaceUri - The namespace uri of this tag relation.tag - The parent element tag.void removeElementParent(String namespaceUri, String tag)
namespaceUri - The namespace uri of this tag relation.tag - The parent element tag.Copyright © 2004-2013 X4O. All Rights Reserved.