Class ContentMapping

java.lang.Object
eu.bandm.tools.tdom.runtime.ContentMapping
Direct Known Subclasses:
ContentMapping.Choice, ContentMapping.Empty, ContentMapping.Sequence, ContentMapping.Singleton

public abstract class ContentMapping extends Object
INTERNAL USE ONLY. Part of the SAX parsing process. FIXME MORE? bttodo
  • Constructor Details

    • ContentMapping

      protected ContentMapping(ContentPath path)
  • Method Details

    • getPath

      public ContentPath getPath()
    • getElem

      public ContentMapping getElem(int index)
    • getElems

      public ContentMapping[] getElems()
    • countElems

      public int countElems()
    • hasOptional

      public boolean hasOptional()
    • getOptional

      public ContentMapping getOptional()
    • getChild

      public Element getChild()
    • getIndex

      public int getIndex()
    • getAlt

      public ContentMapping getAlt()