TiXmlUnknown
from panda3d.core import TiXmlUnknown
- class TiXmlUnknown
Bases:
Bases:
TiXmlNode
Any tag that tinyXml doesn’t recognize is saved as an unknown. It is a tag of text, but should not be modified. It will be written back to the XML, unchanged, when the file is saved.
DTD tags get thrown into TiXmlUnknowns.
Inheritance diagram
- __init__()
- __init__(copy: TiXmlUnknown)
- assign(copy: TiXmlUnknown) TiXmlUnknown