comet.CXMLNode¶
- class comet.CXMLNode¶
Methods¶
- CXMLNode.getName() str¶
Get the name of this node.
- Returns:
The name of this node
- Return type:
- Available:
InDesign® comet_pdf® Illustrator®
- CScript:
- CXMLNode.getType() int¶
Get the type of this node.
- Returns:
The type of this node
- Return type:
- Available:
InDesign® comet_pdf® Illustrator®
- CScript:
- CXMLNode.getPath() str¶
Get the path to this node.
- Returns:
The path of this node
- Return type:
- Available:
InDesign® comet_pdf® Illustrator®
- CScript:
- CXMLNode.getContent() str¶
Get the content of this node.
- Returns:
The text content of this node
- Return type:
- Available:
InDesign® comet_pdf® Illustrator®
- CScript:
- CXMLNode.getChildren() list[CXMLNode]¶
Get the child nodes of this node.
- Returns:
The children of this node
- Return type:
- Available:
InDesign® comet_pdf® Illustrator®
- CScript: