System.XML.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:802k
- Boolean HasMatched;
- Class System.Xml.Schema.SchemaElementDecl ElementDecl;
- Boolean IsNill;
- I4 Depth;
- I4 State;
- Boolean NeedValidateChildren;
- Class System.Xml.XmlQualifiedName Name;
- String Prefix;
- Class System.Xml.Schema.ContentNode CurrentNode;
- Class System.Collections.Hashtable MinMaxValues;
- I4 HasNodeMatched;
- Class System.Xml.Schema.BitSet AllElementsSet;
- ValueClass System.Xml.Schema.XmlSchemaContentProcessing ProcessContents;
- SZArray Class System.Xml.Schema.ConstraintStruct Constr;
- Void System.Xml.Schema.ValidationState();
- }
- class System.Xml.Schema.Validator : System.Object
- {
- I4 STACK_INCREMENT;
- String x_schema;
- Class System.Xml.Schema.SchemaInfo schemaInfo;
- Class System.Xml.HWStack validationStack;
- Class System.Xml.Schema.ValidationState context;
- Class System.Xml.Schema.SchemaAttDef attnDef;
- Class System.Xml.Schema.SchemaElementDecl nextElement;
- Class System.Text.StringBuilder textValue;
- String textString;
- Boolean hasSibling;
- Class System.Collections.Hashtable attPresence;
- Class System.Xml.XmlQualifiedName name;
- Class System.Xml.XmlNameTable nameTable;
- Class System.Xml.XmlNamespaceManager nsManager;
- Boolean isProcessContents;
- Class System.Xml.Schema.SchemaNames schemaNames;
- Class System.Xml.XmlValidatingReader reader;
- Class System.Xml.PositionInfo positionInfo;
- Class System.Xml.XmlResolver xmlResolver;
- Class System.Collections.Hashtable IDs;
- Class System.Xml.Schema.ForwardRef forwardRefs;
- Boolean checkDatatype;
- Class System.Uri baseUri;
- I4 startIDConstraint;
- ValueClass System.Xml.ValidationType validationFlag;
- Class System.Xml.Schema.ValidationEventHandler validationEventHandler;
- Class System.Xml.Schema.XmlSchemaCollection schemaCollection;
- Class System.Xml.Schema.Parser inlineSchemaParser;
- Class System.Xml.Schema.SchemaInfo inlineSchemaInfo;
- String inlineNs;
- ValueClass System.Xml.Schema.XmlSchemaContentProcessing processContents;
- Class System.Xml.Schema.XmlSchemaDatatype dtCDATA;
- Class System.Xml.Schema.XmlSchemaDatatype dtQName;
- Class System.Xml.Schema.XmlSchemaDatatype dtStringArray;
- Void System.Xml.Schema.Validator( Class System.Xml.XmlNameTable nameTable, Class System.Xml.Schema.SchemaNames schemaNames, Class System.Xml.XmlValidatingReader reader);
- Boolean get_HasSchema();
- Class System.Xml.Schema.SchemaInfo get_SchemaInfo();
- Void set_SchemaInfo( Class System.Xml.Schema.SchemaInfo value);
- Void set_SchemaCollection( Class System.Xml.Schema.XmlSchemaCollection value);
- Void set_XmlResolver( Class System.Xml.XmlResolver value);
- Class System.Uri get_BaseUri();
- Void set_BaseUri( Class System.Uri value);
- Class System.Xml.Schema.ValidationEventHandler get_ValidationEventHandler();
- Void set_ValidationEventHandler( Class System.Xml.Schema.ValidationEventHandler value);
- ValueClass System.Xml.ValidationType get_ValidationFlag();
- Void set_ValidationFlag( ValueClass System.Xml.ValidationType value);
- Void CompleteValidation();
- Void ValidateWhitespace();
- Void Validate( ValueClass System.Xml.ValidationType valType);
- Void Validate();
- Boolean IsXdrSchema( String uri);
- Boolean IsCorrectSchemaType( ValueClass System.Xml.Schema.SchemaType st);
- Boolean IsCorrectSchemaType( ValueClass System.Xml.Schema.SchemaType st, ValueClass System.Xml.ValidationType vt);
- Boolean SkipProcess( ValueClass System.Xml.Schema.SchemaType st);
- Boolean LoadSchema( String uri, String url);
- Void ProcessElement();
- Void CheckForEmptyElementInDTD();
- Void ValidateElementContent( ValueClass System.Xml.XmlNodeType nodeType);
- Void PushElementDecl( String ns, String prefix, I4 depth);
- Void BeginChildren();
- Void EndChildren();
- Void SaveTextValue( String value);
- Boolean AllowText();
- Class System.Xml.XmlScanner ResolveEntity( String name, Boolean fInAttribute, ByRef Object o, ByRef Boolean isExternal, ByRef String resolvedUrl, Boolean disableUndeclaredEntityCheck);
- Void ProcessEntity( Class System.Xml.Schema.SchemaInfo sinfo, String name, Object sender, Class System.Xml.Schema.ValidationEventHandler eventhandler);
- Void ProcessTokenizedType( ValueClass System.Xml.XmlTokenizedType ttype, String name);
- Void CheckValue( String value, Class System.Xml.Schema.SchemaAttDef attdef);
- Void CheckDefaultValue( String value, Class System.Xml.Schema.SchemaAttDef attdef, Class System.Xml.Schema.SchemaInfo sinfo, Class System.Xml.XmlNamespaceManager nsManager, Class System.Xml.XmlNameTable nameTable, Object sender, Class System.Xml.Schema.ValidationEventHandler eventhandler);
- Void AddID( String name, Object node);
- Object FindID( String name);
- Void SendValidationEvent( String code);
- Void SendValidationEvent( String code, SZArray String args);
- Void SendValidationEvent( String code, String arg);
- Void SendValidationEvent( Class System.Xml.Schema.XmlSchemaException e);
- Void SendValidationEvent( String code, String msg, ValueClass System.Xml.Schema.XmlSeverityType severity);
- Void SendValidationEvent( String code, SZArray String args, ValueClass System.Xml.Schema.XmlSeverityType severity);
- Void SendValidationEvent( Class System.Xml.Schema.XmlSchemaException e, ValueClass System.Xml.Schema.XmlSeverityType severity);
- Boolean IsGenEntity( Class System.Xml.XmlQualifiedName qname);
- Class System.Xml.Schema.SchemaEntity GetEntity( Class System.Xml.XmlQualifiedName qname, Boolean fParameterEntity);
- Void Push();
- Void Pop();
- Void AddForwardRef( String name, String prefix, String id, I4 line, I4 col, Boolean implied, ValueClass Type type);
- Void CheckForwardRefs();
- Class System.Xml.XmlQualifiedName QualifiedName( String prefix, String name, String ns);
- Void IDCCheckAttr( String name, String ns, Object obj, String sobj, Class System.Xml.Schema.SchemaAttDef attdef);
- Void System.Xml.Schema.Validator();
- property HasSchema { get(){} set(){} };
- property SchemaInfo { get(){} set(){} };
- property SchemaCollection { get(){} set(){} };
- property XmlResolver { get(){} set(){} };
- property BaseUri { get(){} set(){} };
- property ValidationEventHandler { get(){} set(){} };
- property ValidationFlag { get(){} set(){} };
- }
- class System.Xml.Schema.XdrBuilder : System.Xml.Schema.SchemaBuilder
- {
- I4 XDR_SCHEMA;
- I4 XDR_ELEMENTTYPE;
- I4 XDR_ATTRIBUTETYPE;
- I4 XDR_ELEMENT;
- I4 XDR_ATTRIBUTE;
- I4 XDR_GROUP;
- I4 XDR_ELEMENTDATATYPE;
- I4 XDR_ATTRIBUTEDATATYPE;
- I4 SCHEMA_FLAGS_NS;
- I4 STACK_INCREMENT;
- I4 SCHEMA_ORDER_NONE;
- I4 SCHEMA_ORDER_MANY;
- I4 SCHEMA_ORDER_SEQUENCE;
- I4 SCHEMA_ORDER_CHOICE;
- I4 SCHEMA_ORDER_ALL;
- I4 SCHEMA_CONTENT_NONE;
- I4 SCHEMA_CONTENT_EMPTY;
- I4 SCHEMA_CONTENT_TEXT;
- I4 SCHEMA_CONTENT_MIXED;
- I4 SCHEMA_CONTENT_ELEMENT;
- String x_schema;
- SZArray I4 S_XDR_Root_Element;
- SZArray I4 S_XDR_Root_SubElements;
- SZArray I4 S_XDR_ElementType_SubElements;
- SZArray I4 S_XDR_AttributeType_SubElements;
- SZArray I4 S_XDR_Group_SubElements;
- SZArray Class XdrAttributeEntry S_XDR_Root_Attributes;
- SZArray Class XdrAttributeEntry S_XDR_ElementType_Attributes;
- SZArray Class XdrAttributeEntry S_XDR_AttributeType_Attributes;
- SZArray Class XdrAttributeEntry S_XDR_Element_Attributes;
- SZArray Class XdrAttributeEntry S_XDR_Attribute_Attributes;
- SZArray Class XdrAttributeEntry S_XDR_Group_Attributes;
- SZArray Class XdrAttributeEntry S_XDR_ElementDataType_Attributes;
- SZArray Class XdrAttributeEntry S_XDR_AttributeDataType_Attributes;
- SZArray Class XdrEntry S_SchemaEntries;
- Class System.Xml.Schema.SchemaInfo _SchemaInfo;
- String _TargetNamespace;
- Class System.Xml.XmlReader _reader;
- Class System.Xml.PositionInfo positionInfo;
- Class XdrEntry _CurState;
- Class XdrEntry _NextState;
- Class System.Xml.HWStack _StateHistory;
- Class System.Xml.HWStack _GroupStack;
- String _XdrName;
- String _XdrPrefix;
- Class ElementContent _ElementDef;
- Class GroupContent _GroupDef;
- Class AttributeContent _AttributeDef;
- Class DeclBaseInfo _UndefinedAttributeTypes;
- Class DeclBaseInfo _BaseDecl;
- Class System.Xml.XmlNameTable _NameTable;
- Class System.Xml.Schema.SchemaNames _SchemaNames;
- Class System.Xml.XmlNamespaceManager _CurNsMgr;
- String _Text;
- Class System.Xml.Schema.ValidationEventHandler validationEventHandler;
- Class System.Collections.Hashtable _UndeclaredElements;
- Void System.Xml.Schema.XdrBuilder( Class System.Xml.XmlReader reader, Class System.Xml.XmlNamespaceManager curmgr, Class System.Xml.Schema.SchemaInfo sinfo, String targetNamspace, Class System.Xml.XmlNameTable nameTable, Class System.Xml.Schema.SchemaNames schemaNames, Class System.Xml.Schema.ValidationEventHandler eventhandler);
- Boolean ProcessElement( String prefix, String name, String ns);
- Void ProcessAttribute( String prefix, String name, String ns, String value);
- Boolean LoadSchema( String uri);
- Boolean IsXdrSchema( String uri);
- Boolean IsContentParsed();
- Void ProcessMarkup( SZArray Class System.Xml.XmlNode markup);
- Void ProcessCData( String value);
- Void StartChildren();
- Void EndChildren();
- Void Push();
- Void Pop();
- Void PushGroupInfo();
- Void PopGroupInfo();
- Void XDR_InitRoot( Class System.Xml.Schema.XdrBuilder builder, Object obj);
- Void XDR_BuildRoot_Name( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildRoot_ID( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BeginRoot( Class System.Xml.Schema.XdrBuilder builder);
- Void XDR_EndRoot( Class System.Xml.Schema.XdrBuilder builder);
- Void XDR_InitElementType( Class System.Xml.Schema.XdrBuilder builder, Object obj);
- Void XDR_BuildElementType_Name( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildElementType_Content( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildElementType_Model( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildElementType_Order( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildElementType_DtType( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildElementType_DtValues( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildElementType_DtMaxLength( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildElementType_DtMinLength( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BeginElementType( Class System.Xml.Schema.XdrBuilder builder);
- Void XDR_EndElementType( Class System.Xml.Schema.XdrBuilder builder);
- Void XDR_InitAttributeType( Class System.Xml.Schema.XdrBuilder builder, Object obj);
- Void XDR_BuildAttributeType_Name( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildAttributeType_Required( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildAttributeType_Default( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildAttributeType_DtType( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildAttributeType_DtValues( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildAttributeType_DtMaxLength( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildAttributeType_DtMinLength( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BeginAttributeType( Class System.Xml.Schema.XdrBuilder builder);
- Void XDR_EndAttributeType( Class System.Xml.Schema.XdrBuilder builder);
- Void XDR_InitElement( Class System.Xml.Schema.XdrBuilder builder, Object obj);
- Void XDR_BuildElement_Type( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildElement_MinOccurs( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildElement_MaxOccurs( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_EndElement( Class System.Xml.Schema.XdrBuilder builder);
- Void XDR_InitAttribute( Class System.Xml.Schema.XdrBuilder builder, Object obj);
- Void XDR_BuildAttribute_Type( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildAttribute_Required( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildAttribute_Default( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BeginAttribute( Class System.Xml.Schema.XdrBuilder builder);
- Void XDR_EndAttribute( Class System.Xml.Schema.XdrBuilder builder);
- Void XDR_InitGroup( Class System.Xml.Schema.XdrBuilder builder, Object obj);
- Void XDR_BuildGroup_Order( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildGroup_MinOccurs( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_BuildGroup_MaxOccurs( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Void XDR_EndGroup( Class System.Xml.Schema.XdrBuilder builder);
- Void XDR_InitElementDtType( Class System.Xml.Schema.XdrBuilder builder, Object obj);
- Void XDR_EndElementDtType( Class System.Xml.Schema.XdrBuilder builder);
- Void XDR_InitAttributeDtType( Class System.Xml.Schema.XdrBuilder builder, Object obj);
- Void XDR_EndAttributeDtType( Class System.Xml.Schema.XdrBuilder builder);
- Boolean GetNextState( Class System.Xml.XmlQualifiedName qname);
- Boolean IsSkipableElement( Class System.Xml.XmlQualifiedName qname);
- Boolean IsSkipableAttribute( Class System.Xml.XmlQualifiedName qname);
- I4 GetOrder( Class System.Xml.XmlQualifiedName qname);
- Void AddOrder();
- Boolean IsYes( Object obj, Class System.Xml.Schema.XdrBuilder builder);
- UI4 ParseMinOccurs( Object obj, Class System.Xml.Schema.XdrBuilder builder);
- UI4 ParseMaxOccurs( Object obj, Class System.Xml.Schema.XdrBuilder builder);
- Void HandleMinMax( Class System.Xml.Schema.CompiledContentModel pContent, UI4 cMin, UI4 cMax);
- Void ParseDtMaxLength( ByRef UI4 cVal, Object obj, Class System.Xml.Schema.XdrBuilder builder);
- Void ParseDtMinLength( ByRef UI4 cVal, Object obj, Class System.Xml.Schema.XdrBuilder builder);
- Void CompareMinMaxLength( UI4 cMin, UI4 cMax, Class System.Xml.Schema.XdrBuilder builder);
- Boolean ParseInteger( String str, ByRef UI4 n);
- Void XDR_CheckAttributeDefault( Class DeclBaseInfo decl, Class System.Xml.Schema.SchemaAttDef pAttdef);
- Void SetAttributePresence( Class System.Xml.Schema.SchemaAttDef pAttdef, Boolean fRequired);
- I4 GetContent( Class System.Xml.XmlQualifiedName qname);
- Boolean GetModel( Class System.Xml.XmlQualifiedName qname);
- Class System.Xml.Schema.XmlSchemaDatatype CheckDatatype( String str);
- Void CheckDefaultAttValue( Class System.Xml.Schema.SchemaAttDef attDef);
- Boolean IsGlobal( I4 flags);
- Void SendValidationEvent( String code, SZArray String args, ValueClass System.Xml.Schema.XmlSeverityType severity);
- Void SendValidationEvent( String code);
- Void SendValidationEvent( String code, String msg);
- Void SendValidationEvent( Class System.Xml.Schema.XmlSchemaException e, ValueClass System.Xml.Schema.XmlSeverityType severity);
- Void System.Xml.Schema.XdrBuilder();
- }
- class DeclBaseInfo : System.Object
- {
- Class System.Xml.XmlQualifiedName _Name;
- String _Prefix;
- Class System.Xml.XmlQualifiedName _TypeName;
- String _TypePrefix;
- Object _Default;
- Object _Revises;
- UI4 _MaxOccurs;
- UI4 _MinOccurs;
- Boolean _Checking;
- Class System.Xml.Schema.SchemaElementDecl _ElementDecl;
- Class System.Xml.Schema.SchemaAttDef _Attdef;
- Class DeclBaseInfo _Next;
- Void DeclBaseInfo();
- Void Reset();
- }
- class GroupContent : System.Object
- {
- UI4 _MinVal;
- UI4 _MaxVal;
- Boolean _HasMaxAttr;
- Boolean _HasMinAttr;
- I4 _Order;
- Void Copy( Class GroupContent from, Class GroupContent to);
- Class GroupContent Copy( Class GroupContent other);
- Void GroupContent();
- }
- class ElementContent : System.Object
- {
- Class System.Xml.Schema.SchemaElementDecl _ElementDecl;
- I4 _ContentAttr;
- I4 _OrderAttr;
- Boolean _MasterGroupRequired;
- Boolean _ExistTerminal;
- Boolean _AllowDataType;
- Boolean _HasDataType;
- Boolean _HasType;
- Boolean _EnumerationRequired;
- UI4 _MinVal;
- UI4 _MaxVal;
- UI4 _MaxLength;
- UI4 _MinLength;
- Class System.Collections.Hashtable _AttDefList;
- Void ElementContent();
- }
- class AttributeContent : System.Object
- {
- Class System.Xml.Schema.SchemaAttDef _AttDef;
- Class System.Xml.XmlQualifiedName _Name;
- String _Prefix;
- Boolean _Required;
- UI4 _MinVal;
- UI4 _MaxVal;
- UI4 _MaxLength;
- UI4 _MinLength;
- Boolean _EnumerationRequired;
- Boolean _HasDataType;
- Boolean _Global;
- Object _Default;
- Void AttributeContent();
- }
- class XdrBuildFunction : System.MulticastDelegate
- {
- Void XdrBuildFunction( Object object, I method);
- Void Invoke( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix);
- Class System.IAsyncResult BeginInvoke( Class System.Xml.Schema.XdrBuilder builder, Object obj, String prefix, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class XdrInitFunction : System.MulticastDelegate
- {
- Void XdrInitFunction( Object object, I method);
- Void Invoke( Class System.Xml.Schema.XdrBuilder builder, Object obj);
- Class System.IAsyncResult BeginInvoke( Class System.Xml.Schema.XdrBuilder builder, Object obj, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class XdrBeginChildFunction : System.MulticastDelegate
- {
- Void XdrBeginChildFunction( Object object, I method);
- Void Invoke( Class System.Xml.Schema.XdrBuilder builder);
- Class System.IAsyncResult BeginInvoke( Class System.Xml.Schema.XdrBuilder builder, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class XdrEndChildFunction : System.MulticastDelegate
- {
- Void XdrEndChildFunction( Object object, I method);
- Void Invoke( Class System.Xml.Schema.XdrBuilder builder);
- Class System.IAsyncResult BeginInvoke( Class System.Xml.Schema.XdrBuilder builder, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class XdrAttributeEntry : System.Object
- {
- ValueClass ID _Attribute;
- I4 _SchemaFlags;
- Class System.Xml.Schema.XmlSchemaDatatype _Datatype;
- Class XdrBuildFunction _BuildFunc;
- Void XdrAttributeEntry( ValueClass ID a, ValueClass System.Xml.XmlTokenizedType ttype, Class XdrBuildFunction build);
- Void XdrAttributeEntry( ValueClass ID a, ValueClass System.Xml.XmlTokenizedType ttype, I4 schemaFlags, Class XdrBuildFunction build);
- }
- class XdrEntry : System.Object
- {
- ValueClass ID _Name;
- SZArray I4 _NextStates;
- SZArray Class XdrAttributeEntry _Attributes;
- Class XdrInitFunction _InitFunc;
- Class XdrBeginChildFunction _BeginChildFunc;
- Class XdrEndChildFunction _EndChildFunc;
- Boolean _AllowText;
- Void XdrEntry( ValueClass ID n, SZArray I4 states, SZArray Class XdrAttributeEntry attributes, Class XdrInitFunction init, Class XdrBeginChildFunction begin, Class XdrEndChildFunction end, Boolean fText);
- }
- class System.Xml.Schema.XmlSchemaObject : System.Object
- {
- I4 lineNum;
- I4 linePos;
- String sourceUri;
- Class System.Xml.Serialization.XmlSerializerNamespaces namespaces;
- Class System.Xml.Schema.XmlSchemaObject parent;
- I4 get_LineNumber();
- Void set_LineNumber( I4 value);
- I4 get_LinePosition();
- Void set_LinePosition( I4 value);
- String get_SourceUri();
- Void set_SourceUri( String value);
- Class System.Xml.Schema.XmlSchemaObject get_Parent();
- Void set_Parent( Class System.Xml.Schema.XmlSchemaObject value);
- Class System.Xml.Serialization.XmlSerializerNamespaces get_Namespaces();
- Void set_Namespaces( Class System.Xml.Serialization.XmlSerializerNamespaces value);
- Void OnAdd( Class System.Xml.Schema.XmlSchemaObjectCollection container, Object item);
- Void OnRemove( Class System.Xml.Schema.XmlSchemaObjectCollection container, Object item);
- Void OnClear( Class System.Xml.Schema.XmlSchemaObjectCollection container);
- String get_IdAttribute();
- Void set_IdAttribute( String value);
- Void SetUnhandledAttributes( SZArray Class System.Xml.XmlAttribute moreAttributes);
- Void AddAnnotation( Class System.Xml.Schema.XmlSchemaAnnotation annotation);
- String get_NameAttribute();
- Void set_NameAttribute( String value);
- Void System.Xml.Schema.XmlSchemaObject();
- property LineNumber { get(){} set(){} };
- property LinePosition { get(){} set(){} };
- property SourceUri { get(){} set(){} };
- property Parent { get(){} set(){} };
- property Namespaces { get(){} set(){} };
- property IdAttribute { get(){} set(){} };
- property NameAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchema : System.Xml.Schema.XmlSchemaObject
- {
- String Namespace;
- String InstanceNamespace;
- ValueClass System.Xml.Schema.XmlSchemaForm attributeFormDefault;
- ValueClass System.Xml.Schema.XmlSchemaForm elementFormDefault;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod blockDefault;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod finalDefault;
- String targetNs;
- String version;
- Class System.Xml.Schema.XmlSchemaObjectCollection includes;
- Class System.Xml.Schema.XmlSchemaObjectCollection items;
- String id;
- SZArray Class System.Xml.XmlAttribute moreAttributes;
- Boolean buildinIncluded;
- Boolean needCleanup;
- Boolean isCompiled;
- Boolean isPreprocessed;
- I4 errorCount;
- Class System.Xml.Schema.XmlSchemaObjectTable attributes;
- Class System.Xml.Schema.XmlSchemaObjectTable attributeGroups;
- Class System.Xml.Schema.XmlSchemaObjectTable elements;
- Class System.Xml.Schema.XmlSchemaObjectTable types;
- Class System.Xml.Schema.XmlSchemaObjectTable groups;
- Class System.Xml.Schema.XmlSchemaObjectTable notations;
- Class System.Xml.Schema.XmlSchemaObjectTable identityConstraints;
- String baseUri;
- Class System.Collections.Hashtable ids;
- Class System.Collections.Hashtable schemaLocations;
- Class System.Collections.Hashtable examplars;
- Class System.Xml.XmlDocument document;
- Class System.Xml.XmlNameTable nameTable;
- Void System.Xml.Schema.XmlSchema();
- Class System.Xml.Schema.XmlSchema Read( Class System.IO.TextReader reader, Class System.Xml.Schema.ValidationEventHandler validationEventHandler);
- Class System.Xml.Schema.XmlSchema Read( Class System.IO.Stream stream, Class System.Xml.Schema.ValidationEventHandler validationEventHandler);
- Class System.Xml.Schema.XmlSchema Read( Class System.Xml.XmlReader reader, Class System.Xml.Schema.ValidationEventHandler validationEventHandler);
- Void Write( Class System.IO.Stream stream);
- Void Write( Class System.IO.Stream stream, Class System.Xml.XmlNamespaceManager namespaceManager);
- Void Write( Class System.IO.TextWriter writer);
- Void Write( Class System.IO.TextWriter writer, Class System.Xml.XmlNamespaceManager namespaceManager);
- Void Write( Class System.Xml.XmlWriter writer);
- Void Write( Class System.Xml.XmlWriter writer, Class System.Xml.XmlNamespaceManager namespaceManager);
- Void Compile( Class System.Xml.Schema.ValidationEventHandler validationEventHandler);
- Void Compile( Class System.Xml.Schema.XmlSchemaCollection collection, Class System.Xml.XmlNameTable nameTable, Class System.Xml.Schema.SchemaNames schemaNames, Class System.Xml.Schema.ValidationEventHandler validationEventHandler, String targetNamespace, Class System.Xml.Schema.SchemaInfo schemaInfo, Boolean compileContentModel);
- Void LoadExternals( Class System.Xml.Schema.XmlSchemaCollection schemaCollection, Class System.Xml.XmlNameTable nameTable, Class System.Xml.Schema.SchemaNames schemaNames, Class System.Xml.Schema.ValidationEventHandler validationEventHandler, Class System.Xml.Schema.XmlSchema schema);
- Class System.Xml.Schema.XmlSchema GetBuildInSchema( Class System.Xml.XmlNameTable nt);
- Class System.IO.Stream ResolveSchemaLocation( Class System.Xml.Schema.XmlSchema enclosingSchema, String location, ByRef String fullPath);
- Void Preprocess( Class System.Xml.Schema.ValidationEventHandler eventhandler);
- ValueClass System.Xml.Schema.XmlSchemaForm get_AttributeFormDefault();
- Void set_AttributeFormDefault( ValueClass System.Xml.Schema.XmlSchemaForm value);
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod get_BlockDefault();
- Void set_BlockDefault( ValueClass System.Xml.Schema.XmlSchemaDerivationMethod value);
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod get_FinalDefault();
- Void set_FinalDefault( ValueClass System.Xml.Schema.XmlSchemaDerivationMethod value);
- ValueClass System.Xml.Schema.XmlSchemaForm get_ElementFormDefault();
- Void set_ElementFormDefault( ValueClass System.Xml.Schema.XmlSchemaForm value);
- String get_TargetNamespace();
- Void set_TargetNamespace( String value);
- String get_Version();
- Void set_Version( String value);
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Includes();
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Items();
- Boolean get_IsCompiled();
- Boolean get_IsPreprocessed();
- Class System.Xml.Schema.XmlSchemaObjectTable get_Attributes();
- Class System.Xml.Schema.XmlSchemaObjectTable get_AttributeGroups();
- Class System.Xml.Schema.XmlSchemaObjectTable get_SchemaTypes();
- Class System.Xml.Schema.XmlSchemaObjectTable get_Elements();
- String get_Id();
- Void set_Id( String value);
- SZArray Class System.Xml.XmlAttribute get_UnhandledAttributes();
- Void set_UnhandledAttributes( SZArray Class System.Xml.XmlAttribute value);
- Class System.Xml.Schema.XmlSchemaObjectTable get_Groups();
- Class System.Xml.Schema.XmlSchemaObjectTable get_Notations();
- Class System.Xml.Schema.XmlSchemaObjectTable get_IdentityConstraints();
- String get_BaseUri();
- Void set_BaseUri( String value);
- Class System.Collections.Hashtable get_Ids();
- Class System.Collections.Hashtable get_Examplars();
- Class System.Xml.XmlDocument get_Document();
- Class System.Xml.XmlNameTable get_NameTable();
- I4 get_ErrorCount();
- Void set_ErrorCount( I4 value);
- Class System.Xml.Schema.XmlSchema Clone();
- String get_IdAttribute();
- Void set_IdAttribute( String value);
- Void SetUnhandledAttributes( SZArray Class System.Xml.XmlAttribute moreAttributes);
- Void AddAnnotation( Class System.Xml.Schema.XmlSchemaAnnotation annotation);
- property AttributeFormDefault { get(){} set(){} };
- property BlockDefault { get(){} set(){} };
- property FinalDefault { get(){} set(){} };
- property ElementFormDefault { get(){} set(){} };
- property TargetNamespace { get(){} set(){} };
- property Version { get(){} set(){} };
- property Includes { get(){} set(){} };
- property Items { get(){} set(){} };
- property IsCompiled { get(){} set(){} };
- property IsPreprocessed { get(){} set(){} };
- property Attributes { get(){} set(){} };
- property AttributeGroups { get(){} set(){} };
- property SchemaTypes { get(){} set(){} };
- property Elements { get(){} set(){} };
- property Id { get(){} set(){} };
- property UnhandledAttributes { get(){} set(){} };
- property Groups { get(){} set(){} };
- property Notations { get(){} set(){} };
- property IdentityConstraints { get(){} set(){} };
- property BaseUri { get(){} set(){} };
- property Ids { get(){} set(){} };
- property Examplars { get(){} set(){} };
- property Document { get(){} set(){} };
- property NameTable { get(){} set(){} };
- property ErrorCount { get(){} set(){} };
- property IdAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaAnnotated : System.Xml.Schema.XmlSchemaObject
- {
- String id;
- Class System.Xml.Schema.XmlSchemaAnnotation annotation;
- SZArray Class System.Xml.XmlAttribute moreAttributes;
- String get_Id();
- Void set_Id( String value);
- Class System.Xml.Schema.XmlSchemaAnnotation get_Annotation();
- Void set_Annotation( Class System.Xml.Schema.XmlSchemaAnnotation value);
- SZArray Class System.Xml.XmlAttribute get_UnhandledAttributes();
- Void set_UnhandledAttributes( SZArray Class System.Xml.XmlAttribute value);
- String get_IdAttribute();
- Void set_IdAttribute( String value);
- Void SetUnhandledAttributes( SZArray Class System.Xml.XmlAttribute moreAttributes);
- Void AddAnnotation( Class System.Xml.Schema.XmlSchemaAnnotation annotation);
- Void System.Xml.Schema.XmlSchemaAnnotated();
- property Id { get(){} set(){} };
- property Annotation { get(){} set(){} };
- property UnhandledAttributes { get(){} set(){} };
- property IdAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaParticle : System.Xml.Schema.XmlSchemaAnnotated
- {
- ValueClass System.Decimal minOccurs;
- ValueClass System.Decimal maxOccurs;
- ValueClass Occurs flags;
- Class System.Xml.Schema.XmlSchemaParticle Empty;
- String get_MinOccursString();
- Void set_MinOccursString( String value);
- String get_MaxOccursString();
- Void set_MaxOccursString( String value);
- ValueClass System.Decimal get_MinOccurs();
- Void set_MinOccurs( ValueClass System.Decimal value);
- ValueClass System.Decimal get_MaxOccurs();
- Void set_MaxOccurs( ValueClass System.Decimal value);
- Boolean get_IsEmpty();
- Boolean get_IsMultipleOccurrence();
- Void System.Xml.Schema.XmlSchemaParticle();
- Void System.Xml.Schema.XmlSchemaParticle();
- property MinOccursString { get(){} set(){} };
- property MaxOccursString { get(){} set(){} };
- property MinOccurs { get(){} set(){} };
- property MaxOccurs { get(){} set(){} };
- property IsEmpty { get(){} set(){} };
- property IsMultipleOccurrence { get(){} set(){} };
- }
- class Occurs : System.Enum
- {
- I4 value__;
- ValueClass Occurs None;
- ValueClass Occurs Min;
- ValueClass Occurs Max;
- }
- class EmptyParticle : System.Xml.Schema.XmlSchemaParticle
- {
- Boolean get_IsEmpty();
- Void EmptyParticle();
- property IsEmpty { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaGroupBase : System.Xml.Schema.XmlSchemaParticle
- {
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Items();
- Void System.Xml.Schema.XmlSchemaGroupBase();
- property Items { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaAll : System.Xml.Schema.XmlSchemaGroupBase
- {
- Class System.Xml.Schema.XmlSchemaObjectCollection items;
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Items();
- Boolean get_IsEmpty();
- Void System.Xml.Schema.XmlSchemaAll();
- property Items { get(){} set(){} };
- property IsEmpty { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaAnnotation : System.Xml.Schema.XmlSchemaObject
- {
- String id;
- Class System.Xml.Schema.XmlSchemaObjectCollection items;
- SZArray Class System.Xml.XmlAttribute moreAttributes;
- String get_Id();
- Void set_Id( String value);
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Items();
- SZArray Class System.Xml.XmlAttribute get_UnhandledAttributes();
- Void set_UnhandledAttributes( SZArray Class System.Xml.XmlAttribute value);
- String get_IdAttribute();
- Void set_IdAttribute( String value);
- Void SetUnhandledAttributes( SZArray Class System.Xml.XmlAttribute moreAttributes);
- Void System.Xml.Schema.XmlSchemaAnnotation();
- property Id { get(){} set(){} };
- property Items { get(){} set(){} };
- property UnhandledAttributes { get(){} set(){} };
- property IdAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaAny : System.Xml.Schema.XmlSchemaParticle
- {
- String ns;
- ValueClass System.Xml.Schema.XmlSchemaContentProcessing processContents;
- Class System.Xml.Schema.NamespaceList namespaceList;
- String get_Namespace();
- Void set_Namespace( String value);
- ValueClass System.Xml.Schema.XmlSchemaContentProcessing get_ProcessContents();
- Void set_ProcessContents( ValueClass System.Xml.Schema.XmlSchemaContentProcessing value);
- Class System.Xml.Schema.NamespaceList get_NamespaceList();
- ValueClass System.Xml.Schema.XmlSchemaContentProcessing get_ProcessContentsCorrect();
- Void BuildNamespaceList( String targetNamespace);
- Boolean Allows( Class System.Xml.XmlQualifiedName qname);
- Void System.Xml.Schema.XmlSchemaAny();
- property Namespace { get(){} set(){} };
- property ProcessContents { get(){} set(){} };
- property NamespaceList { get(){} set(){} };
- property ProcessContentsCorrect { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaAnyAttribute : System.Xml.Schema.XmlSchemaAnnotated
- {
- String ns;
- ValueClass System.Xml.Schema.XmlSchemaContentProcessing processContents;
- Class System.Xml.Schema.NamespaceList namespaceList;
- String get_Namespace();
- Void set_Namespace( String value);
- ValueClass System.Xml.Schema.XmlSchemaContentProcessing get_ProcessContents();
- Void set_ProcessContents( ValueClass System.Xml.Schema.XmlSchemaContentProcessing value);
- Class System.Xml.Schema.NamespaceList get_NamespaceList();
- ValueClass System.Xml.Schema.XmlSchemaContentProcessing get_ProcessContentsCorrect();
- Void BuildNamespaceList( String targetNamespace);
- Boolean Allows( Class System.Xml.XmlQualifiedName qname);
- Boolean IsSubset( Class System.Xml.Schema.XmlSchemaAnyAttribute sub, Class System.Xml.Schema.XmlSchemaAnyAttribute super);
- Class System.Xml.Schema.XmlSchemaAnyAttribute Intersection( Class System.Xml.Schema.XmlSchemaAnyAttribute o1, Class System.Xml.Schema.XmlSchemaAnyAttribute o2);
- Class System.Xml.Schema.XmlSchemaAnyAttribute Union( Class System.Xml.Schema.XmlSchemaAnyAttribute o1, Class System.Xml.Schema.XmlSchemaAnyAttribute o2);
- Void System.Xml.Schema.XmlSchemaAnyAttribute();
- property Namespace { get(){} set(){} };
- property ProcessContents { get(){} set(){} };
- property NamespaceList { get(){} set(){} };
- property ProcessContentsCorrect { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaAppInfo : System.Xml.Schema.XmlSchemaObject
- {
- String source;
- SZArray Class System.Xml.XmlNode markup;
- String get_Source();
- Void set_Source( String value);
- SZArray Class System.Xml.XmlNode get_Markup();
- Void set_Markup( SZArray Class System.Xml.XmlNode value);
- Void System.Xml.Schema.XmlSchemaAppInfo();
- property Source { get(){} set(){} };
- property Markup { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaAttribute : System.Xml.Schema.XmlSchemaAnnotated
- {
- String defaultValue;
- String fixedValue;
- ValueClass System.Xml.Schema.XmlSchemaForm form;
- String name;
- Class System.Xml.XmlQualifiedName refName;
- Class System.Xml.XmlQualifiedName typeName;
- Class System.Xml.Schema.XmlSchemaSimpleType type;
- ValueClass System.Xml.Schema.XmlSchemaUse use;
- Class System.Xml.XmlQualifiedName qualifiedName;
- Object attributeType;
- String prefix;
- Class System.Xml.Schema.SchemaAttDef attDef;
- Boolean validating;
- String get_DefaultValue();
- Void set_DefaultValue( String value);
- String get_FixedValue();
- Void set_FixedValue( String value);
- ValueClass System.Xml.Schema.XmlSchemaForm get_Form();
- Void set_Form( ValueClass System.Xml.Schema.XmlSchemaForm value);
- String get_Name();
- Void set_Name( String value);
- Class System.Xml.XmlQualifiedName get_RefName();
- Void set_RefName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.XmlQualifiedName get_SchemaTypeName();
- Void set_SchemaTypeName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.Schema.XmlSchemaSimpleType get_SchemaType();
- Void set_SchemaType( Class System.Xml.Schema.XmlSchemaSimpleType value);
- ValueClass System.Xml.Schema.XmlSchemaUse get_Use();
- Void set_Use( ValueClass System.Xml.Schema.XmlSchemaUse value);
- Class System.Xml.XmlQualifiedName get_QualifiedName();
- Object get_AttributeType();
- Class System.Xml.Schema.XmlSchemaDatatype get_Datatype();
- Void SetQualifiedName( Class System.Xml.XmlQualifiedName value);
- Void SetAttributeType( Object value);
- String get_Prefix();
- Void set_Prefix( String value);
- Class System.Xml.Schema.SchemaAttDef get_AttDef();
- Void set_AttDef( Class System.Xml.Schema.SchemaAttDef value);
- Boolean get_Validating();
- Void set_Validating( Boolean value);
- Boolean get_HasDefault();
- String get_NameAttribute();
- Void set_NameAttribute( String value);
- Void System.Xml.Schema.XmlSchemaAttribute();
- property DefaultValue { get(){} set(){} };
- property FixedValue { get(){} set(){} };
- property Form { get(){} set(){} };
- property Name { get(){} set(){} };
- property RefName { get(){} set(){} };
- property SchemaTypeName { get(){} set(){} };
- property SchemaType { get(){} set(){} };
- property Use { get(){} set(){} };
- property QualifiedName { get(){} set(){} };
- property AttributeType { get(){} set(){} };
- property Datatype { get(){} set(){} };
- property Prefix { get(){} set(){} };
- property AttDef { get(){} set(){} };
- property Validating { get(){} set(){} };
- property HasDefault { get(){} set(){} };
- property NameAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaAttributeGroup : System.Xml.Schema.XmlSchemaAnnotated
- {
- String name;
- Class System.Xml.Schema.XmlSchemaObjectCollection attributes;
- Class System.Xml.Schema.XmlSchemaAnyAttribute anyAttribute;
- Class System.Xml.XmlQualifiedName qname;
- Class System.Xml.Schema.XmlSchemaAttributeGroup redefined;
- Class System.Xml.Schema.XmlSchemaObjectTable attributeUses;
- Class System.Xml.Schema.XmlSchemaAnyAttribute attributeWildcard;
- Boolean validating;
- String get_Name();
- Void set_Name( String value);
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Attributes();
- Class System.Xml.Schema.XmlSchemaAnyAttribute get_AnyAttribute();
- Void set_AnyAttribute( Class System.Xml.Schema.XmlSchemaAnyAttribute value);
- Class System.Xml.XmlQualifiedName get_QualifiedName();
- Void set_QualifiedName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.Schema.XmlSchemaObjectTable get_AttributeUses();
- Class System.Xml.Schema.XmlSchemaAnyAttribute get_AttributeWildcard();
- Void set_AttributeWildcard( Class System.Xml.Schema.XmlSchemaAnyAttribute value);
- Class System.Xml.Schema.XmlSchemaAttributeGroup get_RedefinedAttributeGroup();
- Class System.Xml.Schema.XmlSchemaAttributeGroup get_Redefined();
- Void set_Redefined( Class System.Xml.Schema.XmlSchemaAttributeGroup value);
- Boolean get_Validating();
- Void set_Validating( Boolean value);
- String get_NameAttribute();
- Void set_NameAttribute( String value);
- Void System.Xml.Schema.XmlSchemaAttributeGroup();
- property Name { get(){} set(){} };
- property Attributes { get(){} set(){} };
- property AnyAttribute { get(){} set(){} };
- property QualifiedName { get(){} set(){} };
- property AttributeUses { get(){} set(){} };
- property AttributeWildcard { get(){} set(){} };
- property RedefinedAttributeGroup { get(){} set(){} };
- property Redefined { get(){} set(){} };
- property Validating { get(){} set(){} };
- property NameAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaAttributeGroupRef : System.Xml.Schema.XmlSchemaAnnotated
- {
- Class System.Xml.XmlQualifiedName refName;
- Class System.Xml.XmlQualifiedName get_RefName();
- Void set_RefName( Class System.Xml.XmlQualifiedName value);
- Void System.Xml.Schema.XmlSchemaAttributeGroupRef();
- property RefName { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaChoice : System.Xml.Schema.XmlSchemaGroupBase
- {
- Class System.Xml.Schema.XmlSchemaObjectCollection items;
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Items();
- Boolean get_IsEmpty();
- Class System.Xml.Schema.XmlSchemaChoice Clone();
- Void System.Xml.Schema.XmlSchemaChoice();
- property Items { get(){} set(){} };
- property IsEmpty { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaCollection : System.Object
- {
- Class System.Collections.Hashtable collection;
- Class System.Xml.XmlNameTable nameTable;
- Class System.Xml.Schema.SchemaNames schemaNames;
- Class System.Threading.ReaderWriterLock wLock;
- I4 timeout;
- Boolean isThreadSafe;
- Class System.Xml.Schema.ValidationEventHandler validationEventHandler;
- Void System.Xml.Schema.XmlSchemaCollection();
- Void System.Xml.Schema.XmlSchemaCollection( Class System.Xml.XmlNameTable nametable);
- I4 get_Count();
- Class System.Xml.XmlNameTable get_NameTable();
- Void add_ValidationEventHandler( Class System.Xml.Schema.ValidationEventHandler value);
- Void remove_ValidationEventHandler( Class System.Xml.Schema.ValidationEventHandler value);
- Class System.Xml.Schema.XmlSchema Add( String ns, String uri);
- Class System.Xml.Schema.XmlSchema Add( String ns, Class System.Xml.XmlReader reader);
- Class System.Xml.Schema.XmlSchema Add( Class System.Xml.Schema.XmlSchema schema);
- Void Add( Class System.Xml.Schema.XmlSchemaCollection schema);
- Class System.Xml.Schema.XmlSchema get_Item( String ns);
- Boolean Contains( Class System.Xml.Schema.XmlSchema schema);
- Boolean Contains( String ns);
- Class System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator();
- Class System.Xml.Schema.XmlSchemaCollectionEnumerator GetEnumerator();
- Void System.Collections.ICollection.CopyTo( Class System.Array array, I4 index);
- Void CopyTo( SZArray Class System.Xml.Schema.XmlSchema array, I4 index);
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Object System.Collections.ICollection.get_SyncRoot();
- I4 System.Collections.ICollection.get_Count();
- Class System.Xml.Schema.SchemaInfo GetSchemaInfo( String ns);
- Class System.Xml.Schema.XmlSchema Add( String ns, Class System.Xml.Schema.SchemaInfo schemaInfo, Class System.Xml.Schema.XmlSchema schema, Boolean compile);
- Void Add( String ns, Class System.Xml.Schema.XmlSchemaCollectionNode node);
- property Count { get(){} set(){} };
- property NameTable { get(){} set(){} };
- property Item { get(){} set(){} };
- event ValidationEventHandler;
- }
- class System.Xml.Schema.XmlSchemaCollectionNode : System.Object
- {
- String namespaceUri;
- Class System.Xml.Schema.SchemaInfo schemaInfo;
- Class System.Xml.Schema.XmlSchema schema;
- String get_NamespaceURI();
- Void set_NamespaceURI( String value);
- Class System.Xml.Schema.SchemaInfo get_SchemaInfo();
- Void set_SchemaInfo( Class System.Xml.Schema.SchemaInfo value);
- Class System.Xml.Schema.XmlSchema get_Schema();
- Void set_Schema( Class System.Xml.Schema.XmlSchema value);
- Void System.Xml.Schema.XmlSchemaCollectionNode();
- property NamespaceURI { get(){} set(){} };
- property SchemaInfo { get(){} set(){} };
- property Schema { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaCollectionEnumerator : System.Object
- {
- Class System.Collections.IDictionaryEnumerator enumerator;
- Void System.Xml.Schema.XmlSchemaCollectionEnumerator( Class System.Collections.Hashtable collection);
- Void System.Collections.IEnumerator.Reset();
- Boolean System.Collections.IEnumerator.MoveNext();
- Boolean MoveNext();
- Object System.Collections.IEnumerator.get_Current();
- Class System.Xml.Schema.XmlSchema get_Current();
- property Current { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaContentModel : System.Xml.Schema.XmlSchemaAnnotated
- {
- Class System.Xml.Schema.XmlSchemaContent get_Content();
- Void set_Content( Class System.Xml.Schema.XmlSchemaContent value);
- Void System.Xml.Schema.XmlSchemaContentModel();
- property Content { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaComplexContent : System.Xml.Schema.XmlSchemaContentModel
- {
- Class System.Xml.Schema.XmlSchemaContent content;
- Boolean isMixed;
- Boolean hasMixedAttribute;
- Boolean get_IsMixed();
- Void set_IsMixed( Boolean value);
- Class System.Xml.Schema.XmlSchemaContent get_Content();
- Void set_Content( Class System.Xml.Schema.XmlSchemaContent value);
- Boolean get_HasMixedAttribute();
- Void System.Xml.Schema.XmlSchemaComplexContent();
- property IsMixed { get(){} set(){} };
- property Content { get(){} set(){} };
- property HasMixedAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaContent : System.Xml.Schema.XmlSchemaAnnotated
- {
- Void System.Xml.Schema.XmlSchemaContent();
- }
- class System.Xml.Schema.XmlSchemaComplexContentExtension : System.Xml.Schema.XmlSchemaContent
- {
- Class System.Xml.Schema.XmlSchemaParticle particle;
- Class System.Xml.Schema.XmlSchemaObjectCollection attributes;
- Class System.Xml.Schema.XmlSchemaAnyAttribute anyAttribute;
- Class System.Xml.XmlQualifiedName baseTypeName;
- Class System.Xml.XmlQualifiedName get_BaseTypeName();
- Void set_BaseTypeName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.Schema.XmlSchemaParticle get_Particle();
- Void set_Particle( Class System.Xml.Schema.XmlSchemaParticle value);
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Attributes();
- Class System.Xml.Schema.XmlSchemaAnyAttribute get_AnyAttribute();
- Void set_AnyAttribute( Class System.Xml.Schema.XmlSchemaAnyAttribute value);
- Void System.Xml.Schema.XmlSchemaComplexContentExtension();
- property BaseTypeName { get(){} set(){} };
- property Particle { get(){} set(){} };
- property Attributes { get(){} set(){} };
- property AnyAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaComplexContentRestriction : System.Xml.Schema.XmlSchemaContent
- {
- Class System.Xml.Schema.XmlSchemaParticle particle;
- Class System.Xml.Schema.XmlSchemaObjectCollection attributes;
- Class System.Xml.Schema.XmlSchemaAnyAttribute anyAttribute;
- Class System.Xml.XmlQualifiedName baseTypeName;
- Class System.Xml.XmlQualifiedName get_BaseTypeName();
- Void set_BaseTypeName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.Schema.XmlSchemaParticle get_Particle();
- Void set_Particle( Class System.Xml.Schema.XmlSchemaParticle value);
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Attributes();
- Class System.Xml.Schema.XmlSchemaAnyAttribute get_AnyAttribute();
- Void set_AnyAttribute( Class System.Xml.Schema.XmlSchemaAnyAttribute value);
- Void System.Xml.Schema.XmlSchemaComplexContentRestriction();
- property BaseTypeName { get(){} set(){} };
- property Particle { get(){} set(){} };
- property Attributes { get(){} set(){} };
- property AnyAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaType : System.Xml.Schema.XmlSchemaAnnotated
- {
- String name;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod final;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod derivedBy;
- Object baseSchemaType;
- Class System.Xml.Schema.XmlSchemaDatatype datatype;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod finalResolved;
- Class System.Xml.Schema.SchemaElementDecl elementDecl;
- Class System.Xml.XmlQualifiedName qname;
- Class System.Xml.Schema.XmlSchemaType redefined;
- Boolean validating;
- String get_Name();
- Void set_Name( String value);
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod get_Final();
- Void set_Final( ValueClass System.Xml.Schema.XmlSchemaDerivationMethod value);
- Class System.Xml.XmlQualifiedName get_QualifiedName();
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod get_FinalResolved();
- Object get_BaseSchemaType();
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod get_DerivedBy();
- Class System.Xml.Schema.XmlSchemaDatatype get_Datatype();
- Boolean get_IsMixed();
- Void set_IsMixed( Boolean value);
- Void SetQualifiedName( Class System.Xml.XmlQualifiedName value);
- Void SetFinalResolved( ValueClass System.Xml.Schema.XmlSchemaDerivationMethod value);
- Void SetBaseSchemaType( Object value);
- Void SetDerivedBy( ValueClass System.Xml.Schema.XmlSchemaDerivationMethod value);
- Void SetDatatype( Class System.Xml.Schema.XmlSchemaDatatype value);
- Class System.Xml.Schema.SchemaElementDecl get_ElementDecl();
- Void set_ElementDecl( Class System.Xml.Schema.SchemaElementDecl value);
- Class System.Xml.Schema.XmlSchemaType get_Redefined();
- Void set_Redefined( Class System.Xml.Schema.XmlSchemaType value);
- Boolean get_Validating();
- Void set_Validating( Boolean value);
- Class System.Xml.XmlQualifiedName get_DerivedFrom();
- Boolean IsDerivedFrom( Object derivedType, Object baseType, ValueClass System.Xml.Schema.XmlSchemaDerivationMethod except);
- Boolean IsDerivedFromBaseType( Class System.Xml.Schema.XmlSchemaType derivedType, Class System.Xml.Schema.XmlSchemaType baseType, ValueClass System.Xml.Schema.XmlSchemaDerivationMethod except);
- Boolean IsDerivedFromDatatype( Object derivedType, Object baseType, ValueClass System.Xml.Schema.XmlSchemaDerivationMethod except);
- String get_NameAttribute();
- Void set_NameAttribute( String value);
- Void System.Xml.Schema.XmlSchemaType();
- property Name { get(){} set(){} };
- property Final { get(){} set(){} };
- property QualifiedName { get(){} set(){} };
- property FinalResolved { get(){} set(){} };
- property BaseSchemaType { get(){} set(){} };
- property DerivedBy { get(){} set(){} };
- property Datatype { get(){} set(){} };
- property IsMixed { get(){} set(){} };
- property ElementDecl { get(){} set(){} };
- property Redefined { get(){} set(){} };
- property Validating { get(){} set(){} };
- property DerivedFrom { get(){} set(){} };
- property NameAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaComplexType : System.Xml.Schema.XmlSchemaType
- {
- Boolean isAbstract;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod block;
- Boolean isMixed;
- Class System.Xml.Schema.XmlSchemaContentModel contentModel;
- Class System.Xml.Schema.XmlSchemaParticle particle;
- Class System.Xml.Schema.XmlSchemaObjectCollection attributes;
- Class System.Xml.Schema.XmlSchemaAnyAttribute anyAttribute;
- ValueClass System.Xml.Schema.XmlSchemaContentType contentType;
- Class System.Xml.Schema.XmlSchemaParticle contentTypeParticle;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod blockResolved;
- Class System.Xml.Schema.XmlSchemaObjectTable localElements;
- Class System.Xml.Schema.XmlSchemaObjectTable attributeUses;
- Class System.Xml.Schema.XmlSchemaAnyAttribute attributeWildcard;
- Class System.Collections.Hashtable localElementDecls;
- Class System.Xml.Schema.XmlSchemaComplexType anyType;
- Void System.Xml.Schema.XmlSchemaComplexType();
- Void System.Xml.Schema.XmlSchemaComplexType();
- Class System.Xml.Schema.XmlSchemaComplexType get_AnyType();
- Boolean get_IsAbstract();
- Void set_IsAbstract( Boolean value);
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod get_Block();
- Void set_Block( ValueClass System.Xml.Schema.XmlSchemaDerivationMethod value);
- Boolean get_IsMixed();
- Void set_IsMixed( Boolean value);
- Class System.Xml.Schema.XmlSchemaContentModel get_ContentModel();
- Void set_ContentModel( Class System.Xml.Schema.XmlSchemaContentModel value);
- Class System.Xml.Schema.XmlSchemaParticle get_Particle();
- Void set_Particle( Class System.Xml.Schema.XmlSchemaParticle value);
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Attributes();
- Class System.Xml.Schema.XmlSchemaAnyAttribute get_AnyAttribute();
- Void set_AnyAttribute( Class System.Xml.Schema.XmlSchemaAnyAttribute value);
- ValueClass System.Xml.Schema.XmlSchemaContentType get_ContentType();
- Class System.Xml.Schema.XmlSchemaParticle get_ContentTypeParticle();
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod get_BlockResolved();
- Class System.Xml.Schema.XmlSchemaObjectTable get_AttributeUses();
- Class System.Xml.Schema.XmlSchemaAnyAttribute get_AttributeWildcard();
- Void SetContentType( ValueClass System.Xml.Schema.XmlSchemaContentType value);
- Void SetContentTypeParticle( Class System.Xml.Schema.XmlSchemaParticle value);
- Void SetBlockResolved( ValueClass System.Xml.Schema.XmlSchemaDerivationMethod value);
- Void SetAttributeWildcard( Class System.Xml.Schema.XmlSchemaAnyAttribute value);
- Class System.Xml.Schema.XmlSchemaObjectTable get_LocalElements();
- Class System.Collections.Hashtable get_LocalElementDecls();
- Class System.Xml.XmlQualifiedName get_DerivedFrom();
- property AnyType { get(){} set(){} };
- property IsAbstract { get(){} set(){} };
- property Block { get(){} set(){} };
- property IsMixed { get(){} set(){} };
- property ContentModel { get(){} set(){} };
- property Particle { get(){} set(){} };
- property Attributes { get(){} set(){} };
- property AnyAttribute { get(){} set(){} };
- property ContentType { get(){} set(){} };
- property ContentTypeParticle { get(){} set(){} };
- property BlockResolved { get(){} set(){} };
- property AttributeUses { get(){} set(){} };
- property AttributeWildcard { get(){} set(){} };
- property LocalElements { get(){} set(){} };
- property LocalElementDecls { get(){} set(){} };
- property DerivedFrom { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaContentProcessing : System.Enum
- {
- I4 value__;
- ValueClass System.Xml.Schema.XmlSchemaContentProcessing None;
- ValueClass System.Xml.Schema.XmlSchemaContentProcessing Skip;
- ValueClass System.Xml.Schema.XmlSchemaContentProcessing Lax;
- ValueClass System.Xml.Schema.XmlSchemaContentProcessing Strict;
- }
- class System.Xml.Schema.XmlSchemaContentType : System.Enum
- {
- I4 value__;
- ValueClass System.Xml.Schema.XmlSchemaContentType TextOnly;
- ValueClass System.Xml.Schema.XmlSchemaContentType Empty;
- ValueClass System.Xml.Schema.XmlSchemaContentType ElementOnly;
- ValueClass System.Xml.Schema.XmlSchemaContentType Mixed;
- }
- class System.Xml.Schema.XmlSchemaDerivationMethod : System.Enum
- {
- I4 value__;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod Empty;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod Substitution;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod Extension;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod Restriction;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod List;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod Union;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod All;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod None;
- }
- class System.Xml.Schema.XmlSchemaDocumentation : System.Xml.Schema.XmlSchemaObject
- {
- String source;
- String language;
- SZArray Class System.Xml.XmlNode markup;
- Class System.Xml.Schema.XmlSchemaDatatype languageDatatype;
- String get_Source();
- Void set_Source( String value);
- String get_Language();
- Void set_Language( String value);
- SZArray Class System.Xml.XmlNode get_Markup();
- Void set_Markup( SZArray Class System.Xml.XmlNode value);
- Void System.Xml.Schema.XmlSchemaDocumentation();
- Void System.Xml.Schema.XmlSchemaDocumentation();
- property Source { get(){} set(){} };
- property Language { get(){} set(){} };
- property Markup { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaElement : System.Xml.Schema.XmlSchemaParticle
- {
- Boolean isAbstract;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod block;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod final;
- ValueClass System.Xml.Schema.XmlSchemaForm form;
- String defaultValue;
- String fixedValue;
- String name;
- Boolean isNillable;
- Boolean hasNillableAttribute;
- Class System.Xml.XmlQualifiedName refName;
- Class System.Xml.XmlQualifiedName substitutionGroup;
- Class System.Xml.XmlQualifiedName typeName;
- Class System.Xml.Schema.XmlSchemaType type;
- Class System.Xml.XmlQualifiedName qualifiedName;
- Object elementType;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod blockResolved;
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod finalResolved;
- Class System.Xml.Schema.XmlSchemaObjectCollection constraints;
- Class System.Xml.Schema.SchemaElementDecl elementDecl;
- Boolean validating;
- Boolean get_IsAbstract();
- Void set_IsAbstract( Boolean value);
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod get_Block();
- Void set_Block( ValueClass System.Xml.Schema.XmlSchemaDerivationMethod value);
- String get_DefaultValue();
- Void set_DefaultValue( String value);
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod get_Final();
- Void set_Final( ValueClass System.Xml.Schema.XmlSchemaDerivationMethod value);
- String get_FixedValue();
- Void set_FixedValue( String value);
- ValueClass System.Xml.Schema.XmlSchemaForm get_Form();
- Void set_Form( ValueClass System.Xml.Schema.XmlSchemaForm value);
- String get_Name();
- Void set_Name( String value);
- Boolean get_IsNillable();
- Void set_IsNillable( Boolean value);
- Boolean get_HasNillableAttribute();
- Class System.Xml.XmlQualifiedName get_RefName();
- Void set_RefName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.XmlQualifiedName get_SubstitutionGroup();
- Void set_SubstitutionGroup( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.XmlQualifiedName get_SchemaTypeName();
- Void set_SchemaTypeName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.Schema.XmlSchemaType get_SchemaType();
- Void set_SchemaType( Class System.Xml.Schema.XmlSchemaType value);
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Constraints();
- Class System.Xml.XmlQualifiedName get_QualifiedName();
- Object get_ElementType();
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod get_BlockResolved();
- ValueClass System.Xml.Schema.XmlSchemaDerivationMethod get_FinalResolved();
- Void SetQualifiedName( Class System.Xml.XmlQualifiedName value);
- Void SetElementType( Object value);
- Void SetBlockResolved( ValueClass System.Xml.Schema.XmlSchemaDerivationMethod value);
- Void SetFinalResolved( ValueClass System.Xml.Schema.XmlSchemaDerivationMethod value);
- Boolean get_HasDefault();
- Boolean get_HasConstraints();
- Class System.Xml.Schema.SchemaElementDecl get_ElementDecl();
- Void set_ElementDecl( Class System.Xml.Schema.SchemaElementDecl value);
- Boolean get_Validating();
- Void set_Validating( Boolean value);
- String get_NameAttribute();
- Void set_NameAttribute( String value);
- Void System.Xml.Schema.XmlSchemaElement();
- property IsAbstract { get(){} set(){} };
- property Block { get(){} set(){} };
- property DefaultValue { get(){} set(){} };
- property Final { get(){} set(){} };
- property FixedValue { get(){} set(){} };
- property Form { get(){} set(){} };
- property Name { get(){} set(){} };
- property IsNillable { get(){} set(){} };
- property HasNillableAttribute { get(){} set(){} };
- property RefName { get(){} set(){} };
- property SubstitutionGroup { get(){} set(){} };
- property SchemaTypeName { get(){} set(){} };
- property SchemaType { get(){} set(){} };
- property Constraints { get(){} set(){} };
- property QualifiedName { get(){} set(){} };
- property ElementType { get(){} set(){} };
- property BlockResolved { get(){} set(){} };
- property FinalResolved { get(){} set(){} };
- property HasDefault { get(){} set(){} };
- property HasConstraints { get(){} set(){} };
- property ElementDecl { get(){} set(){} };
- property Validating { get(){} set(){} };
- property NameAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaException : System.SystemException
- {
- String res;
- SZArray String args;
- String sourceUri;
- I4 lineNumber;
- I4 linePosition;
- Class System.Xml.Schema.XmlSchemaObject sourceSchemaObject;
- String message;
- Void System.Xml.Schema.XmlSchemaException( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Void GetObjectData( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Void System.Xml.Schema.XmlSchemaException( String message, Class System.Exception innerException);
- Void System.Xml.Schema.XmlSchemaException( String res);
- Void System.Xml.Schema.XmlSchemaException( String res, SZArray String args);
- Void System.Xml.Schema.XmlSchemaException( String res, String arg);
- Void System.Xml.Schema.XmlSchemaException( String res, String arg, String sourceUri, I4 lineNumber, I4 linePosition);
- Void System.Xml.Schema.XmlSchemaException( String res, String sourceUri, I4 lineNumber, I4 linePosition);
- Void System.Xml.Schema.XmlSchemaException( String res, SZArray String args, String sourceUri, I4 lineNumber, I4 linePosition);
- Void System.Xml.Schema.XmlSchemaException( String res, Class System.Xml.Schema.XmlSchemaObject source);
- Void System.Xml.Schema.XmlSchemaException( String res, String arg, Class System.Xml.Schema.XmlSchemaObject source);
- Void System.Xml.Schema.XmlSchemaException( String res, SZArray String args, Class System.Xml.Schema.XmlSchemaObject source);
- Void System.Xml.Schema.XmlSchemaException( String res, SZArray String args, String sourceUri, I4 lineNumber, I4 linePosition, Class System.Xml.Schema.XmlSchemaObject source);
- String get_Message();
- String get_SourceUri();
- I4 get_LineNumber();
- I4 get_LinePosition();
- Class System.Xml.Schema.XmlSchemaObject get_SourceSchemaObject();
- Void SetSource( String sourceUri, I4 lineNumber, I4 linePosition);
- Void SetSource( Class System.Xml.Schema.XmlSchemaObject source);
- property Message { get(){} set(){} };
- property SourceUri { get(){} set(){} };
- property LineNumber { get(){} set(){} };
- property LinePosition { get(){} set(){} };
- property SourceSchemaObject { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaExternal : System.Xml.Schema.XmlSchemaObject
- {
- String location;
- String fullPath;
- Class System.Xml.Schema.XmlSchema schema;
- String id;
- SZArray Class System.Xml.XmlAttribute moreAttributes;
- String get_SchemaLocation();
- Void set_SchemaLocation( String value);
- Class System.Xml.Schema.XmlSchema get_Schema();
- Void set_Schema( Class System.Xml.Schema.XmlSchema value);
- String get_Id();
- Void set_Id( String value);
- SZArray Class System.Xml.XmlAttribute get_UnhandledAttributes();
- Void set_UnhandledAttributes( SZArray Class System.Xml.XmlAttribute value);
- String get_FullPath();
- Void set_FullPath( String value);
- String get_IdAttribute();
- Void set_IdAttribute( String value);
- Void SetUnhandledAttributes( SZArray Class System.Xml.XmlAttribute moreAttributes);
- Void System.Xml.Schema.XmlSchemaExternal();
- property SchemaLocation { get(){} set(){} };
- property Schema { get(){} set(){} };
- property Id { get(){} set(){} };
- property UnhandledAttributes { get(){} set(){} };
- property FullPath { get(){} set(){} };
- property IdAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaFacet : System.Xml.Schema.XmlSchemaAnnotated
- {
- String value;
- Boolean isFixed;
- String get_Value();
- Void set_Value( String value);
- Boolean get_IsFixed();
- Void set_IsFixed( Boolean value);
- Void System.Xml.Schema.XmlSchemaFacet();
- property Value { get(){} set(){} };
- property IsFixed { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaNumericFacet : System.Xml.Schema.XmlSchemaFacet
- {
- Void System.Xml.Schema.XmlSchemaNumericFacet();
- }
- class System.Xml.Schema.XmlSchemaLengthFacet : System.Xml.Schema.XmlSchemaNumericFacet
- {
- Void System.Xml.Schema.XmlSchemaLengthFacet();
- }
- class System.Xml.Schema.XmlSchemaMinLengthFacet : System.Xml.Schema.XmlSchemaNumericFacet
- {
- Void System.Xml.Schema.XmlSchemaMinLengthFacet();
- }
- class System.Xml.Schema.XmlSchemaMaxLengthFacet : System.Xml.Schema.XmlSchemaNumericFacet
- {
- Void System.Xml.Schema.XmlSchemaMaxLengthFacet();
- }
- class System.Xml.Schema.XmlSchemaPatternFacet : System.Xml.Schema.XmlSchemaFacet
- {
- Void System.Xml.Schema.XmlSchemaPatternFacet();
- }
- class System.Xml.Schema.XmlSchemaEnumerationFacet : System.Xml.Schema.XmlSchemaFacet
- {
- Void System.Xml.Schema.XmlSchemaEnumerationFacet();
- }
- class System.Xml.Schema.XmlSchemaMinExclusiveFacet : System.Xml.Schema.XmlSchemaFacet
- {
- Void System.Xml.Schema.XmlSchemaMinExclusiveFacet();
- }
- class System.Xml.Schema.XmlSchemaMinInclusiveFacet : System.Xml.Schema.XmlSchemaFacet
- {
- Void System.Xml.Schema.XmlSchemaMinInclusiveFacet();
- }
- class System.Xml.Schema.XmlSchemaMaxExclusiveFacet : System.Xml.Schema.XmlSchemaFacet
- {
- Void System.Xml.Schema.XmlSchemaMaxExclusiveFacet();
- }
- class System.Xml.Schema.XmlSchemaMaxInclusiveFacet : System.Xml.Schema.XmlSchemaFacet
- {
- Void System.Xml.Schema.XmlSchemaMaxInclusiveFacet();
- }
- class System.Xml.Schema.XmlSchemaTotalDigitsFacet : System.Xml.Schema.XmlSchemaNumericFacet
- {
- Void System.Xml.Schema.XmlSchemaTotalDigitsFacet();
- }
- class System.Xml.Schema.XmlSchemaFractionDigitsFacet : System.Xml.Schema.XmlSchemaNumericFacet
- {
- Void System.Xml.Schema.XmlSchemaFractionDigitsFacet();
- }
- class System.Xml.Schema.XmlSchemaWhiteSpaceFacet : System.Xml.Schema.XmlSchemaFacet
- {
- Void System.Xml.Schema.XmlSchemaWhiteSpaceFacet();
- }
- class System.Xml.Schema.XmlSchemaForm : System.Enum
- {
- I4 value__;
- ValueClass System.Xml.Schema.XmlSchemaForm None;
- ValueClass System.Xml.Schema.XmlSchemaForm Qualified;
- ValueClass System.Xml.Schema.XmlSchemaForm Unqualified;
- }
- class System.Xml.Schema.XmlSchemaGroup : System.Xml.Schema.XmlSchemaAnnotated
- {
- String name;
- Class System.Xml.Schema.XmlSchemaGroupBase particle;
- Class System.Xml.Schema.XmlSchemaParticle canonicalParticle;
- Class System.Xml.XmlQualifiedName qname;
- Class System.Xml.Schema.XmlSchemaGroup redefined;
- Boolean validating;
- String get_Name();
- Void set_Name( String value);
- Class System.Xml.Schema.XmlSchemaGroupBase get_Particle();
- Void set_Particle( Class System.Xml.Schema.XmlSchemaGroupBase value);
- Class System.Xml.XmlQualifiedName get_QualifiedName();
- Void set_QualifiedName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.Schema.XmlSchemaParticle get_CanonicalParticle();
- Void set_CanonicalParticle( Class System.Xml.Schema.XmlSchemaParticle value);
- Class System.Xml.Schema.XmlSchemaGroup get_Redefined();
- Void set_Redefined( Class System.Xml.Schema.XmlSchemaGroup value);
- Boolean get_Validating();
- Void set_Validating( Boolean value);
- String get_NameAttribute();
- Void set_NameAttribute( String value);
- Void System.Xml.Schema.XmlSchemaGroup();
- property Name { get(){} set(){} };
- property Particle { get(){} set(){} };
- property QualifiedName { get(){} set(){} };
- property CanonicalParticle { get(){} set(){} };
- property Redefined { get(){} set(){} };
- property Validating { get(){} set(){} };
- property NameAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaGroupRef : System.Xml.Schema.XmlSchemaParticle
- {
- Class System.Xml.XmlQualifiedName refName;
- Class System.Xml.Schema.XmlSchemaGroupBase particle;
- Class System.Xml.Schema.XmlSchemaGroup refined;
- Class System.Xml.XmlQualifiedName get_RefName();
- Void set_RefName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.Schema.XmlSchemaGroupBase get_Particle();
- Void SetParticle( Class System.Xml.Schema.XmlSchemaGroupBase value);
- Class System.Xml.Schema.XmlSchemaGroup get_Redefined();
- Void set_Redefined( Class System.Xml.Schema.XmlSchemaGroup value);
- Void System.Xml.Schema.XmlSchemaGroupRef();
- property RefName { get(){} set(){} };
- property Particle { get(){} set(){} };
- property Redefined { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaIdentityConstraint : System.Xml.Schema.XmlSchemaAnnotated
- {
- Boolean validating;
- String name;
- Class System.Xml.Schema.XmlSchemaXPath selector;
- Class System.Xml.Schema.XmlSchemaObjectCollection fields;
- Class System.Xml.XmlQualifiedName qualifiedName;
- Class System.Xml.Schema.CompiledIdentityConstraint compiledConstraint;
- Boolean get_Validating();
- Void set_Validating( Boolean value);
- String get_Name();
- Void set_Name( String value);
- Class System.Xml.Schema.XmlSchemaXPath get_Selector();
- Void set_Selector( Class System.Xml.Schema.XmlSchemaXPath value);
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Fields();
- Class System.Xml.XmlQualifiedName get_QualifiedName();
- Void SetQualifiedName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.Schema.CompiledIdentityConstraint get_CompiledConstraint();
- Void set_CompiledConstraint( Class System.Xml.Schema.CompiledIdentityConstraint value);
- String get_NameAttribute();
- Void set_NameAttribute( String value);
- Void System.Xml.Schema.XmlSchemaIdentityConstraint();
- property Validating { get(){} set(){} };
- property Name { get(){} set(){} };
- property Selector { get(){} set(){} };
- property Fields { get(){} set(){} };
- property QualifiedName { get(){} set(){} };
- property CompiledConstraint { get(){} set(){} };
- property NameAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaXPath : System.Xml.Schema.XmlSchemaAnnotated
- {
- String xpath;
- String get_XPath();
- Void set_XPath( String value);
- Void System.Xml.Schema.XmlSchemaXPath();
- property XPath { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaUnique : System.Xml.Schema.XmlSchemaIdentityConstraint
- {
- Void System.Xml.Schema.XmlSchemaUnique();
- }
- class System.Xml.Schema.XmlSchemaKey : System.Xml.Schema.XmlSchemaIdentityConstraint
- {
- Void System.Xml.Schema.XmlSchemaKey();
- }
- class System.Xml.Schema.XmlSchemaKeyref : System.Xml.Schema.XmlSchemaIdentityConstraint
- {
- Class System.Xml.XmlQualifiedName refer;
- Class System.Xml.XmlQualifiedName get_Refer();
- Void set_Refer( Class System.Xml.XmlQualifiedName value);
- Void System.Xml.Schema.XmlSchemaKeyref();
- property Refer { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaImport : System.Xml.Schema.XmlSchemaExternal
- {
- String ns;
- Class System.Xml.Schema.XmlSchemaAnnotation annotation;
- String get_Namespace();
- Void set_Namespace( String value);
- Class System.Xml.Schema.XmlSchemaAnnotation get_Annotation();
- Void set_Annotation( Class System.Xml.Schema.XmlSchemaAnnotation value);
- Void AddAnnotation( Class System.Xml.Schema.XmlSchemaAnnotation annotation);
- Void System.Xml.Schema.XmlSchemaImport();
- property Namespace { get(){} set(){} };
- property Annotation { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaInclude : System.Xml.Schema.XmlSchemaExternal
- {
- Class System.Xml.Schema.XmlSchemaAnnotation annotation;
- Class System.Xml.Schema.XmlSchemaAnnotation get_Annotation();
- Void set_Annotation( Class System.Xml.Schema.XmlSchemaAnnotation value);
- Void AddAnnotation( Class System.Xml.Schema.XmlSchemaAnnotation annotation);
- Void System.Xml.Schema.XmlSchemaInclude();
- property Annotation { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaNotation : System.Xml.Schema.XmlSchemaAnnotated
- {
- String name;
- String publicId;
- String systemId;
- Class System.Xml.XmlQualifiedName qname;
- String get_Name();
- Void set_Name( String value);
- String get_Public();
- Void set_Public( String value);
- String get_System();
- Void set_System( String value);
- Class System.Xml.XmlQualifiedName get_QualifiedName();
- Void set_QualifiedName( Class System.Xml.XmlQualifiedName value);
- String get_NameAttribute();
- Void set_NameAttribute( String value);
- Void System.Xml.Schema.XmlSchemaNotation();
- property Name { get(){} set(){} };
- property Public { get(){} set(){} };
- property System { get(){} set(){} };
- property QualifiedName { get(){} set(){} };
- property NameAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaObjectCollection : System.Collections.CollectionBase
- {
- Class System.Xml.Schema.XmlSchemaObject parent;
- Void System.Xml.Schema.XmlSchemaObjectCollection();
- Void System.Xml.Schema.XmlSchemaObjectCollection( Class System.Xml.Schema.XmlSchemaObject parent);
- Class System.Xml.Schema.XmlSchemaObject get_Item( I4 index);
- Void set_Item( I4 index, Class System.Xml.Schema.XmlSchemaObject value);
- Class System.Xml.Schema.XmlSchemaObjectEnumerator GetEnumerator();
- I4 Add( Class System.Xml.Schema.XmlSchemaObject item);
- Void Insert( I4 index, Class System.Xml.Schema.XmlSchemaObject item);
- I4 IndexOf( Class System.Xml.Schema.XmlSchemaObject item);
- Boolean Contains( Class System.Xml.Schema.XmlSchemaObject item);
- Void Remove( Class System.Xml.Schema.XmlSchemaObject item);
- Void CopyTo( SZArray Class System.Xml.Schema.XmlSchemaObject array, I4 index);
- Void OnInsert( I4 index, Object item);
- Void OnSet( I4 index, Object oldValue, Object newValue);
- Void OnClear();
- Void OnRemove( I4 index, Object item);
- property Item { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaObjectEnumerator : System.Object
- {
- Class System.Collections.IEnumerator enumerator;
- Void System.Xml.Schema.XmlSchemaObjectEnumerator( Class System.Collections.IEnumerator enumerator);
- Void Reset();
- Boolean MoveNext();
- Class System.Xml.Schema.XmlSchemaObject get_Current();
- Void System.Collections.IEnumerator.Reset();
- Boolean System.Collections.IEnumerator.MoveNext();
- Object System.Collections.IEnumerator.get_Current();
- property Current { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaObjectTable : System.Object
- {
- Class System.Collections.Hashtable table;
- Void System.Xml.Schema.XmlSchemaObjectTable();
- Void Add( Class System.Xml.XmlQualifiedName name, Class System.Xml.Schema.XmlSchemaObject value);
- Void Insert( Class System.Xml.XmlQualifiedName name, Class System.Xml.Schema.XmlSchemaObject value);
- Void Remove( Class System.Xml.XmlQualifiedName name);
- Void Clear();
- I4 get_Count();
- Boolean Contains( Class System.Xml.XmlQualifiedName name);
- Class System.Xml.Schema.XmlSchemaObject get_Item( Class System.Xml.XmlQualifiedName name);
- Class System.Collections.ICollection get_Names();
- Class System.Collections.ICollection get_Values();
- Class System.Collections.IDictionaryEnumerator GetEnumerator();
- property Count { get(){} set(){} };
- property Item { get(){} set(){} };
- property Names { get(){} set(){} };
- property Values { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaRedefine : System.Xml.Schema.XmlSchemaExternal
- {
- Class System.Xml.Schema.XmlSchemaObjectCollection items;
- Class System.Xml.Schema.XmlSchemaObjectTable attributeGroups;
- Class System.Xml.Schema.XmlSchemaObjectTable types;
- Class System.Xml.Schema.XmlSchemaObjectTable groups;
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Items();
- Class System.Xml.Schema.XmlSchemaObjectTable get_AttributeGroups();
- Class System.Xml.Schema.XmlSchemaObjectTable get_SchemaTypes();
- Class System.Xml.Schema.XmlSchemaObjectTable get_Groups();
- Void AddAnnotation( Class System.Xml.Schema.XmlSchemaAnnotation annotation);
- Void System.Xml.Schema.XmlSchemaRedefine();
- property Items { get(){} set(){} };
- property AttributeGroups { get(){} set(){} };
- property SchemaTypes { get(){} set(){} };
- property Groups { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaSequence : System.Xml.Schema.XmlSchemaGroupBase
- {
- Class System.Xml.Schema.XmlSchemaObjectCollection items;
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Items();
- Boolean get_IsEmpty();
- Void System.Xml.Schema.XmlSchemaSequence();
- property Items { get(){} set(){} };
- property IsEmpty { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaSimpleContent : System.Xml.Schema.XmlSchemaContentModel
- {
- Class System.Xml.Schema.XmlSchemaContent content;
- Class System.Xml.Schema.XmlSchemaContent get_Content();
- Void set_Content( Class System.Xml.Schema.XmlSchemaContent value);
- Void System.Xml.Schema.XmlSchemaSimpleContent();
- property Content { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaSimpleContentExtension : System.Xml.Schema.XmlSchemaContent
- {
- Class System.Xml.Schema.XmlSchemaObjectCollection attributes;
- Class System.Xml.Schema.XmlSchemaAnyAttribute anyAttribute;
- Class System.Xml.XmlQualifiedName baseTypeName;
- Class System.Xml.XmlQualifiedName get_BaseTypeName();
- Void set_BaseTypeName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Attributes();
- Class System.Xml.Schema.XmlSchemaAnyAttribute get_AnyAttribute();
- Void set_AnyAttribute( Class System.Xml.Schema.XmlSchemaAnyAttribute value);
- Void System.Xml.Schema.XmlSchemaSimpleContentExtension();
- property BaseTypeName { get(){} set(){} };
- property Attributes { get(){} set(){} };
- property AnyAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaSimpleContentRestriction : System.Xml.Schema.XmlSchemaContent
- {
- Class System.Xml.XmlQualifiedName baseTypeName;
- Class System.Xml.Schema.XmlSchemaSimpleType baseType;
- Class System.Xml.Schema.XmlSchemaObjectCollection facets;
- Class System.Xml.Schema.XmlSchemaObjectCollection attributes;
- Class System.Xml.Schema.XmlSchemaAnyAttribute anyAttribute;
- Class System.Xml.XmlQualifiedName get_BaseTypeName();
- Void set_BaseTypeName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.Schema.XmlSchemaSimpleType get_BaseType();
- Void set_BaseType( Class System.Xml.Schema.XmlSchemaSimpleType value);
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Facets();
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Attributes();
- Class System.Xml.Schema.XmlSchemaAnyAttribute get_AnyAttribute();
- Void set_AnyAttribute( Class System.Xml.Schema.XmlSchemaAnyAttribute value);
- Void System.Xml.Schema.XmlSchemaSimpleContentRestriction();
- property BaseTypeName { get(){} set(){} };
- property BaseType { get(){} set(){} };
- property Facets { get(){} set(){} };
- property Attributes { get(){} set(){} };
- property AnyAttribute { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaSimpleType : System.Xml.Schema.XmlSchemaType
- {
- Class System.Xml.Schema.XmlSchemaSimpleTypeContent content;
- Class System.Xml.Schema.XmlSchemaSimpleTypeContent get_Content();
- Void set_Content( Class System.Xml.Schema.XmlSchemaSimpleTypeContent value);
- Class System.Xml.XmlQualifiedName get_DerivedFrom();
- Void System.Xml.Schema.XmlSchemaSimpleType();
- property Content { get(){} set(){} };
- property DerivedFrom { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaSimpleTypeContent : System.Xml.Schema.XmlSchemaAnnotated
- {
- Void System.Xml.Schema.XmlSchemaSimpleTypeContent();
- }
- class System.Xml.Schema.XmlSchemaSimpleTypeList : System.Xml.Schema.XmlSchemaSimpleTypeContent
- {
- Class System.Xml.XmlQualifiedName itemTypeName;
- Class System.Xml.Schema.XmlSchemaSimpleType itemType;
- Class System.Xml.XmlQualifiedName get_ItemTypeName();
- Void set_ItemTypeName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.Schema.XmlSchemaSimpleType get_ItemType();
- Void set_ItemType( Class System.Xml.Schema.XmlSchemaSimpleType value);
- Void System.Xml.Schema.XmlSchemaSimpleTypeList();
- property ItemTypeName { get(){} set(){} };
- property ItemType { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaSimpleTypeRestriction : System.Xml.Schema.XmlSchemaSimpleTypeContent
- {
- Class System.Xml.XmlQualifiedName baseTypeName;
- Class System.Xml.Schema.XmlSchemaSimpleType baseType;
- Class System.Xml.Schema.XmlSchemaObjectCollection facets;
- Class System.Xml.XmlQualifiedName get_BaseTypeName();
- Void set_BaseTypeName( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.Schema.XmlSchemaSimpleType get_BaseType();
- Void set_BaseType( Class System.Xml.Schema.XmlSchemaSimpleType value);
- Class System.Xml.Schema.XmlSchemaObjectCollection get_Facets();
- Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction();
- property BaseTypeName { get(){} set(){} };
- property BaseType { get(){} set(){} };
- property Facets { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaSimpleTypeUnion : System.Xml.Schema.XmlSchemaSimpleTypeContent
- {
- Class System.Xml.Schema.XmlSchemaObjectCollection baseTypes;
- SZArray Class System.Xml.XmlQualifiedName memberTypes;
- Class System.Xml.Schema.XmlSchemaObjectCollection get_BaseTypes();
- SZArray Class System.Xml.XmlQualifiedName get_MemberTypes();
- Void set_MemberTypes( SZArray Class System.Xml.XmlQualifiedName value);
- Void System.Xml.Schema.XmlSchemaSimpleTypeUnion();
- property BaseTypes { get(){} set(){} };
- property MemberTypes { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaSubstitutionGroup : System.Xml.Schema.XmlSchemaObject
- {
- Class System.Collections.Hashtable members;
- Class System.Xml.XmlQualifiedName examplar;
- Class System.Xml.Schema.XmlSchemaChoice choice;
- Boolean validating;
- Class System.Collections.Hashtable get_Members();
- Class System.Xml.XmlQualifiedName get_Examplar();
- Void set_Examplar( Class System.Xml.XmlQualifiedName value);
- Class System.Xml.Schema.XmlSchemaChoice get_Choice();
- Void set_Choice( Class System.Xml.Schema.XmlSchemaChoice value);
- Boolean get_Validating();
- Void set_Validating( Boolean value);
- Void System.Xml.Schema.XmlSchemaSubstitutionGroup();
- property Members { get(){} set(){} };
- property Examplar { get(){} set(){} };
- property Choice { get(){} set(){} };
- property Validating { get(){} set(){} };
- }
- class System.Xml.Schema.XmlSchemaUse : System.Enum
- {
- I4 value__;
- ValueClass System.Xml.Schema.XmlSchemaUse None;
- ValueClass System.Xml.Schema.XmlSchemaUse Optional;
- ValueClass System.Xml.Schema.XmlSchemaUse Prohibited;
- ValueClass System.Xml.Schema.XmlSchemaUse Required;
- }
- class System.Xml.Schema.XmlSeverityType : System.Enum
- {
- I4 value__;
- ValueClass System.Xml.Schema.XmlSeverityType Error;
- ValueClass System.Xml.Schema.XmlSeverityType Warning;
- }
- class System.Xml.Schema.XsdBuilder : System.Xml.Schema.SchemaBuilder
- {
- I4 STACK_INCREMENT;
- SZArray ValueClass State SchemaElement;
- SZArray ValueClass State SchemaSubelements;
- SZArray ValueClass State AttributeSubelements;
- SZArray ValueClass State ElementSubelements;
- SZArray ValueClass State ComplexTypeSubelements;
- SZArray ValueClass State SimpleContentSubelements;
- SZArray ValueClass State SimpleContentExtensionSubelements;
- SZArray ValueClass State SimpleContentRestrictionSubelements;
- SZArray ValueClass State ComplexContentSubelements;
- SZArray ValueClass State ComplexContentExtensionSubelements;
- SZArray ValueClass State ComplexContentRestrictionSubelements;
- SZArray ValueClass State SimpleTypeSubelements;
- SZArray ValueClass State SimpleTypeRestrictionSubelements;
- SZArray ValueClass State SimpleTypeListSubelements;
- SZArray ValueClass State SimpleTypeUnionSubelements;
- SZArray ValueClass State RedefineSubelements;
- SZArray ValueClass State AttributeGroupSubelements;
- SZArray ValueClass State GroupSubelements;
- SZArray ValueClass State AllSubelements;
- SZArray ValueClass State ChoiceSequenceSubelements;
- SZArray ValueClass State IdentityConstraintSubelements;
- SZArray ValueClass State AnnotationSubelements;
- SZArray ValueClass State AnnotatedSubelements;
- SZArray Class XsdAttributeEntry SchemaAttributes;
- SZArray Class XsdAttributeEntry AttributeAttributes;
- SZArray Class XsdAttributeEntry ElementAttributes;
- SZArray Class XsdAttributeEntry ComplexTypeAttributes;
- SZArray Class XsdAttributeEntry SimpleContentAttributes;
- SZArray Class XsdAttributeEntry SimpleContentExtensionAttributes;
- SZArray Class XsdAttributeEntry SimpleContentRestrictionAttributes;
- SZArray Class XsdAttributeEntry ComplexContentAttributes;
- SZArray Class XsdAttributeEntry ComplexContentExtensionAttributes;
- SZArray Class XsdAttributeEntry ComplexContentRestrictionAttributes;
- SZArray Class XsdAttributeEntry SimpleTypeAttributes;
- SZArray Class XsdAttributeEntry SimpleTypeRestrictionAttributes;
- SZArray Class XsdAttributeEntry SimpleTypeUnionAttributes;
- SZArray Class XsdAttributeEntry SimpleTypeListAttributes;
- SZArray Class XsdAttributeEntry AttributeGroupAttributes;
- SZArray Class XsdAttributeEntry AttributeGroupRefAttributes;
- SZArray Class XsdAttributeEntry GroupAttributes;
- SZArray Class XsdAttributeEntry GroupRefAttributes;
- SZArray Class XsdAttributeEntry ParticleAttributes;
- SZArray Class XsdAttributeEntry AnyAttributes;
- SZArray Class XsdAttributeEntry IdentityConstraintAttributes;
- SZArray Class XsdAttributeEntry SelectorAttributes;
- SZArray Class XsdAttributeEntry FieldAttributes;
- SZArray Class XsdAttributeEntry NotationAttributes;
- SZArray Class XsdAttributeEntry IncludeAttributes;
- SZArray Class XsdAttributeEntry ImportAttributes;
- SZArray Class XsdAttributeEntry FacetAttributes;
- SZArray Class XsdAttributeEntry AnyAttributeAttributes;
- SZArray Class XsdAttributeEntry DocumentationAttributes;
- SZArray Class XsdAttributeEntry AppinfoAttributes;
- SZArray Class XsdAttributeEntry RedefineAttributes;
- SZArray Class XsdAttributeEntry AnnotationAttributes;
- SZArray Class XsdEntry SchemaEntries;
- SZArray I4 DerivationMethodValues;
- SZArray String DerivationMethodStrings;
- SZArray String FormStringValues;
- SZArray String UseStringValues;
- SZArray String ProcessContentsStringValues;
- Class System.Xml.XmlReader reader;
- Class System.Xml.PositionInfo positionInfo;
- Class XsdEntry currentEntry;
- Class XsdEntry nextEntry;
- Boolean hasChild;
- Class System.Xml.HWStack stateHistory;
- Class System.Collections.Stack containerStack;
- Class System.Xml.XmlNameTable nameTable;
- Class System.Xml.Schema.SchemaNames schemaNames;
- Class System.Xml.XmlNamespaceManager namespaceManager;
- Boolean canIncludeImport;
- Class System.Xml.Schema.XmlSchema schema;
- Class System.Xml.Schema.XmlSchemaObject xso;
- Class System.Xml.Schema.XmlSchemaElement element;
- Class System.Xml.Schema.XmlSchemaAny anyElement;
- Class System.Xml.Schema.XmlSchemaAttribute attribute;
- Class System.Xml.Schema.XmlSchemaAnyAttribute anyAttribute;
- Class System.Xml.Schema.XmlSchemaComplexType complexType;
- Class System.Xml.Schema.XmlSchemaSimpleType simpleType;
- Class System.Xml.Schema.XmlSchemaComplexContent complexContent;
- Class System.Xml.Schema.XmlSchemaComplexContentExtension complexContentExtension;
- Class System.Xml.Schema.XmlSchemaComplexContentRestriction complexContentRestriction;
- Class System.Xml.Schema.XmlSchemaSimpleContent simpleContent;
- Class System.Xml.Schema.XmlSchemaSimpleContentExtension simpleContentExtension;
- Class System.Xml.Schema.XmlSchemaSimpleContentRestriction simpleContentRestriction;
- Class System.Xml.Schema.XmlSchemaSimpleTypeUnion simpleTypeUnion;
- Class System.Xml.Schema.XmlSchemaSimpleTypeList simpleTypeList;
- Class System.Xml.Schema.XmlSchemaSimpleTypeRestriction simpleTypeRestriction;
- Class System.Xml.Schema.XmlSchemaGroup group;
- Class System.Xml.Schema.XmlSchemaGroupRef groupRef;
- Class System.Xml.Schema.XmlSchemaAll all;
- Class System.Xml.Schema.XmlSchemaChoice choice;
- Class System.Xml.Schema.XmlSchemaSequence sequence;
- Class System.Xml.Schema.XmlSchemaParticle particle;
- Class System.Xml.Schema.XmlSchemaAttributeGroup attributeGroup;
- Class System.Xml.Schema.XmlSchemaAttributeGroupRef attributeGroupRef;
- Class System.Xml.Schema.XmlSchemaNotation notation;
- Class System.Xml.Schema.XmlSchemaIdentityConstraint identityConstraint;
- Class System.Xml.Schema.XmlSchemaXPath xpath;
- Class System.Xml.Schema.XmlSchemaInclude include;
- Class System.Xml.Schema.XmlSchemaImport import;
- Class System.Xml.Schema.XmlSchemaAnnotation annotation;
- Class System.Xml.Schema.XmlSchemaAppInfo appInfo;
- Class System.Xml.Schema.XmlSchemaDocumentation documentation;
- Class System.Xml.Schema.XmlSchemaFacet facet;
- SZArray Class System.Xml.XmlNode markup;
- Class System.Xml.Schema.XmlSchemaRedefine redefine;
- Class System.Xml.Schema.ValidationEventHandler validationEventHandler;
- Class System.Collections.ArrayList unhandledAttributes;
- Class System.Collections.Hashtable namespaces;
- SZArray Char Delimiters;
- Void System.Xml.Schema.XsdBuilder( Class System.Xml.XmlReader reader, Class System.Xml.XmlNamespaceManager curmgr, Class System.Xml.Schema.XmlSchema schema, Class System.Xml.XmlNameTable nameTable, Class System.Xml.Schema.SchemaNames schemaNames, Class System.Xml.Schema.ValidationEventHandler eventhandler);
- Boolean ProcessElement( String prefix, String name, String ns);
- Void ProcessAttribute( String prefix, String name, String ns, String value);
- Boolean IsContentParsed();
- Void ProcessMarkup( SZArray Class System.Xml.XmlNode markup);
- Void ProcessCData( String value);
- Void StartChildren();
- Void EndChildren();
- Void Push();
- Void Pop();
- ValueClass ID get_CurrentElement();
- ValueClass ID get_ParentElement();
- Class System.Xml.Schema.XmlSchemaObject get_ParentContainer();
- Class System.Xml.Schema.XmlSchemaObject GetContainer( ValueClass State state);
- Void SetContainer( ValueClass State state, Object container);
- Void BuildAnnotated_Id( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSchema_AttributeFormDefault( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSchema_ElementFormDefault( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSchema_TargetNamespace( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSchema_Version( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSchema_FinalDefault( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSchema_BlockDefault( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitSchema( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitInclude( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildInclude_SchemaLocation( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitImport( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildImport_Namespace( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildImport_SchemaLocation( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitRedefine( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildRedefine_SchemaLocation( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void EndRedefine( Class System.Xml.Schema.XsdBuilder builder);
- Void InitAttribute( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAttribute_Default( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAttribute_Fixed( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAttribute_Form( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAttribute_Use( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAttribute_Ref( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAttribute_Name( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAttribute_Type( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitElement( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildElement_Abstract( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildElement_Block( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildElement_Default( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildElement_Form( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildElement_SubstitutionGroup( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildElement_Final( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildElement_Fixed( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildElement_MaxOccurs( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildElement_MinOccurs( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildElement_Name( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildElement_Nillable( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildElement_Ref( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildElement_Type( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitSimpleType( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSimpleType_Name( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSimpleType_Final( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitSimpleTypeUnion( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSimpleTypeUnion_MemberTypes( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitSimpleTypeList( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSimpleTypeList_ItemType( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitSimpleTypeRestriction( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSimpleTypeRestriction_Base( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitComplexType( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildComplexType_Abstract( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildComplexType_Block( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildComplexType_Final( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildComplexType_Mixed( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildComplexType_Name( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitComplexContent( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildComplexContent_Mixed( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitComplexContentExtension( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildComplexContentExtension_Base( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitComplexContentRestriction( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildComplexContentRestriction_Base( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitSimpleContent( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitSimpleContentExtension( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSimpleContentExtension_Base( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitSimpleContentRestriction( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSimpleContentRestriction_Base( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitAttributeGroup( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAttributeGroup_Name( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitAttributeGroupRef( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAttributeGroupRef_Ref( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitAnyAttribute( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAnyAttribute_Namespace( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAnyAttribute_ProcessContents( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitGroup( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildGroup_Name( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitGroupRef( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildParticle_MaxOccurs( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildParticle_MinOccurs( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildGroupRef_Ref( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitAll( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitChoice( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitSequence( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitAny( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAny_Namespace( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAny_ProcessContents( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitNotation( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildNotation_Name( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildNotation_Public( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildNotation_System( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitFacet( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildFacet_Fixed( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildFacet_Value( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitIdentityConstraint( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildIdentityConstraint_Name( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildIdentityConstraint_Refer( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitSelector( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildSelector_XPath( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitField( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildField_XPath( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitAnnotation( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void InitAppinfo( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildAppinfo_Source( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void EndAppinfo( Class System.Xml.Schema.XsdBuilder builder);
- Void InitDocumentation( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildDocumentation_Source( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void BuildDocumentation_XmlLang( Class System.Xml.Schema.XsdBuilder builder, String value);
- Void EndDocumentation( Class System.Xml.Schema.XsdBuilder builder);
- Void AddAttribute( Class System.Xml.Schema.XmlSchemaObject value);
- Void AddParticle( Class System.Xml.Schema.XmlSchemaParticle particle);
- Boolean GetNextState( Class System.Xml.XmlQualifiedName qname);
- Boolean IsSkipableElement( Class System.Xml.XmlQualifiedName qname);
- Void SetMinOccurs( Class System.Xml.Schema.XmlSchemaParticle particle, String value);
- Void SetMaxOccurs( Class System.Xml.Schema.XmlSchemaParticle particle, String value);
- Boolean ParseBoolean( String value, String attributeName);
- I4 ParseEnum( String value, String attributeName, SZArray String values);
- Class System.Xml.XmlQualifiedName ParseQName( String value, String attributeName);
- I4 ParseEnumFlags( String value, String attributeName, SZArray String values, SZArray I4 intvalues);
- String ParseUriReference( String s);
- Void SendValidationEvent( String code, String arg0, String arg1, String arg2);
- Void SendValidationEvent( String code, String msg);
- Void SendValidationEvent( String code, SZArray String args, ValueClass System.Xml.Schema.XmlSeverityType severity);
- Void SendValidationEvent( Class System.Xml.Schema.XmlSchemaException e, ValueClass System.Xml.Schema.XmlSeverityType severity);
- Void SendValidationEvent( Class System.Xml.Schema.XmlSchemaException e);
- Void RecordPosition();
- Void System.Xml.Schema.XsdBuilder();
- property CurrentElement { get(){} set(){} };
- property ParentElement { get(){} set(){} };
- property ParentContainer { get(){} set(){} };
- }
- class State : System.Enum
- {
- I4 value__;
- ValueClass State Root;
- ValueClass State Schema;
- ValueClass State Annotation;
- ValueClass State Include;
- ValueClass State Import;
- ValueClass State Element;
- ValueClass State Attribute;
- ValueClass State AttributeGroup;
- ValueClass State AttributeGroupRef;
- ValueClass State AnyAttribute;
- ValueClass State Group;
- ValueClass State GroupRef;
- ValueClass State All;
- ValueClass State Choice;
- ValueClass State Sequence;
- ValueClass State Any;
- ValueClass State Notation;
- ValueClass State SimpleType;
- ValueClass State ComplexType;
- ValueClass State ComplexContent;
- ValueClass State ComplexContentRestriction;
- ValueClass State ComplexContentExtension;
- ValueClass State SimpleContent;
- ValueClass State SimpleContentExtension;
- ValueClass State SimpleContentRestriction;
- ValueClass State SimpleTypeUnion;
- ValueClass State SimpleTypeList;
- ValueClass State SimpleTypeRestriction;
- ValueClass State Unique;
- ValueClass State Key;
- ValueClass State KeyRef;
- ValueClass State Selector;
- ValueClass State Field;
- ValueClass State MinExclusive;
- ValueClass State MinInclusive;
- ValueClass State MaxExclusive;
- ValueClass State MaxInclusive;
- ValueClass State TotalDigits;
- ValueClass State FractionDigits;
- ValueClass State Length;
- ValueClass State MinLength;
- ValueClass State MaxLength;
- ValueClass State Enumeration;
- ValueClass State Pattern;
- ValueClass State WhiteSpace;
- ValueClass State AppInfo;
- ValueClass State Documentation;
- ValueClass State Redefine;
- }
- class XsdBuildFunction : System.MulticastDelegate
- {
- Void XsdBuildFunction( Object object, I method);
- Void Invoke( Class System.Xml.Schema.XsdBuilder builder, String value);
- Class System.IAsyncResult BeginInvoke( Class System.Xml.Schema.XsdBuilder builder, String value, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class XsdInitFunction : System.MulticastDelegate
- {
- Void XsdInitFunction( Object object, I method);
- Void Invoke( Class System.Xml.Schema.XsdBuilder builder, String value);
- Class System.IAsyncResult BeginInvoke( Class System.Xml.Schema.XsdBuilder builder, String value, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class XsdBeginChildFunction : System.MulticastDelegate
- {
- Void XsdBeginChildFunction( Object object, I method);
- Void Invoke( Class System.Xml.Schema.XsdBuilder builder);
- Class System.IAsyncResult BeginInvoke( Class System.Xml.Schema.XsdBuilder builder, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class XsdEndChildFunction : System.MulticastDelegate
- {
- Void XsdEndChildFunction( Object object, I method);
- Void Invoke( Class System.Xml.Schema.XsdBuilder builder);
- Class System.IAsyncResult BeginInvoke( Class System.Xml.Schema.XsdBuilder builder, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class XsdAttributeEntry : System.Object
- {
- ValueClass ID Attribute;
- Class XsdBuildFunction BuildFunc;
- Void XsdAttributeEntry( ValueClass ID a, Class XsdBuildFunction build);
- }
- class XsdEntry : System.Object
- {
- ValueClass ID Name;
- ValueClass State CurrentState;
- SZArray ValueClass State NextStates;
- SZArray Class XsdAttributeEntry Attributes;
- Class XsdInitFunction InitFunc;
- Class XsdBeginChildFunction BeginChildFunc;
- Class XsdEndChildFunction EndChildFunc;
- Boolean ParseContent;
- Void XsdEntry( ValueClass ID n, ValueClass State state, SZArray ValueClass State nextStates, SZArray Class XsdAttributeEntry attributes, Class XsdInitFunction init, Class XsdBeginChildFunction begin, Class XsdEndChildFunction end, Boolean parseContent);
- }
- class System.Xml.Serialization.XmlAttributeEventHandler : System.MulticastDelegate
- {
- Void System.Xml.Serialization.XmlAttributeEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Xml.Serialization.XmlAttributeEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Xml.Serialization.XmlAttributeEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Xml.Serialization.XmlAttributeEventArgs : System.EventArgs
- {
- Object o;
- Class System.Xml.XmlAttribute attr;
- I4 lineNumber;
- I4 linePosition;
- Void System.Xml.Serialization.XmlAttributeEventArgs( Class System.Xml.XmlAttribute attr, I4 lineNumber, I4 linePosition, Object o);
- Object get_ObjectBeingDeserialized();
- Class System.Xml.XmlAttribute get_Attr();
- I4 get_LineNumber();
- I4 get_LinePosition();
- property ObjectBeingDeserialized { get(){} set(){} };
- property Attr { get(){} set(){} };
- property LineNumber { get(){} set(){} };
- property LinePosition { get(){} set(){} };
- }
- class System.Xml.Serialization.XmlElementEventHandler : System.MulticastDelegate
- {
- Void System.Xml.Serialization.XmlElementEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Xml.Serialization.XmlElementEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Xml.Serialization.XmlElementEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Xml.Serialization.XmlElementEventArgs : System.EventArgs
- {
- Object o;
- Class System.Xml.XmlElement elem;
- I4 lineNumber;
- I4 linePosition;
- Void System.Xml.Serialization.XmlElementEventArgs( Class System.Xml.XmlElement elem, I4 lineNumber, I4 linePosition, Object o);
- Object get_ObjectBeingDeserialized();
- Class System.Xml.XmlElement get_Element();
- I4 get_LineNumber();
- I4 get_LinePosition();
- property ObjectBeingDeserialized { get(){} set(){} };
- property Element { get(){} set(){} };
- property LineNumber { get(){} set(){} };
- property LinePosition { get(){} set(){} };
- }
- class System.Xml.Serialization.XmlNodeEventHandler : System.MulticastDelegate
- {
- Void System.Xml.Serialization.XmlNodeEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Xml.Serialization.XmlNodeEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Xml.Serialization.XmlNodeEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Xml.Serialization.XmlNodeEventArgs : System.EventArgs
- {
- Object o;
- Class System.Xml.XmlNode xmlNode;
- I4 lineNumber;
- I4 linePosition;
- Void System.Xml.Serialization.XmlNodeEventArgs( Class System.Xml.XmlNode xmlNode, I4 lineNumber, I4 linePosition, Object o);
- Class System.Xml.XmlNode get_XmlNode();
- Object get_ObjectBeingDeserialized();
- ValueClass System.Xml.XmlNodeType get_NodeType();
- String get_Name();
- String get_LocalName();
- String get_NamespaceURI();
- String get_Text();
- I4 get_LineNumber();
- I4 get_LinePosition();
- property XmlNode { get(){} set(){} };
- property ObjectBeingDeserialized { get(){} set(){} };
- property NodeType { get(){} set(){} };
- property Name { get(){} set(){} };
- property LocalName { get(){} set(){} };
- property NamespaceURI { get(){} set(){} };
- property Text { get(){} set(){} };
- property LineNumber { get(){} set(){} };
- property LinePosition { get(){} set(){} };
- }
- class System.Xml.Serialization.UnreferencedObjectEventHandler : System.MulticastDelegate
- {
- Void System.Xml.Serialization.UnreferencedObjectEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Xml.Serialization.UnreferencedObjectEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Xml.Serialization.UnreferencedObjectEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Xml.Serialization.UnreferencedObjectEventArgs : System.EventArgs
- {
- Object o;
- String id;
- Void System.Xml.Serialization.UnreferencedObjectEventArgs( Object o, String id);
- Object get_UnreferencedObject();
- String get_UnreferencedId();
- property UnreferencedObject { get(){} set(){} };
- property UnreferencedId { get(){} set(){} };
- }
- class System.Xml.Serialization.CodeIdentifiers : System.Object
- {
- Class System.Collections.Hashtable identifiers;
- Class System.Collections.Hashtable reservedIdentifiers;
- Class System.Collections.ArrayList list;
- Boolean camelCase;
- Void Clear();
- Boolean get_UseCamelCasing();
- Void set_UseCamelCasing( Boolean value);
- String MakeRightCase( String identifier);
- String MakeUnique( String identifier);
- Void AddReserved( String identifier);
- Void RemoveReserved( String identifier);
- String AddUnique( String identifier, Object value);
- Boolean IsInUse( String identifier);
- Void Add( String identifier, Object value);
- Void Remove( String identifier);
- Object ToArray( Class System.Type type);
- Void System.Xml.Serialization.CodeIdentifiers();
- property UseCamelCasing { get(){} set(){} };
- }
- class System.Xml.Serialization.IndentedWriter : System.Object
- {
- Class System.IO.TextWriter writer;
- Boolean needIndent;
- I4 indentLevel;
- Boolean compact;
- Void System.Xml.Serialization.IndentedWriter( Class System.IO.TextWriter writer, Boolean compact);
- I4 get_Indent();
- Void set_Indent( I4 value);
- Void Write( String s);
- Void Write( Char c);
- Void WriteLine( String s);
- Void WriteLine();
- Void WriteIndent();
- property Indent { get(){} set(){} };
- }
- interface System.Xml.Serialization.IXmlSerializable :
- {
- Class System.Xml.Schema.XmlSchema GetSchema();
- Void ReadXml( Class System.Xml.XmlReader reader);
- Void WriteXml( Class System.Xml.XmlWriter writer);
- }
- class System.Xml.Serialization.Accessor : System.Object
- {
- String name;
- Object defaultValue;
- String ns;
- Class System.Xml.Serialization.TypeMapping mapping;
- Boolean any;
- Class System.Xml.Serialization.TypeMapping get_Mapping();
- Void set_Mapping( Class System.Xml.Serialization.TypeMapping value);
- Object get_Default();
- Void set_Default( Object value);
- Boolean get_HasDefault();
- String get_Name();
- Void set_Name( String value);
- Boolean get_Any();
- Void set_Any( Boolean value);
- String get_Namespace();
- Void set_Namespace( String value);
- String EscapeName( String name, Boolean canBeQName);
- String UnescapeName( String name);
- Void System.Xml.Serialization.Accessor();
- property Mapping { get(){} set(){} };
- property Default { get(){} set(){} };
- property HasDefault { get(){} set(){} };
- property Name { get(){} set(){} };
- property Any { get(){} set(){} };
- property Namespace { get(){} set(){} };
- }
- class System.Xml.Serialization.ElementAccessor : System.Xml.Serialization.Accessor
- {
- Boolean nullable;
- Boolean topLevelInSchema;
- ValueClass System.Xml.Schema.XmlSchemaForm form;
- Boolean isSoap;
- Boolean get_IsSoap();
- Void set_IsSoap( Boolean value);
- Boolean get_IsNullable();
- Void set_IsNullable( Boolean value);
- Boolean get_IsTopLevelInSchema();
- Void set_IsTopLevelInSchema( Boolean value);
- ValueClass System.Xml.Schema.XmlSchemaForm get_Form();
- Void set_Form( ValueClass System.Xml.Schema.XmlSchemaForm value);
- Void System.Xml.Serialization.ElementAccessor();
- property IsSoap { get(){} set(){} };
- property IsNullable { get(){} set(){} };
- property IsTopLevelInSchema { get(){} set(){} };
- property Form { get(){} set(){} };
- }
- class System.Xml.Serialization.ChoiceIdentifierAccessor : System.Xml.Serialization.Accessor
- {
- String memberName;
- SZArray String memberIds;
- String get_MemberName();
- Void set_MemberName( String value);
- SZArray String get_MemberIds();
- Void set_MemberIds( SZArray String value);
- Void System.Xml.Serialization.ChoiceIdentifierAccessor();
- property MemberName { get(){} set(){} };
- property MemberIds { get(){} set(){} };
- }
- class System.Xml.Serialization.TextAccessor : System.Xml.Serialization.Accessor
- {
- Void System.Xml.Serialization.TextAccessor();
- }
- class System.Xml.Serialization.XmlnsAccessor : System.Xml.Serialization.Accessor
- {
- Void System.Xml.Serialization.XmlnsAccessor();
- }
- class System.Xml.Serialization.AttributeAccessor : System.Xml.Serialization.Accessor
- {
- Boolean isSpecial;
- ValueClass System.Xml.Schema.XmlSchemaForm form;
- Boolean isList;
- Boolean get_IsSpecialXmlNamespace();
- ValueClass System.Xml.Schema.XmlSchemaForm get_Form();
- Void set_Form( ValueClass System.Xml.Schema.XmlSchemaForm value);
- Boolean get_IsList();
- Void set_IsList( Boolean value);
- Void CheckSpecial();
- Void System.Xml.Serialization.AttributeAccessor();
- property IsSpecialXmlNamespace { get(){} set(){} };
- property Form { get(){} set(){} };
- property IsList { get(){} set(){} };
- }
- class System.Xml.Serialization.Mapping : System.Object
- {
- Boolean isSoap;
- Boolean get_IsSoap();
- Void set_IsSoap( Boolean value);
- Void System.Xml.Serialization.Mapping();
- property IsSoap { get(){} set(){} };
- }
- class System.Xml.Serialization.TypeMapping : System.Xml.Serialization.Mapping
- {
- Class System.Xml.Serialization.TypeDesc typeDesc;
- String typeNs;
- String typeName;
- Boolean referencedByElement;
- Boolean referencedByTopLevelElement;
- Boolean includeInSchema;