MCPcopy Create free account
hub / github.com/FrictionalGames/HPL1Engine / TiXmlVisitor

Class TiXmlVisitor

include/impl/tinyXML/tinyxml.h:124–147  ·  view source on GitHub ↗

If you call the Accept() method, it requires being passed a TiXmlVisitor class to handle callbacks. For nodes that contain other nodes (Document, Element) you will get called with a VisitEnter/VisitExit pair. Nodes that are always leaves are simple called with Visit(). If you return 'true' from a Visit method, recursive parsing will continue. If you return false, no children of this node

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected