Click or drag to resize

crawledPage Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Privremeni objekat za skladištenje rezultata crawler analize - ne serijalizovati!
Inheritance Hierarchy

Namespace:  imbCommonModels.pageAnalytics.core
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class crawledPage : node, 
	IObjectWithNameAndDescription, IObjectWithDescription, IObjectWithName

The crawledPage type exposes the following members.

Constructors
  NameDescription
Public methodcrawledPage
Parameterless konstruktor za serijalizaciju
Public methodcrawledPage(String, Int32)
Vrši pripremu informacija o stranici
Top
Properties
  NameDescription
Public propertyanchor
Anchor part of the url
(Inherited from link.)
Public propertyattribute
atribut u koji je upisan link
(Inherited from link.)
Public propertycaption
vidljiv, userfriendly natpis za link
(Inherited from link.)
Public propertyclickDepth
U kojoj iteraciji je crawler pronašao ovu stranicu
(Inherited from node.)
Public propertydescription
Human-readable description of object instance
Public propertydomain
Domen koji se spominje u URL-u, nakon protokola
(Inherited from link.)
Public propertyfeatures
osobine linka
(Inherited from link.)
Public propertyhtml
(Inherited from link.)
Public propertyisCrawled
Da li je ova stranica već bila obrađena
Public propertyisDefaultFilepath
Da li je filename path ustvari jedan od podrazumevanih index putanja -- TRUE je i ako je filename prazan
(Inherited from link.)
Public propertyisDefaultHomePage
Da li je putanja linka ustvari podrazumevani home page za dati domen
(Inherited from link.)
Public propertylinks
Kolekcija linkova detektovana u node-u
(Inherited from node.)
Public propertyname
Name for this instance
Public propertynature
Link nature
(Inherited from link.)
Public propertyoriginalUrl
Izvorni URL - kakav je pronadjen u HTML-u. Razlikuje se od url propertija tek nakon utvrdjivanja scope-a, tj. tada se u url upisuje apsolutna putanja prema stranici
(Inherited from link.)
Public propertypageCaption
Naslov koji je ucitan iz sadrzaja
Public propertypageDescription
Meta opis stranice
Public propertypageKeywords
Meta keywords stranice
Public propertypath
Path deo Url-a> posle domena sve do queryija ili anchora
(Inherited from link.)
Public propertypathAndQuery
From domain name to the end of URL - including anchor
(Inherited from link.)
Public propertypathDirectoryPath
Path od kraja domena do fajla
(Inherited from link.)
Public propertypathFilename
ime fajla, sa ekstenzijom
(Inherited from link.)
Public propertypathFolders
Path tree element --- nije bukvalno path folder
(Inherited from link.)
Public propertyquery
Query deo URL-a, nakon ? znaka a pre #
(Inherited from link.)
Public propertyqueryPairs
query parovi
(Inherited from link.)
Public propertyreport
Public propertyresult
rezultat ucitavanja url-a
Public propertyscope
Link scope
(Inherited from link.)
Public propertyshema
Shema koja se nalazi na pocetku URL-a
(Inherited from link.)
Public propertystatus
Status stranice
Public propertytag
vrsta link taga
(Inherited from link.)
Public propertyurl
izvorni URL linka - onaj koji je ucitan iz HTML-a
(Inherited from link.)
Public propertyxPath
(Inherited from link.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodgetAbsoluteUrl
Pravi apsolutnu verziju URL-a na osnovu svojih pdoataka i dodeljene parent stranice
(Inherited from link.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodOnPropertyChanged
Kreira event koji obaveštava da je promenjen neki parametar
(Inherited from link.)
Public methodprocessNode
Processes the node.
(Inherited from link.)
Public methodreport (Inherited from node.)
Public methodreportLink (Inherited from link.)
Public methodreportLinkInline (Inherited from link.)
Public methodsetFullUrl (Inherited from link.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from link.)
Top
Extension Methods
  NameDescription
Public Extension MethodgetMetaReport
Pravi report sa ne-standardnim meta informacijama a standardne smesta u page objekat. Poziva se automatski iz crawlerAgentContextOperations
(Defined by metricsEngine.)
Top
See Also