persistence
Class PDLParser.ContentTagList

java.lang.Object
  extended bypersistence.PDLParser.ContentTagList
Enclosing class:
PDLParser

private class PDLParser.ContentTagList
extends java.lang.Object

Contains queue of Maps which contains mappings: array -> Integer (default 0, dus geen array) compType -> String (verplicht != "") size -> Integer (default 0) impClass -> String (default "") compTypeKey -> String (default "") sizeKey -> Integer (default 0) impClassKey -> String (default "") contained -> String (default "false") containedKey -> String (default "false") radt -> String

Author:
bram 23-okt-2003

Field Summary
private  java.util.ArrayList tags
           
 
Constructor Summary
PDLParser.ContentTagList()
           
PDLParser.ContentTagList(org.w3c.dom.NodeList contentNodes)
           
 
Method Summary
 void addContentTag(org.w3c.dom.Node contentTag)
           
 int getSize()
           
 java.util.Map peekContentTag()
           
 java.util.Map pullContentTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tags

private java.util.ArrayList tags
Constructor Detail

PDLParser.ContentTagList

public PDLParser.ContentTagList(org.w3c.dom.NodeList contentNodes)
                         throws CompTypeRequiredException

PDLParser.ContentTagList

public PDLParser.ContentTagList()
Method Detail

getSize

public int getSize()

pullContentTag

public java.util.Map pullContentTag()
                             throws java.lang.IndexOutOfBoundsException
Throws:
java.lang.IndexOutOfBoundsException

peekContentTag

public java.util.Map peekContentTag()
                             throws java.lang.IndexOutOfBoundsException
Throws:
java.lang.IndexOutOfBoundsException

addContentTag

public void addContentTag(org.w3c.dom.Node contentTag)
                   throws CompTypeRequiredException
Throws:
CompTypeRequiredException