FOM Reference > DOM Support > XPath Extensions > fxElementContent interface
  
fxElementContent interface
The 3b2 fxElementContent interface.
xmlElementContentType enumeration
The Element Content type for element declarations.
The xmlElementContentType enumeration has the following constants of type unsigned short.
CONTENT_NONE = 0
No element content type.
CONTENT_PCDATA = 1
The character data content type.
CONTENT_ELEMENT = 2
The child element content type.
CONTENT_SEQ = 3
The sequence of child elements type.
CONTENT_OR = 4
The selection content type.
xmlElementContentOccur enumeration
The occurrence element content type.
The xmlElementContentOccur enumeration has the following constants of type unsigned short.
CONTENT_OCCUR_NONE = 0
The type for no element content occurrence.
CONTENT_OCCUR_ONCE = 1
The type for element content only occurring once.
CONTENT_OCCUR_OPT = 2
The type for optional element content.
CONTENT_OCCUR_MULT = 3
The type for element content occurring zero or multiple times.
CONTENT_OCCUR_PLUS = 4
The type for element content occurring zero or once.
contentList1 attribute
The array used to hold the first part of the element content tree.
contentList1
Access
read-only
Returns
fArray
contentList2 attribute
The array used to hold the second part of the element content tree.
contentList2
Access
read-only
Returns
fArray
contentListOwningDocument attribute
The owning fxDocument of the element content list.
contentListOwningDocument
Access
read-only
Returns
fxDocument
contentListParent attribute
The parent of the element content list.
contentListParent
Access
read-only
Returns
fxElementContent
elementContentOccur attribute
See xmlElementContentOccur group above for details.
elementContentOccur
Access
read-only
Returns
unsigned short
elementContentType attribute
See xmlElementContentType group above for details.
elementContentType
Access
read-only
Returns
unsigned short
name attribute
The name of the element content.
name
Access
read-only
Returns
String
prefix attribute
The namespace prefix of the element content.
prefix
Access
read-only
Returns
String