|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentInfo | |
---|---|
sk.uniba.euromath.document.schema.impl | Implementation of adapter that adapts MSV's Expression object to the ISchema interface. |
sk.uniba.euromath.document.schema.impl.iterator | Provides iterator abstraction over a list of nodes. |
Uses of ContentInfo in sk.uniba.euromath.document.schema.impl |
---|
Methods in sk.uniba.euromath.document.schema.impl with parameters of type ContentInfo | |
---|---|
boolean |
ValidatorImpl.stepForward(com.sun.msv.verifier.regexp.ExpressionAcceptor acc,
ContentInfo dpi,
boolean deep,
boolean throughNamespaces)
Tries to step with given acceptor over given content. |
Uses of ContentInfo in sk.uniba.euromath.document.schema.impl.iterator |
---|
Fields in sk.uniba.euromath.document.schema.impl.iterator with type parameters of type ContentInfo | |
---|---|
List<ContentInfo> |
SkipRangeFilter.filteredContent
The content filtered out. |
protected List<ContentInfo> |
SchemaLevelNodeIterator.items
Contains set of ContentInfo s, computed from given
nodeset. |
Methods in sk.uniba.euromath.document.schema.impl.iterator that return ContentInfo | |
---|---|
static ContentInfo |
ContentInfo.create(sk.baka.ikslibs.ptr.DomPointer ptr,
Node node)
Creates instance of the object. |
ContentInfo |
SchemaLevelNodeIterator.next()
|
ContentInfo |
SchemaLevelNodeIterator.previous()
|
Methods in sk.uniba.euromath.document.schema.impl.iterator that return types with arguments of type ContentInfo | |
---|---|
protected static List<ContentInfo> |
SchemaLevelNodeIteratorBuilder.computeItems(Node parent,
ContentFilter filter,
SortedSet<sk.baka.ikslibs.ptr.DOMPoint> forceIPs,
boolean lastEmptyItem)
Computes the list of items, that will be iterated. |
Iterator<ContentInfo> |
SchemaLevelNodeIterator.iterator()
|
Methods in sk.uniba.euromath.document.schema.impl.iterator with parameters of type ContentInfo | |
---|---|
boolean |
ContentFilter.accepts(ContentInfo dpi)
Checks whether given ContentInfo can appear in the insert
point iterator. |
boolean |
SinglePointerFilter.accepts(ContentInfo dpi)
|
boolean |
FilterNodeSet.accepts(ContentInfo dpi)
|
boolean |
SkipRangeFilter.accepts(ContentInfo dpi)
|
void |
SchemaLevelNodeIterator.add(ContentInfo o)
|
static SchemaLevelNodeIterator |
SchemaLevelNodeIteratorBuilder.createWithInserted(Element parent,
sk.baka.ikslibs.ptr.DOMPoint ip,
ContentInfo ci)
Pretends that there is given node inserted at given insertpoint. |
void |
SchemaLevelNodeIterator.set(ContentInfo o)
|
Method parameters in sk.uniba.euromath.document.schema.impl.iterator with type arguments of type ContentInfo | |
---|---|
static SchemaLevelNodeIterator |
SchemaLevelNodeIteratorBuilder.createIterator(Collection<ContentInfo> items)
Creates simple iterator iterating over given items. |
static SchemaLevelNodeIterator |
SchemaLevelNodeIteratorBuilder.createWithInserted(Element parent,
sk.baka.ikslibs.ptr.DOMPoint ip,
List<ContentInfo> items)
Pretends that there is given node inserted at given insertpoint. |
protected static void |
SchemaLevelNodeIteratorBuilder.normalize(List<ContentInfo> items)
Normalizes the items by merging all adjacent text ContentInfo together. |
protected static int |
SchemaLevelNodeIteratorBuilder.search(List<ContentInfo> list,
sk.baka.ikslibs.ptr.DomPointer ptr)
Search with given pointer in list of insertpoints. |
Constructor parameters in sk.uniba.euromath.document.schema.impl.iterator with type arguments of type ContentInfo | |
---|---|
SchemaLevelNodeIterator(Collection<ContentInfo> contentInfos,
Node parent)
Constructs an iterator from given collection of ContentInfo
objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |