public class DynamicGenericInfo extends DomGenericInfoEx
| Constructor and Description |
|---|
DynamicGenericInfo(DomInvocationHandler handler,
StaticGenericInfo staticGenericInfo) |
public DynamicGenericInfo(DomInvocationHandler handler, StaticGenericInfo staticGenericInfo)
public final boolean checkInitialized()
checkInitialized in class DomGenericInfoExpublic GenericDomValue getNameDomElement(DomElement element)
public java.util.List<? extends CustomDomChildrenDescription> getCustomNameChildrenDescription()
public java.lang.String getElementName(DomElement element)
public java.util.List<AbstractDomChildDescriptionImpl> getChildrenDescriptions()
public final java.util.List<FixedChildDescriptionImpl> getFixedChildrenDescriptions()
public final java.util.List<CollectionChildDescriptionImpl> getCollectionChildrenDescriptions()
public FixedChildDescriptionImpl getFixedChildDescription(java.lang.String tagName)
public DomFixedChildDescription getFixedChildDescription(java.lang.String tagName, java.lang.String namespace)
public CollectionChildDescriptionImpl getCollectionChildDescription(java.lang.String tagName)
public DomCollectionChildDescription getCollectionChildDescription(java.lang.String tagName, java.lang.String namespace)
public AttributeChildDescriptionImpl getAttributeChildDescription(java.lang.String attributeName)
public DomAttributeChildDescription getAttributeChildDescription(java.lang.String attributeName, java.lang.String namespace)
public boolean isTagValueElement()
public java.util.List<AttributeChildDescriptionImpl> getAttributeChildrenDescriptions()
getAttributeChildrenDescriptions in interface DomGenericInfogetAttributeChildrenDescriptions in class DomGenericInfoExpublic boolean processAttributeChildrenDescriptions(Processor<? super AttributeChildDescriptionImpl> processor)
processAttributeChildrenDescriptions in class DomGenericInfoEx