Click or drag to resize

node Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

2014c> Collection item: node, part of nodeCollection
Inheritance Hierarchy

Namespace:  imbCommonModels.structure
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[imbAttribute(imbAttributeName.collectionPrimaryKey, "name")]
public class node : link

The node type exposes the following members.

Constructors
  NameDescription
Public methodnode
Initializes a new instance of the node class
Public methodnode(String, Int32)
Initializes a new instance of the node class
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
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 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
Public propertyname
Naziv itema po kome se vodi key
(Inherited from link.)
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 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 propertyscope
Link scope
(Inherited from link.)
Public propertyshema
Shema koja se nalazi na pocetku URL-a
(Inherited from link.)
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
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
See Also