Class NameClassState

All Implemented Interfaces:
ContentHandler
Direct Known Subclasses:
NameClassWithChildState, NameClassWithoutChildState

public abstract class NameClassState extends SimpleState
Base implementation for NameClass primitives
Author:
Kohsuke KAWAGUCHI
  • Constructor Details

    • NameClassState

      public NameClassState()
  • Method Details

    • endSelf

      public final void endSelf()
      Description copied from class: SimpleState
      this method is called in endElement method when the state is about to be removed. derived-class should perform any wrap-up job
      Overrides:
      endSelf in class SimpleState
    • makeNameClass

      protected abstract NameClass makeNameClass()
      This method is called from endElement method. Implementation has to provide NameClass object that represents the content of this element.
    • getPropagatedNamespace

      protected final String getPropagatedNamespace()