|
||
class CDTDNode : public CBNFNode;
Document Type Definition (DTD) node that forms part of a DTD tree.
CTypedNode< TInt, const TDesC * >
- No description.
CBNFNode
- Backus-Naur Form (BNF) node that forms part of a BNF tree (CBNFParser).
CDTDNode
- Document Type Definition (DTD) node that forms part of a DTD tree.
Defined in CDTDNode
:
AddCompletedAttributeL()
Adds the completed attribute to the node. KCompletedAttrID
NewL()
Allocates and constructs a new parentless node.anonymous
~CDTDNode()
Destructor. Inherited from CBNFNode
:
CBNFNode(TInt)
KNMoreCount()
Gets the match n or more times attribute type.KNMoreMaximum()
Gets the match n or more maximum times attribute type.KNMoreMinimum()
Gets the match n or more minimum times attribute type.KPostRuleCallback()
Gets the post-rule callback attribute type.KPreRuleCallback()
Gets the pre-rule callback attribute type.KRangeEnd()
Gets the range end attribute type.KRangeStart()
Gets the range start attribute type.KReference()
Gets the reference attribute type.NewL(TInt)
Allocates and constructs a new parentless node.static inline CDTDNode* NewL();
Allocates and constructs a new parentless node.
|