XpsElement

Inheritance: java.lang.Object, com.aspose.xps.XpsObject

All Implemented Interfaces: java.lang.Iterable

public abstract class XpsElement extends XpsObject implements Iterable<XpsContentElement>

Classe encapsulant les fonctionnalités communes des éléments XPS.

Méthodes

MéthodeDescription
equals(Object arg0)
get(int i)Fournit l’accès aux enfants de l’élément par l’index i.
getClass()
hashCode()
iterator()Implémentation de l’interface Iterable.
notify()
notifyAll()
size()Renvoie le nombre d’éléments enfants.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParamètreTypeDescription
arg0java.lang.Object

Returns: boolean

get(int i)

public XpsContentElement get(int i)

Fournit l’accès aux enfants de l’élément par l’index i.

Parameters:

ParamètreTypeDescription
iintIndice de l’élément enfant.

Returns: XpsContentElement - Child element at i position.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

iterator()

public Iterator<XpsContentElement> iterator()

Implémentation de l’interface Iterable.

Returns: java.util.Iterator<com.aspose.xps.XpsContentElement> - Renvoie l’énumérateur pour la liste.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

size()

public int size()

Renvoie le nombre d’éléments enfants.

Returns: int - Le nombre d’éléments enfants.

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParamètreTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParamètreTypeDescription
arg0long
arg1int