All Frameworks  Class Hierarchy  This Framework  Next  Indexes

XMLParser Class CATDOMNodeFilterType

CATDOMNodeFilterType
 

Usage: you must use this class as is. You should never derive it.


public class CATDOMNodeFilterType

Class to group the constants which can be passed to the iWhatToShow parameter of the CATIDOMTreeWalker and CATIDOMNodeIterator classes.
You never instantiate this class.

See also:
CATIDOMDocumentTraversal, CATIDOMTreeWalker.GetWhatToShow, CATIDOMNodeIterator.GetWhatToShow


Data Member Index


o SHOW_ALL
Show all instances of CATIDOMNode.
o SHOW_ATTRIBUTE
Show all instances of CATIDOMAttr.
o SHOW_CDATA_SECTION
Show all instances of CATIDOMCDATASection.
o SHOW_COMMENT
Show all instances of CATIDOMComment.
o SHOW_DOCUMENT
Show all instances of CATIDOMDocument.
o SHOW_DOCUMENT_FRAGMENT
Show all instances of CATIDOMDocumentFragment.
o SHOW_DOCUMENT_TYPE
Show all instances of CATIDOMDocumentType.
o SHOW_ELEMENT
Show all instances of CATIDOMElement.
o SHOW_ENTITY
Show all instances of CATIDOMEntity.
o SHOW_ENTITY_REFERENCE
Show all instances of CATIDOMEntityReference.
o SHOW_NOTATION
Show all instances of CATIDOMNotation.
o SHOW_PROCESSING_INSTRUCTION
Show all instances of CATIDOMProcessingInstruction.
o SHOW_TEXT
Show all instances of CATIDOMText.

Data Members


o SHOW_ALL
  public static const unsigned int SHOW_ALL
Show all instances of CATIDOMNode.
See also:
CATIDOMNode
o SHOW_ATTRIBUTE
  public static const unsigned int SHOW_ATTRIBUTE
Show all instances of CATIDOMAttr. This is meaningful only when creating an iterator or tree-walker with an attribute node as its CATIDOMTreeWalker.GetRoot; in this case, it means that the attribute node will appear in the first position of the iteration or traversal. Since attributes are never children of other nodes, they do not appear when traversing over the document tree.
See also:
CATIDOMAttr
o SHOW_CDATA_SECTION
  public static const unsigned int SHOW_CDATA_SECTION
Show all instances of CATIDOMCDATASection.
See also:
CATIDOMCDATASection
o SHOW_COMMENT
  public static const unsigned int SHOW_COMMENT
Show all instances of CATIDOMComment.
See also:
CATIDOMComment
o SHOW_DOCUMENT
  public static const unsigned int SHOW_DOCUMENT
Show all instances of CATIDOMDocument.
See also:
CATIDOMDocument
o SHOW_DOCUMENT_FRAGMENT
  public static const unsigned int SHOW_DOCUMENT_FRAGMENT
Show all instances of CATIDOMDocumentFragment.
See also:
CATIDOMDocumentFragment
o SHOW_DOCUMENT_TYPE
  public static const unsigned int SHOW_DOCUMENT_TYPE
Show all instances of CATIDOMDocumentType.
See also:
CATIDOMDocumentType
o SHOW_ELEMENT
  public static const unsigned int SHOW_ELEMENT
Show all instances of CATIDOMElement.
See also:
CATIDOMElement
o SHOW_ENTITY
  public static const unsigned int SHOW_ENTITY
Show all instances of CATIDOMEntity. This is meaningful only when creating an iterator or tree-walker with an CATIDOMEntity node as its CATIDOMTreeWalker.GetRoot; in this case, it means that the CATIDOMEntity node will appear in the first position of the traversal. Since entities are not part of the document tree, they do not appear when traversing over the document tree.
See also:
CATIDOMEntity
o SHOW_ENTITY_REFERENCE
  public static const unsigned int SHOW_ENTITY_REFERENCE
Show all instances of CATIDOMEntityReference.
See also:
CATIDOMEntityReference
o SHOW_NOTATION
  public static const unsigned int SHOW_NOTATION
Show all instances of CATIDOMNotation. This is meaningful only when creating an iterator or tree-walker with a CATIDOMNotation node as its CATIDOMTreeWalker.GetRoot; in this case, it means that the CATIDOMNotation node will appear in the first position of the traversal. Since notations are not part of the document tree, they do not appear when traversing over the document tree.
See also:
CATIDOMNotation
o SHOW_PROCESSING_INSTRUCTION
  public static const unsigned int SHOW_PROCESSING_INSTRUCTION
Show all instances of CATIDOMProcessingInstruction.
See also:
CATIDOMProcessingInstruction
o SHOW_TEXT
  public static const unsigned int SHOW_TEXT
Show all instances of CATIDOMText.
See also:
CATIDOMText

This object is included in the file: CATDOMNodeFilterType.h
If needed, your Imakefile.mk should include the module: CATXMLParserItf

Copyright © 2003, Dassault Systèmes. All rights reserved.