sk.uniba.euromath.document.schema.impl.tools
Class ExpTools
java.lang.Object
sk.uniba.euromath.document.schema.impl.tools.ExpTools
public final class ExpTools
- extends Object
Serves as helper for SchemaImpl
object. Introduces several
useful methods, which works with com.sun.msv.grammar.Expression
expressions. Intended to work only with org.w3c.dom.Document
XML representation and com.sun.msv.grammar.Expression
expressions of Sun MSV
package.
- Author:
- Martin Vysny
Constructor Summary |
ExpTools()
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpTools
public ExpTools()
- Constructor.
getDirectDescendantElementExp
public Set<com.sun.msv.grammar.ElementExp> getDirectDescendantElementExp(com.sun.msv.grammar.Expression exp)
- Returns set of
ElementExp
. Every ElementExp
is direct descendant of given expression.
- Parameters:
exp
- the expression
- Returns:
- set of element expressions.
Copyright © 2003-2006 null. All Rights Reserved.