Home | History | Annotate | Download | only in doc

Lines Matching full:xlink

1864     <file name='xlink'>
1865 <summary>unfinished XLink detection module</summary>
1866 <description>unfinished XLink detection module </description>
4683 <enum name='XLINK_ACTUATE_AUTO' file='xlink' value='1' type='xlinkActuate'/>
4684 <enum name='XLINK_ACTUATE_NONE' file='xlink' value='0' type='xlinkActuate'/>
4685 <enum name='XLINK_ACTUATE_ONREQUEST' file='xlink' value='2' type='xlinkActuate'/>
4686 <enum name='XLINK_SHOW_EMBED' file='xlink' value='2' type='xlinkShow'/>
4687 <enum name='XLINK_SHOW_NEW' file='xlink' value='1' type='xlinkShow'/>
4688 <enum name='XLINK_SHOW_NONE' file='xlink' value='0' type='xlinkShow'/>
4689 <enum name='XLINK_SHOW_REPLACE' file='xlink' value='3' type='xlinkShow'/>
4690 <enum name='XLINK_TYPE_EXTENDED' file='xlink' value='2' type='xlinkType'/>
4691 <enum name='XLINK_TYPE_EXTENDED_SET' file='xlink' value='3' type='xlinkType'/>
4692 <enum name='XLINK_TYPE_NONE' file='xlink' value='0' type='xlinkType'/>
4693 <enum name='XLINK_TYPE_SIMPLE' file='xlink' value='1' type='xlinkType'/>
5972 <typedef name='xlinkActuate' file='xlink' type='enum'/>
5973 <typedef name='xlinkHRef' file='xlink' type='xmlChar *'/>
5974 <struct name='xlinkHandler' file='xlink' type='struct _xlinkHandler'>
5979 <typedef name='xlinkHandlerPtr' file='xlink
5980 <typedef name='xlinkRole' file='xlink' type='xmlChar *'/>
5981 <typedef name='xlinkShow' file='xlink' type='enum'/>
5982 <typedef name='xlinkTitle' file='xlink' type='xmlChar *'/>
5983 <typedef name='xlinkType' file='xlink' type='enum'/>
8158 <functype name='xlinkExtendedLinkFunk' file='xlink' module='xlink'>
8176 <functype name='xlinkExtendedLinkSetFunk' file='xlink' module='xlink'>
8189 <function name='xlinkGetDefaultDetect' file='xlink' module='xlink'>
8191 <info>Get the default xlink detection routine</info>
8194 <function name='xlinkGetDefaultHandler' file='xlink' module='xlink'>
8196 <info>Get the default xlink handler.</info>
8199 <function name='xlinkIsLink' file='xlink' module='xlink'>
8206 <functype name='xlinkNodeDetectFunc' file='xlink' module='xlink'>
8213 <function name='xlinkSetDefaultDetect' file='xlink' module='xlink'>
8215 <info>Set the default xlink detection routine</info>
8219 <function name='xlinkSetDefaultHandler' file='xlink' module='xlink'>
8221 <info>Set the default xlink handlers</info>
8223 <arg name='handler' type='xlinkHandlerPtr' info='the new value for the xlink handler block'/>
8225 <functype name='xlinkSimpleLinkFunk' file='xlink' module='xlink'>