TxmlDocTypeDeclarationList Class

Represents type TxmlDocTypeDeclarationList.

Namespace: flcXMLDocument
TObject
  flcXMLDocument.AxmlType
    flcXMLDocument.TxmlTypeList
      flcXMLDocument.TxmlMiscList
        flcXMLDocument.TxmlMarkupDeclarationList
          flcXMLDocument.TxmlDocTypeDeclarationList
type
 TxmlDocTypeDeclarationList = class(TxmlMarkupDeclarationList)
 end;

The TxmlDocTypeDeclarationList type exposes the following members.

Show:
 NameDescription
Create(AxmlType[])

Overloaded. Initializes a new instance of the TxmlTypeList class. (Inherited from TxmlTypeList.)

Create(TxmlMarkupDeclarationList)

Initializes a new instance of the TxmlMarkupDeclarationList class. (Inherited from TxmlMarkupDeclarationList.)

Top
Show:
 NameDescription
ChildByIndex[Integer]

Represents property ChildByIndex[Integer]. (Inherited from AxmlType.)

ChildByName[UnicodeString]

Represents property ChildByName[UnicodeString]. (Inherited from AxmlType.)

ChildCount

Represents property ChildCount. (Inherited from AxmlType.)

LocalName

Represents property LocalName. (Inherited from AxmlType.)

Name

Represents property Name. (Inherited from AxmlType.)

NameSpace

Represents property NameSpace. (Inherited from AxmlType.)

ParentDeclarationList

Represents property ParentDeclarationList. (Inherited from TxmlMarkupDeclarationList.)

Top
Show:
 NameDescription
AddAssigned(AxmlType)

Represents method AddAssigned(AxmlType). (Inherited from AxmlType.)

AddChild(AxmlType)

Represents method AddChild(AxmlType). (Overrides AxmlType.AddChild(AxmlType).)

AddChildren(AxmlType[])

Represents method AddChildren(AxmlType[]). (Inherited from AxmlType.)

AsUnicodeString(TxmlPrintOptions,Integer)

Represents method AsUnicodeString(TxmlPrintOptions,Integer). (Inherited from AxmlType.)

AsUTF8String(TxmlPrintOptions,Integer)

Represents method AsUTF8String(TxmlPrintOptions,Integer). (Inherited from AxmlType.)

Comments

Represents method Comments. (Inherited from TxmlMiscList.)

Find(CxmlType)

Overloaded. Represents method Find(CxmlType). (Inherited from AxmlType.)

Find(UnicodeString,CxmlType)

Overloaded. Represents method Find(UnicodeString,CxmlType). (Inherited from AxmlType.)

FindEntityDeclaration(UnicodeString)

Represents method FindEntityDeclaration(UnicodeString). (Inherited from TxmlMarkupDeclarationList.)

FirstComment

Represents method FirstComment. (Inherited from TxmlMiscList.)

FirstProcessingInstruction(UnicodeString)

Represents method FirstProcessingInstruction(UnicodeString). (Inherited from TxmlMiscList.)

GetChildByIndex(Integer)

Represents method GetChildByIndex(Integer). (Overrides AxmlType.GetChildByIndex(Integer).)

GetChildCount

Represents method GetChildCount. (Overrides AxmlType.GetChildCount.)

GetChildCountByClass(CxmlType)

Represents method GetChildCountByClass(CxmlType). (Inherited from AxmlType.)

GetNames(CxmlType)

Represents method GetNames(CxmlType). (Inherited from AxmlType.)

Init

Represents method Init. (Inherited from AxmlType.)

IsAsciiName(RawByteString,Boolean)

Represents method IsAsciiName(RawByteString,Boolean). (Inherited from AxmlType.)

IsName(UnicodeString)

Represents method IsName(UnicodeString). (Inherited from AxmlType.)

PosNext(AxmlType,CxmlType,Integer)

Overloaded. Represents method PosNext(AxmlType,CxmlType,Integer). (Inherited from AxmlType.)

PosNext(AxmlType,UnicodeString,CxmlType,Integer)

Overloaded. Represents method PosNext(AxmlType,UnicodeString,CxmlType,Integer). (Inherited from AxmlType.)

Print(AxmlPrinter,Integer)

Represents method Print(AxmlPrinter,Integer). (Overrides TxmlTypeList.Print(AxmlPrinter,Integer).)

ProcessingInstructions(UnicodeString)

Represents method ProcessingInstructions(UnicodeString). (Inherited from TxmlMiscList.)

ResolveEntityReference(UnicodeString,UnicodeString)

Represents method ResolveEntityReference(UnicodeString,UnicodeString). (Inherited from TxmlMarkupDeclarationList.)

ResolveParseEntityReference(UnicodeString,UnicodeString)

Represents method ResolveParseEntityReference(UnicodeString,UnicodeString). (Inherited from TxmlMarkupDeclarationList.)

TextContent(TxmlMarkupDeclarationList)

Represents method TextContent(TxmlMarkupDeclarationList). (Overrides AxmlType.TextContent(TxmlMarkupDeclarationList).)

Top
Show:
 NameDescription
FChildren

Represents field FChildren. (Inherited from TxmlTypeList.)

FParentDeclarationList

Represents field FParentDeclarationList. (Inherited from TxmlMarkupDeclarationList.)

Top