|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectooc.SourceTagHolder
Holding tags parsed from a Source
. When retrieving tags
without global references, the name space is this holder and all
holders imported into this source holder.
Constructor Summary | |
SourceTagHolder(Container container,
Source source)
|
Method Summary | |
boolean |
containsTag(java.lang.String sourceTagId)
Returns true if this holder or any imported holder contains the tag with the given tag id, else false. |
Container |
getContainer()
|
Source |
getSource()
|
java.lang.String |
getSourceName()
|
Tag |
getTag(java.lang.String sourceTagId)
Returns the tag with the given tag id found in this holder or any imported holder. |
boolean |
thisHolderContainsTag(java.lang.String sourceTagId)
Returns true if this holder contains the tag with the given tag id, else false. |
void |
validate()
Check so that all tags in this source tag holder are valid.. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SourceTagHolder(Container container, Source source)
Method Detail |
public Container getContainer()
public Source getSource()
public java.lang.String getSourceName()
public void validate()
public boolean thisHolderContainsTag(java.lang.String sourceTagId)
sourceTagId
- is the name of the tag combined with defined id,
e.i. 'entity::entity'.
public boolean containsTag(java.lang.String sourceTagId)
sourceTagId
- is the name of the tag combined with defined id,
e.i. 'entity::entity'.
public Tag getTag(java.lang.String sourceTagId)
sourceTagId
- is the name of the tag.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |