public abstract class XpsElement extends Object implements Iterable<XpsElement>
Class incapsulating common XPS element features.
Modifier and Type | Method and Description |
---|---|
XpsElement |
get(int i)
Provides access to element's children by index
i . |
Iterator<XpsElement> |
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 XpsElement 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<XpsElement> iterator()
Implementation of Iterable<XpsElement>
interface.
iterator
in interface Iterable<XpsElement>
Copyright © 2020 Aspose. All Rights Reserved.