Class FacetState

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

    public class FacetState
    extends ChildlessState
    state that reads facets.
    • Field Detail

      • facetNames

        public static final java.util.Set facetNames
        set of recognizable facet names
    • Constructor Detail

      • FacetState

        public FacetState()
    • Method Detail

      • initFacetNames

        private static java.util.Set initFacetNames()
      • 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