XpsElement

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

All Implemented Interfaces: java.lang.Iterable

public abstract class XpsElement extends XpsObject implements Iterable<XpsContentElement>

Clase que encapsula características comunes de los elementos XPS.

Métodos

MétodoDescripción
equals(Object arg0)
get(int i)Proporciona acceso a los hijos del elemento por índice i.
getClass()
hashCode()
iterator()Implementación de la interfaz Iterable.
notify()
notifyAll()
size()Devuelve el número de elementos hijos.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParámetroTipoDescripción
arg0java.lang.Object

Returns: boolean

get(int i)

public XpsContentElement get(int i)

Proporciona acceso a los hijos del elemento por índice i.

Parameters:

ParámetroTipoDescripción
iintÍndice del elemento hijo.

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

Implementación de la interfaz Iterable.

Returns: java.util.Iterator<com.aspose.xps.XpsContentElement> - Devuelve el enumerador de la lista.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

size()

public int size()

Devuelve el número de elementos hijos.

Returns: int - El número de elementos secundarios.

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParámetroTipoDescripción
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParámetroTipoDescripción
arg0long
arg1int