Click or drag to resize

webDocument Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Osnovni nosilac ucitanog dokumenta/podatka
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbACE.Network.web.resultwebDocument

Namespace:  imbACE.Network.web.result
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public class webDocument : imbBindable, 
	IAppendDataFields
Request Example View Source

The webDocument type exposes the following members.

Constructors
  NameDescription
Public methodwebDocument
Initializes a new instance of the webDocument class
Top
Properties
  NameDescription
Public propertydocument
DOM ucitanog dokumenta
Public propertydocumentType
tip DOM-a
Public propertyhasDocument
Da li ima document DOM objekat instanciran
Public propertynsPrefix
Podrazumevani namespace prefix dokumenta koji je trenutno ucitan
Public propertyprocessedSource
Public propertysource
Izvodni kod ucitanog web dokumenta
Top
Methods
  NameDescription
Public methodAppendDataFields
Appends its data points into new or existing property collection -- automatically called from webResultBase
Public methodgetDocumentT
Public methodgetDocumentNavigator
Glavna komanda za dobijanje navigatora
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodreleaseDocumentFromMemory
Clears all document source, processed source, HtmlAgility document and XPath navigator from the memory
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Fields
  NameDescription
Public fieldnsManager
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also