public class CustomDomChildrenDescriptionImpl extends AbstractDomChildDescriptionImpl implements CustomDomChildrenDescription, AbstractCollectionChildDescription
CustomDomChildrenDescription.AttributeDescriptor, CustomDomChildrenDescription.TagNameDescriptor
EMPTY_ARRAY
Constructor and Description |
---|
CustomDomChildrenDescriptionImpl(DomExtensionImpl custom) |
CustomDomChildrenDescriptionImpl(JavaMethod getter) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AbstractDomChildDescriptionImpl o) |
EvaluatedXmlName |
createEvaluatedXmlName(DomInvocationHandler parent,
XmlTag childTag) |
boolean |
equals(java.lang.Object obj) |
CustomDomChildrenDescription.AttributeDescriptor |
getCustomAttributeDescriptor() |
JavaMethod |
getGetterMethod() |
java.util.List<XmlTag> |
getSubTags(DomInvocationHandler handler,
XmlTag[] subTags,
XmlFile file) |
CustomDomChildrenDescription.TagNameDescriptor |
getTagNameDescriptor() |
java.util.List<? extends DomElement> |
getValues(DomElement parent) |
java.util.List<? extends DomElement> |
getValues(DomInvocationHandler parent) |
int |
hashCode() |
addCustomAnnotation, canNavigate, canNavigateToSource, getAnnotation, getDeclaration, getDomDeclaration, getDomNameStrategy, getPresentationTemplate, getStableValues, getType, getUserData, isStubbed, isValid, navigate, setUserMap
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDeclaration, getDomDeclaration, getDomNameStrategy, getPresentationTemplate, getStableValues, getType, getUserData, isStubbed
getAnnotation
canNavigate, canNavigateToSource, navigate
public CustomDomChildrenDescriptionImpl(JavaMethod getter)
public CustomDomChildrenDescriptionImpl(DomExtensionImpl custom)
public JavaMethod getGetterMethod()
public java.util.List<? extends DomElement> getValues(DomInvocationHandler parent)
public java.util.List<? extends DomElement> getValues(DomElement parent)
getValues
in interface AbstractDomChildrenDescription
public int compareTo(AbstractDomChildDescriptionImpl o)
compareTo
in interface java.lang.Comparable<AbstractDomChildDescriptionImpl>
public java.util.List<XmlTag> getSubTags(DomInvocationHandler handler, XmlTag[] subTags, XmlFile file)
getSubTags
in interface AbstractCollectionChildDescription
public EvaluatedXmlName createEvaluatedXmlName(DomInvocationHandler parent, XmlTag childTag)
createEvaluatedXmlName
in interface AbstractCollectionChildDescription
public CustomDomChildrenDescription.TagNameDescriptor getTagNameDescriptor()
getTagNameDescriptor
in interface CustomDomChildrenDescription
public CustomDomChildrenDescription.AttributeDescriptor getCustomAttributeDescriptor()
getCustomAttributeDescriptor
in interface CustomDomChildrenDescription
public boolean equals(java.lang.Object obj)
equals
in class AbstractDomChildDescriptionImpl
public int hashCode()
hashCode
in class AbstractDomChildDescriptionImpl