|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SmilVisitor
A SMIL
hierarchy visitor.
Smil.acceptDown(christophedelory.playlist.smil.SmilVisitor)
,
Head.acceptDown(christophedelory.playlist.smil.SmilVisitor)
,
Layout.acceptDown(christophedelory.playlist.smil.SmilVisitor)
,
RootLayout.acceptDown(christophedelory.playlist.smil.SmilVisitor)
,
Region.acceptDown(christophedelory.playlist.smil.SmilVisitor)
,
Body.acceptDown(christophedelory.playlist.smil.SmilVisitor)
,
ParallelTimingElement.acceptDown(christophedelory.playlist.smil.SmilVisitor)
,
SequentialTimingElement.acceptDown(christophedelory.playlist.smil.SmilVisitor)
,
ExclusiveTimingElement.acceptDown(christophedelory.playlist.smil.SmilVisitor)
,
Reference.acceptDown(christophedelory.playlist.smil.SmilVisitor)
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. |
Method Detail |
---|
void beginVisitSmil(Smil target)
target
- the SMIL playlist being visited. Shall not be null
.
NullPointerException
- if target
is null
.endVisitSmil(christophedelory.playlist.smil.Smil)
void endVisitSmil(Smil target)
target
- the SMIL playlist being visited. Shall not be null
.
NullPointerException
- if target
is null
.beginVisitSmil(christophedelory.playlist.smil.Smil)
void beginVisitHead(Head target)
target
- the header being visited. Shall not be null
.
NullPointerException
- if target
is null
.endVisitHead(christophedelory.playlist.smil.Head)
void endVisitHead(Head target)
target
- the head element being visited. Shall not be null
.
NullPointerException
- if target
is null
.beginVisitHead(christophedelory.playlist.smil.Head)
void beginVisitLayout(Layout target)
target
- the layout being visited. Shall not be null
.
NullPointerException
- if target
is null
.endVisitLayout(christophedelory.playlist.smil.Layout)
void endVisitLayout(Layout target)
target
- the layout being visited. Shall not be null
.
NullPointerException
- if target
is null
.beginVisitLayout(christophedelory.playlist.smil.Layout)
void beginVisitRootLayout(RootLayout target)
target
- the root layout being visited. Shall not be null
.
NullPointerException
- if target
is null
.endVisitRootLayout(christophedelory.playlist.smil.RootLayout)
void endVisitRootLayout(RootLayout target)
target
- the root layout being visited. Shall not be null
.
NullPointerException
- if target
is null
.beginVisitRootLayout(christophedelory.playlist.smil.RootLayout)
void beginVisitRegion(Region target)
target
- the region being visited. Shall not be null
.
NullPointerException
- if target
is null
.endVisitRegion(christophedelory.playlist.smil.Region)
void endVisitRegion(Region Region)
Region
- the Region being visited. Shall not be null
.
NullPointerException
- if target
is null
.beginVisitRegion(christophedelory.playlist.smil.Region)
void beginVisitBody(Body target)
target
- the body being visited. Shall not be null
.
NullPointerException
- if target
is null
.endVisitBody(christophedelory.playlist.smil.Body)
void endVisitBody(Body target)
target
- the body being visited. Shall not be null
.
NullPointerException
- if target
is null
.beginVisitBody(christophedelory.playlist.smil.Body)
void beginVisitParTimingElement(ParallelTimingElement target)
target
- the parallel time container being visited. Shall not be null
.
NullPointerException
- if target
is null
.endVisitParTimingElement(christophedelory.playlist.smil.ParallelTimingElement)
void endVisitParTimingElement(ParallelTimingElement target)
target
- the parallel time container being visited. Shall not be null
.
NullPointerException
- if target
is null
.beginVisitParTimingElement(christophedelory.playlist.smil.ParallelTimingElement)
void beginVisitSeqTimingElement(SequentialTimingElement target)
target
- the sequence being visited. Shall not be null
.
NullPointerException
- if target
is null
.endVisitSeqTimingElement(christophedelory.playlist.smil.SequentialTimingElement)
void endVisitSeqTimingElement(SequentialTimingElement target)
target
- the sequence being visited. Shall not be null
.
NullPointerException
- if target
is null
.beginVisitSeqTimingElement(christophedelory.playlist.smil.SequentialTimingElement)
void beginVisitExclTimingElement(ExclusiveTimingElement target)
target
- the exclusive time container being visited. Shall not be null
.
NullPointerException
- if target
is null
.endVisitExclTimingElement(christophedelory.playlist.smil.ExclusiveTimingElement)
void endVisitExclTimingElement(ExclusiveTimingElement target)
target
- the exclusive time container being visited. Shall not be null
.
NullPointerException
- if target
is null
.beginVisitExclTimingElement(christophedelory.playlist.smil.ExclusiveTimingElement)
void beginVisitReference(Reference target)
target
- the SMIL reference being visited. Shall not be null
.
NullPointerException
- if target
is null
.endVisitReference(christophedelory.playlist.smil.Reference)
void endVisitReference(Reference target)
target
- the SMIL reference being visited. Shall not be null
.
NullPointerException
- if target
is null
.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 |