Uses of Class
system.xml.serialization.XmlAnyElementAttribute
-
Packages that use XmlAnyElementAttribute Package Description system.xml.serialization -
-
Uses of XmlAnyElementAttribute in system.xml.serialization
Methods in system.xml.serialization that return XmlAnyElementAttribute Modifier and Type Method Description static XmlAnyElementAttribute
XmlAnyElementAttribute. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXmlAnyElementAttribute
, a cast assert is made to check if types are compatible.Methods in system.xml.serialization with parameters of type XmlAnyElementAttribute Modifier and Type Method Description int
XmlAnyElementAttributes. Add(XmlAnyElementAttribute attribute)
boolean
XmlAnyElementAttributes. Contains(XmlAnyElementAttribute attribute)
void
XmlAnyElementAttributes. CopyTo(XmlAnyElementAttribute[] array, int index)
int
XmlAnyElementAttributes. IndexOf(XmlAnyElementAttribute attribute)
void
XmlAnyElementAttributes. Insert(int index, XmlAnyElementAttribute attribute)
void
XmlAnyElementAttributes. Remove(XmlAnyElementAttribute attribute)
-