net.sf.xmlmatcher.rex
Class RegularExpressionParser

java.lang.Object
  extended by net.sf.xmlmatcher.rex.RegularExpressionParser

public class RegularExpressionParser
extends java.lang.Object


Field Summary
static java.lang.String XM_ANY
           
static java.lang.String XM_CHOICE
           
static java.lang.String XM_GROUP
           
static java.lang.String XM_MAX_OCCURS
           
static java.lang.String XM_MIN_OCCURS
           
static java.lang.String XM_NOT
           
static java.lang.String XM_UNBOUNDED
           
 
Constructor Summary
RegularExpressionParser()
           
 
Method Summary
static PositionsGraph parse(org.w3c.dom.Element parent)
           
static PositionsGraph parseNotNull(org.w3c.dom.Element parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XM_NOT

public static final java.lang.String XM_NOT
See Also:
Constant Field Values

XM_GROUP

public static final java.lang.String XM_GROUP
See Also:
Constant Field Values

XM_CHOICE

public static final java.lang.String XM_CHOICE
See Also:
Constant Field Values

XM_ANY

public static final java.lang.String XM_ANY
See Also:
Constant Field Values

XM_MIN_OCCURS

public static final java.lang.String XM_MIN_OCCURS
See Also:
Constant Field Values

XM_MAX_OCCURS

public static final java.lang.String XM_MAX_OCCURS
See Also:
Constant Field Values

XM_UNBOUNDED

public static final java.lang.String XM_UNBOUNDED
See Also:
Constant Field Values
Constructor Detail

RegularExpressionParser

public RegularExpressionParser()
Method Detail

parseNotNull

public static PositionsGraph parseNotNull(org.w3c.dom.Element parent)
Returns:
PositionsGraph corresponding to given element (never null)

parse

public static PositionsGraph parse(org.w3c.dom.Element parent)
Returns:
PositionsGraph corresponding to given element, null if content of given element is empty


Copyright © 2007. All Rights Reserved.