C# Class com.ximpleware.VTDNav_L5

Inheritance: VTDNav
Afficher le fichier Open project: jzhang2004/vtd-xml Class Usage Examples

Protected Properties

Свойство Type Description
l3Buffer com.ximpleware.FastLongBuffer
l4Buffer com.ximpleware.FastLongBuffer
l4index int
l4lower int
l4upper int
l5Buffer com.ximpleware.FastIntBuffer
l5index int
l5lower int
l5upper int

Méthodes publiques

Méthode Description
cloneNav ( ) : VTDNav
dumpState ( ) : void
duplicateNav ( ) : VTDNav
pop ( ) : bool
push ( ) : void
recoverNode ( int index ) : void
sampleState ( com.ximpleware.FastIntBuffer fib ) : void
toElement ( int direction ) : bool
toElement ( int direction, String en ) : bool
toElementNS ( int direction, String URL, String ln ) : bool
verifyNodeCorrectness ( ) : bool

writeIndex ( System os ) : void

writeSeparateIndex ( System os ) : void

Méthodes protégées

Méthode Description
VTDNav_L5 ( int RootIndex, int enc, bool NS, int depth, IByteBuffer x, com.ximpleware.FastLongBuffer vtd, com.ximpleware.FastLongBuffer l1, com.ximpleware.FastLongBuffer l2, com.ximpleware.FastLongBuffer l3, com.ximpleware.FastLongBuffer l4, com.ximpleware.FastIntBuffer l5, int so, int length ) : System
iterateNS ( int dp, String URL, String ln ) : bool
pop2 ( ) : bool
push2 ( ) : void
recoverNode_l3 ( int index ) : void
recoverNode_l4 ( int index ) : void
recoverNode_l5 ( int index ) : void
resolveLC ( ) : void
resolveLC_l3 ( ) : void
sync ( int depth, int index ) : void
toNode ( int dir ) : bool
toNode_LastChild ( ) : bool
toNode_PrevSibling ( ) : bool

Private Methods

Méthode Description
resolveLC_l4 ( ) : void
resolveLC_l5 ( ) : void

Method Details

VTDNav_L5() protected méthode

protected VTDNav_L5 ( int RootIndex, int enc, bool NS, int depth, IByteBuffer x, com.ximpleware.FastLongBuffer vtd, com.ximpleware.FastLongBuffer l1, com.ximpleware.FastLongBuffer l2, com.ximpleware.FastLongBuffer l3, com.ximpleware.FastLongBuffer l4, com.ximpleware.FastIntBuffer l5, int so, int length ) : System
RootIndex int
enc int
NS bool
depth int
x IByteBuffer
vtd com.ximpleware.FastLongBuffer
l1 com.ximpleware.FastLongBuffer
l2 com.ximpleware.FastLongBuffer
l3 com.ximpleware.FastLongBuffer
l4 com.ximpleware.FastLongBuffer
l5 com.ximpleware.FastIntBuffer
so int
length int
Résultat System

cloneNav() public méthode

public cloneNav ( ) : VTDNav
Résultat VTDNav

dumpState() public méthode

public dumpState ( ) : void
Résultat void

duplicateNav() public méthode

public duplicateNav ( ) : VTDNav
Résultat VTDNav

iterateNS() protected méthode

protected iterateNS ( int dp, String URL, String ln ) : bool
dp int
URL String
ln String
Résultat bool

pop() public méthode

public pop ( ) : bool
Résultat bool

pop2() protected méthode

protected pop2 ( ) : bool
Résultat bool

push() public méthode

public push ( ) : void
Résultat void

push2() protected méthode

protected push2 ( ) : void
Résultat void

recoverNode() public méthode

public recoverNode ( int index ) : void
index int
Résultat void

recoverNode_l3() protected méthode

protected recoverNode_l3 ( int index ) : void
index int
Résultat void

recoverNode_l4() protected méthode

protected recoverNode_l4 ( int index ) : void
index int
Résultat void

recoverNode_l5() protected méthode

protected recoverNode_l5 ( int index ) : void
index int
Résultat void

resolveLC() protected méthode

protected resolveLC ( ) : void
Résultat void

resolveLC_l3() protected méthode

protected resolveLC_l3 ( ) : void
Résultat void

sampleState() public méthode

public sampleState ( com.ximpleware.FastIntBuffer fib ) : void
fib com.ximpleware.FastIntBuffer
Résultat void

sync() protected méthode

protected sync ( int depth, int index ) : void
depth int
index int
Résultat void

toElement() public méthode

public toElement ( int direction ) : bool
direction int
Résultat bool

toElement() public méthode

public toElement ( int direction, String en ) : bool
direction int
en String
Résultat bool

toElementNS() public méthode

public toElementNS ( int direction, String URL, String ln ) : bool
direction int
URL String
ln String
Résultat bool

toNode() protected méthode

protected toNode ( int dir ) : bool
dir int
Résultat bool

toNode_LastChild() protected méthode

protected toNode_LastChild ( ) : bool
Résultat bool

toNode_PrevSibling() protected méthode

protected toNode_PrevSibling ( ) : bool
Résultat bool

verifyNodeCorrectness() public méthode

public verifyNodeCorrectness ( ) : bool
Résultat bool

writeIndex() public méthode

public writeIndex ( System os ) : void
os System
Résultat void

writeSeparateIndex() public méthode

public writeSeparateIndex ( System os ) : void
os System
Résultat void

Property Details

l3Buffer protected_oe property

protected FastLongBuffer,com.ximpleware l3Buffer
Résultat com.ximpleware.FastLongBuffer

l4Buffer protected_oe property

protected FastLongBuffer,com.ximpleware l4Buffer
Résultat com.ximpleware.FastLongBuffer

l4index protected_oe property

protected int l4index
Résultat int

l4lower protected_oe property

protected int l4lower
Résultat int

l4upper protected_oe property

protected int l4upper
Résultat int

l5Buffer protected_oe property

protected FastIntBuffer,com.ximpleware l5Buffer
Résultat com.ximpleware.FastIntBuffer

l5index protected_oe property

protected int l5index
Résultat int

l5lower protected_oe property

protected int l5lower
Résultat int

l5upper protected_oe property

protected int l5upper
Résultat int