summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/sax/XFastContextHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/sax/XFastContextHandler.idl')
-rw-r--r--offapi/com/sun/star/xml/sax/XFastContextHandler.idl26
1 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/xml/sax/XFastContextHandler.idl b/offapi/com/sun/star/xml/sax/XFastContextHandler.idl
index 147811c73161..a9996af32195 100644
--- a/offapi/com/sun/star/xml/sax/XFastContextHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XFastContextHandler.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module xml { module sax {
/** receives notification of sax document events from a
- <type>XFastParser</type>.
+ XFastParser.
@see XFastDocumentHandler
*/
@@ -43,17 +43,17 @@ interface XFastContextHandler: com::sun::star::uno::XInterface
/** receives notification of the beginning of an element .
@param Element
- contains the integer token from the <type>XFastTokenHandler</type>
- registered at the <type>XFastParser</type>.<br>
+ contains the integer token from the XFastTokenHandler
+ registered at the XFastParser.<br>
If the element has a namespace that was registered with the
- <type>XFastParser</type>, <param>Element</param> contains the integer
- token of the elements local name from the <type>XFastTokenHandler</type>
+ XFastParser, <param>Element</param> contains the integer
+ token of the elements local name from the XFastTokenHandler
and the integer token of the namespace combined with an arithmetic
<b>or</b> operation.
@param Attribs
- Contains a <type>XFastAttrbitueList</type> to access the attributes
+ Contains a XFastAttrbitueList to access the attributes
from the element.
*/
@@ -68,7 +68,7 @@ interface XFastContextHandler: com::sun::star::uno::XInterface
@param Name
contains the elements local name.
@param Attribs
- Contains a <type>XFastAttrbitueList</type> to access the attributes
+ Contains a XFastAttrbitueList to access the attributes
from the element.
*/
void startUnknownElement( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs )
@@ -92,17 +92,17 @@ interface XFastContextHandler: com::sun::star::uno::XInterface
/** receives notification of the beginning of a known child element.
@param Element
- contains the integer token from the <type>XFastTokenHandler</type>
- registered at the <type>XFastParser</type>.
+ contains the integer token from the XFastTokenHandler
+ registered at the XFastParser.
<br>If the element has a namespace that was registered with the
- <type>XFastParser</type>, <param>Element</param> contains the
+ XFastParser, <param>Element</param> contains the
integer token of the elements local name from the
- <type>XFastTokenHandler</type> and the integer token of the
+ XFastTokenHandler and the integer token of the
namespace combined with an arithmetic <b>or</b> operation.
@param Attribs
- Contains a <type>XFastAttrbitueList</type> to access the attributes
+ Contains a XFastAttrbitueList to access the attributes
from the element.
*/
XFastContextHandler createFastChildContext( [in] long Element, [in] XFastAttributeList Attribs )
@@ -116,7 +116,7 @@ interface XFastContextHandler: com::sun::star::uno::XInterface
@param Name
contains the elements local name.
@param Attribs
- Contains a <type>XFastAttrbitueList</type> to access the attributes
+ Contains a XFastAttrbitueList to access the attributes
the element.
*/
XFastContextHandler createUnknownChildContext( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs )