Class NameClassWithoutChildState

All Implemented Interfaces:
ContentHandler
Direct Known Subclasses:
NameClassAnyNameState, NameClassNameState, NameClassNsNameState

public abstract class NameClassWithoutChildState extends NameClassState
Base implementation for those states who cannot have any child name class. (e.g., nsName, anyName) Note that this class does not prohibit children from different namespace. Those "foreign" elements are just ignored.
Author:
Kohsuke KAWAGUCHI
  • Constructor Details

    • NameClassWithoutChildState

      public NameClassWithoutChildState()
  • Method Details