public abstract class XpsElement extends XpsObject implements Iterable<XpsContentElement>
Class incapsulating common XPS element features.
Modifier and Type | Method and Description |
---|---|
XpsContentElement |
get(int i)
Provides access to element's children by index
i . |
Iterator<XpsContentElement> |
iterator()
Implementation of
Iterable<XpsElement> interface. |
int |
size()
Returns the number of child elements.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public XpsContentElement get(int i)
Provides access to element's children by index i
.
i
- Index of child element.i
position.public int size()
Returns the number of child elements.
public Iterator<XpsContentElement> iterator()
Implementation of Iterable<XpsElement>
interface.
iterator
in interface Iterable<XpsContentElement>
Copyright © 2021 Aspose. All Rights Reserved.