Class DXmlTokenPattern

All Implemented Interfaces:
ParsedPattern
Direct Known Subclasses:
DAttributePattern, DElementPattern

public abstract class DXmlTokenPattern extends DUnaryPattern
Author:
Kohsuke Kawaguchi ([email protected])
  • Constructor Details

    • DXmlTokenPattern

      public DXmlTokenPattern(NameClass name)
  • Method Details

    • getName

      public NameClass getName()
      Gets the name class of this element/attribute.
    • isNullable

      public final boolean isNullable()
      Description copied from class: DPattern
      Returns true if this pattern is nullable. A nullable pattern is a pattern that can match the empty sequence.
      Specified by:
      isNullable in class DPattern