persistence
Class PDLParser.ContentTagList
java.lang.Object
persistence.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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tags
private java.util.ArrayList tags
PDLParser.ContentTagList
public PDLParser.ContentTagList(org.w3c.dom.NodeList contentNodes)
throws CompTypeRequiredException
PDLParser.ContentTagList
public PDLParser.ContentTagList()
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