public final class RegExpList extends ElementList
size
Constructor and Description |
---|
RegExpList() |
Modifier and Type | Method and Description |
---|---|
RegExpList |
add(RegExp element)
Adds an element to the array.
|
RegExp[] |
finish()
Returns an array with all elements and invalidates the internal array.
|
RegExp |
get(int p)
Returns the specified element.
|
public RegExpList add(RegExp element)
element
- element to be addedpublic RegExp get(int p)
p
- positionpublic RegExp[] finish()
Copyright © 2005–2015 BaseX Team. All rights reserved.