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 che incapsula le funzionalità comuni degli elementi XPS.

Metodi

MetodoDescrizione
equals(Object arg0)
get(int i)Fornisce l’accesso ai figli dell’elemento per indice i.
getClass()
hashCode()
iterator()Implementazione dell’interfaccia Iterable.
notify()
notifyAll()
size()Restituisce il numero di elementi figli.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParametroTipoDescrizione
arg0java.lang.Object

Returns: boolean

get(int i)

public XpsContentElement get(int i)

Fornisce l’accesso ai figli dell’elemento per indice i.

Parameters:

ParametroTipoDescrizione
iintIndice dell’elemento figlio.

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()

Implementazione dell’interfaccia Iterable.

Returns: java.util.Iterator<com.aspose.xps.XpsContentElement> - Restituisce l’enumeratore per l’elenco.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

size()

public int size()

Restituisce il numero di elementi figli.

Returns: int - Il numero di elementi figli.

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParametroTipoDescrizione
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParametroTipoDescrizione
arg0long
arg1int