X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=third-party%2Forg.openexi%2Fnagasena%2Fsrc%2Fmain%2Fresources%2Fdoc%2Forg%2Fopenexi%2Fproc%2Fcommon%2FEventDescription.html;fp=third-party%2Forg.openexi%2Fnagasena%2Fsrc%2Fmain%2Fresources%2Fdoc%2Forg%2Fopenexi%2Fproc%2Fcommon%2FEventDescription.html;h=0000000000000000000000000000000000000000;hp=396802fbc62f910c91cc0b615516568ce0d1c3d9;hb=012e920a1969ca8a932189f485227156b4b00b45;hpb=f29ebcc00137f36052e774247fed2d054df9fc0d;ds=sidebyside diff --git a/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/proc/common/EventDescription.html b/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/proc/common/EventDescription.html deleted file mode 100644 index 396802fbc6..0000000000 --- a/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/proc/common/EventDescription.html +++ /dev/null @@ -1,653 +0,0 @@ - - - - - - - -EventDescription - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.openexi.proc.common -
-Interface EventDescription

-
-
All Known Implementing Classes:
EventType
-
-
-
-
public interface EventDescription
- - -

-

EventDescription provides accessors to the current EXI event data - during the decode process.

- -

Note that the content of EventDescription is transient, which means - its content may change when the decoder is asked for access to the - next EXI event data.

-

- -

-

- -
-
- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Field Summary
-static byteEVENT_AT - -
-          Attribute event.
-static byteEVENT_BLOB - -
-          BLOB event (content of an element).
-static byteEVENT_CH - -
-          Character event (content of an element).
-static byteEVENT_CM - -
-          Comment event.
-static byteEVENT_DTD - -
-          Document Type Definition event.
-static byteEVENT_ED - -
-          End Document event.
-static byteEVENT_EE - -
-          End Element event.
-static byteEVENT_ER - -
-          Entity Reference event.
-static byteEVENT_NL - -
-          Attribute xsi:nil.
-static byteEVENT_NS - -
-          Namespace declaration event.
-static byteEVENT_PI - -
-          Processing Instruction event.
-static byteEVENT_SD - -
-          Start Document event.
-static byteEVENT_SE - -
-          Start Element event.
-static byteEVENT_TP - -
-          Attribute xsi:type.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- BinaryDataSourcegetBinaryDataSource() - -
-          Gets the value of an EVENT_BLOB.
- CharactersgetCharacters() - -
-          Gets the value of an EVENT_CH, - Attribute (EVENT_AT, EVENT_NL, EVENT_TP), EVENT_CM, - EVENT_DTD or EVENT_PI event.
- bytegetEventKind() - -
-          Gets the event kind of which instance data this EventDescription is describing.
- EventTypegetEventType() - -
-          Returns the EventType from which this event is derived.
- java.lang.StringgetName() - -
-          Gets the name of the EXI event.
- java.lang.StringgetPrefix() - -
-          Gets the namespace prefix of the event.
- java.lang.StringgetURI() - -
-          Gets the URI of the EXI event.
-  -

- - - - - - - - -
-Field Detail
- -

-EVENT_SD

-
-static final byte EVENT_SD
-
-
Start Document event. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_ED

-
-static final byte EVENT_ED
-
-
End Document event. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_SE

-
-static final byte EVENT_SE
-
-
Start Element event. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_AT

-
-static final byte EVENT_AT
-
-
Attribute event. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_TP

-
-static final byte EVENT_TP
-
-
Attribute xsi:type. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_NL

-
-static final byte EVENT_NL
-
-
Attribute xsi:nil. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_CH

-
-static final byte EVENT_CH
-
-
Character event (content of an element). -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_EE

-
-static final byte EVENT_EE
-
-
End Element event. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_NS

-
-static final byte EVENT_NS
-
-
Namespace declaration event. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_PI

-
-static final byte EVENT_PI
-
-
Processing Instruction event. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_CM

-
-static final byte EVENT_CM
-
-
Comment event. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_ER

-
-static final byte EVENT_ER
-
-
Entity Reference event. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_DTD

-
-static final byte EVENT_DTD
-
-
Document Type Definition event. -

-

-
See Also:
Constant Field Values
-
-
- -

-EVENT_BLOB

-
-static final byte EVENT_BLOB
-
-
BLOB event (content of an element). -

-

-
See Also:
Constant Field Values
-
- - - - - - - - -
-Method Detail
- -

-getEventKind

-
-byte getEventKind()
-
-
Gets the event kind of which instance data this EventDescription is describing. -

-

- -
Returns:
a byte representing the event kind.
-
-
-
- -

-getURI

-
-java.lang.String getURI()
-
-
Gets the URI of the EXI event. -

-

- -
Returns:
the URI as a String.
-
-
-
- -

-getName

-
-java.lang.String getName()
-
-
Gets the name of the EXI event. -

-

- -
Returns:
the name of the event as a String.
-
-
-
- -

-getPrefix

-
-java.lang.String getPrefix()
-
-
Gets the namespace prefix of the event. -

-

- -
Returns:
the prefix as a String.
-
-
-
- -

-getCharacters

-
-Characters getCharacters()
-
-
Gets the value of an EVENT_CH, - Attribute (EVENT_AT, EVENT_NL, EVENT_TP), EVENT_CM, - EVENT_DTD or EVENT_PI event. -

-

- -
Returns:
a Characters of the corresponding value
-
-
-
- -

-getBinaryDataSource

-
-BinaryDataSource getBinaryDataSource()
-
-
Gets the value of an EVENT_BLOB. -

-

- -
Returns:
a BinaryData of the corresponding value
-
-
-
- -

-getEventType

-
-EventType getEventType()
-
-
Returns the EventType from which this event is derived. -

-

-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -