com.sun.msv.verifier.regexp

Class ElementToken

public class ElementToken extends Token

a token that represents an XML element.

Author: Kohsuke KAWAGUCHI

Constructor Summary
ElementToken(ElementExp[] acceptedPatterns)
Method Summary
booleanmatch(ElementExp exp)
StringtoString()

Constructor Detail

ElementToken

public ElementToken(ElementExp[] acceptedPatterns)

Method Detail

match

public boolean match(ElementExp exp)

toString

public String toString()