Class IncludeState

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler

    public class IncludeState
    extends ChildlessState
    used to parse <include> element.
    • Constructor Detail

      • IncludeState

        public IncludeState()
    • Method Detail

      • startSelf

        protected void startSelf()
        Description copied from class: State
        performs a task that should be done before reading any child elements. derived-class can safely read startTag and/or parentState values.
        Overrides:
        startSelf in class State