XmlValidator
class XmlValidator : (RefCountedWrappedObjectSernaApi::RefCountedWrappedObject) : enum ValidationMode { OPEN_MODE = 001, EDIT_MODE = 002, PARTIAL = 004, DONT_MAKE_ELEMS = 010, HIDE_PROGRESS = 020, XINCLUDE = 040, SILENT_MODE = 0100, DEFAULT_MODE = (OPEN_MODE|DONT_MAKE_ELEMS|HIDE_PROGRESS) }; # construct/copy/destruct __init__(SernaApiBase * = 0) # public member functions bool validate(const GroveElement &, int = DEFAULT_MODE) const