Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.hexidec.ekit.component.parser.ContentModel

Uses of ContentModel in com.hexidec.ekit.component.parser
 

Fields in com.hexidec.ekit.component.parser declared as ContentModel
 ContentModel Element.content
           
(package private)  ContentModel ContentModelState.model
           
 ContentModel ContentModel.next
          The next content model (in a ',', '|' or '&' expression).
 

Methods in com.hexidec.ekit.component.parser that return ContentModel
 ContentModel TagStack.contentModel()
          Return the ContentModel that must be satisfied by what comes next in the input stream.
 ContentModel Element.getContent()
          Get content model
protected  ContentModel DTD.defContentModel(int type, java.lang.Object obj, ContentModel next)
          Creates and returns a new content model.
private  ContentModel DTD.readContentModel(java.io.DataInputStream in, java.lang.String[] names)
           
 ContentModel ContentModelState.getModel()
          Return the content model that is relevant to the current state.
 

Methods in com.hexidec.ekit.component.parser with parameters of type ContentModel
 Element DTD.defineElement(java.lang.String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, java.util.BitSet exclusions, java.util.BitSet inclusions, AttributeList atts)
          Returns the Element which matches the specified parameters.
protected  Element DTD.defElement(java.lang.String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, java.lang.String[] exclusions, java.lang.String[] inclusions, AttributeList atts)
          Creates and returns an Element.
protected  ContentModel DTD.defContentModel(int type, java.lang.Object obj, ContentModel next)
          Creates and returns a new content model.
 

Constructors in com.hexidec.ekit.component.parser with parameters of type ContentModel
ContentModelState(ContentModel model)
          Create a content model state for a content model.
ContentModel(int type, ContentModel content)
          Create a content model of a particular type.
ContentModel(int type, java.lang.Object content, ContentModel next)
          Create a content model of a particular type.