|
CFx SDK Documentation 2026 SP0
|
#include <OdXmlRestriction.h>
Public Types | |
| enum | WhiteSpace { UNDEFINED , PRESERVE , REPLACE , COLLAPSE } |
Public Member Functions | |
| OdXmlRestriction () | |
| bool | readXml (xmlNodePtr) |
| void | writeXml (xmlNodePtr) const |
| bool | operator== (const OdXmlRestriction &) const |
| bool | operator!= (const OdXmlRestriction &other) const |
Public Attributes | |
| OdAnsiString | base |
| OdRxValue | minExclusive |
| OdRxValue | minInclusive |
| OdRxValue | maxExclusive |
| OdRxValue | maxInclusive |
| OdRxValue | totalDigits |
| OdRxValue | fractionDigits |
| OdRxValue | length |
| OdRxValue | minLength |
| OdRxValue | maxLength |
| OdAnsiStringArray | enumeration |
| enum OdXmlRestriction::WhiteSpace | whiteSpace |
| OdAnsiString | pattern |
Definition at line 33 of file OdXmlRestriction.h.
| Enumerator | |
|---|---|
| UNDEFINED | |
| PRESERVE | |
| REPLACE | |
| COLLAPSE | |
Definition at line 49 of file OdXmlRestriction.h.
| OdXmlRestriction::OdXmlRestriction | ( | ) |
|
inline |
Definition at line 54 of file OdXmlRestriction.h.
| bool OdXmlRestriction::operator== | ( | const OdXmlRestriction & | ) | const |
| bool OdXmlRestriction::readXml | ( | xmlNodePtr | ) |
| void OdXmlRestriction::writeXml | ( | xmlNodePtr | ) | const |
| OdAnsiString OdXmlRestriction::base |
Definition at line 38 of file OdXmlRestriction.h.
| OdAnsiStringArray OdXmlRestriction::enumeration |
Definition at line 48 of file OdXmlRestriction.h.
| OdRxValue OdXmlRestriction::fractionDigits |
Definition at line 44 of file OdXmlRestriction.h.
| OdRxValue OdXmlRestriction::length |
Definition at line 45 of file OdXmlRestriction.h.
| OdRxValue OdXmlRestriction::maxExclusive |
Definition at line 41 of file OdXmlRestriction.h.
| OdRxValue OdXmlRestriction::maxInclusive |
Definition at line 42 of file OdXmlRestriction.h.
| OdRxValue OdXmlRestriction::maxLength |
Definition at line 47 of file OdXmlRestriction.h.
| OdRxValue OdXmlRestriction::minExclusive |
Definition at line 39 of file OdXmlRestriction.h.
| OdRxValue OdXmlRestriction::minInclusive |
Definition at line 40 of file OdXmlRestriction.h.
| OdRxValue OdXmlRestriction::minLength |
Definition at line 46 of file OdXmlRestriction.h.
| OdAnsiString OdXmlRestriction::pattern |
Definition at line 52 of file OdXmlRestriction.h.
| OdRxValue OdXmlRestriction::totalDigits |
Definition at line 43 of file OdXmlRestriction.h.
| enum OdXmlRestriction::WhiteSpace OdXmlRestriction::whiteSpace |