|
| XMLConfigImpl (const xercesc::DOMElement *e, bool first, XMLConfig *outer, xmltooling::logging::Category &log) |
|
boost::shared_ptr< Application > | findExternalOverride (const char *, const XMLConfig *) |
|
xercesc::DOMNodeFilter::FilterAction | acceptNode (const xercesc::DOMNode *node) const |
|
void | setDocument (xercesc::DOMDocument *doc) |
|
const PropertySet * | getParent () const |
| Returns parent of this PropertySet, if any.
|
|
void | setParent (const PropertySet *parent) |
| Establishes a "parent" PropertySet to supply inherited settings.
|
|
std::pair< bool, bool > | getBool (const char *name, const char *ns=nullptr) const |
| Returns a boolean-valued property.
|
|
std::pair< bool, const char * > | getString (const char *name, const char *ns=nullptr) const |
| Returns a string-valued property.
|
|
std::pair< bool, const XMLCh * > | getXMLString (const char *name, const char *ns=nullptr) const |
| Returns a Unicode string-valued property.
|
|
std::pair< bool, unsigned int > | getUnsignedInt (const char *name, const char *ns=nullptr) const |
| Returns an unsigned integer-valued property.
|
|
std::pair< bool, int > | getInt (const char *name, const char *ns=nullptr) const |
| Returns an integer-valued property.
|
|
const PropertySet * | getPropertySet (const char *name, const char *ns=shibspconstants::ASCII_SHIBSPCONFIG_NS) const |
| Returns a nested property set.
|
|
const xercesc::DOMElement * | getElement () const |
| Returns a DOM element representing the property container, if any.
|
|
void | load (const xercesc::DOMElement *e, xmltooling::logging::Category *log=nullptr, xercesc::DOMNodeFilter *filter=nullptr, const Remapper *remapper=nullptr, const xmltooling::QName *unsetter=nullptr) |
| Loads the property set from a DOM element.
|
|