|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.smil.BaseSmilVisitor
public class BaseSmilVisitor
A starting point for a SMIL
playlist visitor.
Constructor Summary | |
---|---|
BaseSmilVisitor()
|
Method Summary | |
---|---|
void |
beginVisitBody(Body target)
Starts the visit of the specified body. |
void |
beginVisitExclTimingElement(ExclusiveTimingElement target)
Starts the visit of the specified exclusive time container. |
void |
beginVisitHead(Head target)
Starts the visit of the specified header. |
void |
beginVisitLayout(Layout target)
Starts the visit of the specified layout. |
void |
beginVisitParTimingElement(ParallelTimingElement target)
Starts the visit of the specified parallel time container. |
void |
beginVisitReference(Reference target)
Starts the visit of the specified SMIL reference. |
void |
beginVisitRegion(Region target)
Starts the visit of the specified region. |
void |
beginVisitRootLayout(RootLayout target)
Starts the visit of the specified root layout. |
void |
beginVisitSeqTimingElement(SequentialTimingElement target)
Starts the visit of the specified sequence. |
void |
beginVisitSmil(Smil target)
Starts the visit of the specified SMIL playlist. |
void |
endVisitBody(Body target)
Finishes the visit of the specified body. |
void |
endVisitExclTimingElement(ExclusiveTimingElement target)
Finishes the visit of the specified exclusive time container. |
void |
endVisitHead(Head target)
Finishes the visit of the specified head element. |
void |
endVisitLayout(Layout target)
Finishes the visit of the specified layout. |
void |
endVisitParTimingElement(ParallelTimingElement target)
Finishes the visit of the specified parallel time container. |
void |
endVisitReference(Reference target)
Finishes the visit of the specified SMIL reference. |
void |
endVisitRegion(Region Region)
Finishes the visit of the specified Region element. |
void |
endVisitRootLayout(RootLayout target)
Finishes the visit of the specified root layout element. |
void |
endVisitSeqTimingElement(SequentialTimingElement target)
Finishes the visit of the specified sequence. |
void |
endVisitSmil(Smil target)
Finishes the visit of the specified SMIL playlist. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseSmilVisitor()
Method Detail |
---|
public void beginVisitSmil(Smil target)
SmilVisitor
beginVisitSmil
in interface SmilVisitor
target
- the SMIL playlist being visited. Shall not be null
.SmilVisitor.endVisitSmil(christophedelory.playlist.smil.Smil)
public void endVisitSmil(Smil target)
SmilVisitor
endVisitSmil
in interface SmilVisitor
target
- the SMIL playlist being visited. Shall not be null
.SmilVisitor.beginVisitSmil(christophedelory.playlist.smil.Smil)
public void beginVisitHead(Head target)
SmilVisitor
beginVisitHead
in interface SmilVisitor
target
- the header being visited. Shall not be null
.SmilVisitor.endVisitHead(christophedelory.playlist.smil.Head)
public void endVisitHead(Head target)
SmilVisitor
endVisitHead
in interface SmilVisitor
target
- the head element being visited. Shall not be null
.SmilVisitor.beginVisitHead(christophedelory.playlist.smil.Head)
public void beginVisitLayout(Layout target)
SmilVisitor
beginVisitLayout
in interface SmilVisitor
target
- the layout being visited. Shall not be null
.SmilVisitor.endVisitLayout(christophedelory.playlist.smil.Layout)
public void endVisitLayout(Layout target)
SmilVisitor
endVisitLayout
in interface SmilVisitor
target
- the layout being visited. Shall not be null
.SmilVisitor.beginVisitLayout(christophedelory.playlist.smil.Layout)
public void beginVisitRootLayout(RootLayout target)
SmilVisitor
beginVisitRootLayout
in interface SmilVisitor
target
- the root layout being visited. Shall not be null
.SmilVisitor.endVisitRootLayout(christophedelory.playlist.smil.RootLayout)
public void endVisitRootLayout(RootLayout target)
SmilVisitor
endVisitRootLayout
in interface SmilVisitor
target
- the root layout being visited. Shall not be null
.SmilVisitor.beginVisitRootLayout(christophedelory.playlist.smil.RootLayout)
public void beginVisitRegion(Region target)
SmilVisitor
beginVisitRegion
in interface SmilVisitor
target
- the region being visited. Shall not be null
.SmilVisitor.endVisitRegion(christophedelory.playlist.smil.Region)
public void endVisitRegion(Region Region)
SmilVisitor
endVisitRegion
in interface SmilVisitor
Region
- the Region being visited. Shall not be null
.SmilVisitor.beginVisitRegion(christophedelory.playlist.smil.Region)
public void beginVisitBody(Body target)
SmilVisitor
beginVisitBody
in interface SmilVisitor
target
- the body being visited. Shall not be null
.SmilVisitor.endVisitBody(christophedelory.playlist.smil.Body)
public void endVisitBody(Body target)
SmilVisitor
endVisitBody
in interface SmilVisitor
target
- the body being visited. Shall not be null
.SmilVisitor.beginVisitBody(christophedelory.playlist.smil.Body)
public void beginVisitParTimingElement(ParallelTimingElement target)
SmilVisitor
beginVisitParTimingElement
in interface SmilVisitor
target
- the parallel time container being visited. Shall not be null
.SmilVisitor.endVisitParTimingElement(christophedelory.playlist.smil.ParallelTimingElement)
public void endVisitParTimingElement(ParallelTimingElement target)
SmilVisitor
endVisitParTimingElement
in interface SmilVisitor
target
- the parallel time container being visited. Shall not be null
.SmilVisitor.beginVisitParTimingElement(christophedelory.playlist.smil.ParallelTimingElement)
public void beginVisitSeqTimingElement(SequentialTimingElement target)
SmilVisitor
beginVisitSeqTimingElement
in interface SmilVisitor
target
- the sequence being visited. Shall not be null
.SmilVisitor.endVisitSeqTimingElement(christophedelory.playlist.smil.SequentialTimingElement)
public void endVisitSeqTimingElement(SequentialTimingElement target)
SmilVisitor
endVisitSeqTimingElement
in interface SmilVisitor
target
- the sequence being visited. Shall not be null
.SmilVisitor.beginVisitSeqTimingElement(christophedelory.playlist.smil.SequentialTimingElement)
public void beginVisitExclTimingElement(ExclusiveTimingElement target)
SmilVisitor
beginVisitExclTimingElement
in interface SmilVisitor
target
- the exclusive time container being visited. Shall not be null
.SmilVisitor.endVisitExclTimingElement(christophedelory.playlist.smil.ExclusiveTimingElement)
public void endVisitExclTimingElement(ExclusiveTimingElement target)
SmilVisitor
endVisitExclTimingElement
in interface SmilVisitor
target
- the exclusive time container being visited. Shall not be null
.SmilVisitor.beginVisitExclTimingElement(christophedelory.playlist.smil.ExclusiveTimingElement)
public void beginVisitReference(Reference target)
SmilVisitor
beginVisitReference
in interface SmilVisitor
target
- the SMIL reference being visited. Shall not be null
.SmilVisitor.endVisitReference(christophedelory.playlist.smil.Reference)
public void endVisitReference(Reference target)
SmilVisitor
endVisitReference
in interface SmilVisitor
target
- the SMIL reference being visited. Shall not be null
.SmilVisitor.beginVisitReference(christophedelory.playlist.smil.Reference)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |