public class StaticGenericInfo extends DomGenericInfoEx
public boolean checkInitialized()
checkInitialized
in class DomGenericInfoEx
public GenericDomValue getNameDomElement(DomElement element)
public java.util.List<? extends CustomDomChildrenDescriptionImpl> getCustomNameChildrenDescription()
public java.lang.String getElementName(DomElement element)
public java.util.List<AbstractDomChildDescriptionImpl> getChildrenDescriptions()
public java.util.List<? extends DomFixedChildDescription> getFixedChildrenDescriptions()
public java.util.List<? extends DomCollectionChildDescription> getCollectionChildrenDescriptions()
public boolean isTagValueElement()
public java.util.List<AttributeChildDescriptionImpl> getAttributeChildrenDescriptions()
getAttributeChildrenDescriptions
in interface DomGenericInfo
getAttributeChildrenDescriptions
in class DomGenericInfoEx
public boolean processAttributeChildrenDescriptions(Processor<? super AttributeChildDescriptionImpl> processor)
processAttributeChildrenDescriptions
in class DomGenericInfoEx
public DomFixedChildDescription getFixedChildDescription(java.lang.String tagName)
public DomFixedChildDescription getFixedChildDescription(java.lang.String tagName, java.lang.String namespaceKey)
public DomCollectionChildDescription getCollectionChildDescription(java.lang.String tagName)
public DomCollectionChildDescription getCollectionChildDescription(java.lang.String tagName, java.lang.String namespaceKey)
public DomAttributeChildDescription getAttributeChildDescription(java.lang.String attributeName)
public DomAttributeChildDescription getAttributeChildDescription(java.lang.String attributeName, java.lang.String namespaceKey)
public ChildrenDescriptionsHolder<AttributeChildDescriptionImpl> getAttributes()
public ChildrenDescriptionsHolder<CollectionChildDescriptionImpl> getCollections()
public ChildrenDescriptionsHolder<FixedChildDescriptionImpl> getFixed()