Noeud:Programming, Noeud « Previous »:Operating System, Noeud « Up »:Inline Elements



Programming


OOClass = (Modifier*, ClassName)

ClassName = ( #PCDATA |
              Replaceable | InlineGraphic | InlineMediaObject |
              IndexTerm
            )+

OOInterface = (Modifier*, InterfaceName)

InterfaceName = ( #PCDATA |
                  Replaceable | InlineGraphic | InlineMediaObject |
                  IndexTerm
                )*

OOException = (Modifier*, ExceptionName)

ExceptionName = ( #PCDATA |
                     Replaceable | InlineGraphic | InlineMediaObject |
                  IndexTerm
                )*

Modifier = ( #PCDATA |
             Replaceable | InlineGraphic | InlineMediaObject |
             IndexTerm
           )*

MethodName = ( #PCDATA |
                 Replaceable | InlineGraphic | InlineMediaObject |
               IndexTerm
             )*

ErrorCode = ( #PCDATA |
              Replaceable | InlineGraphic | InlineMediaObject |
              IndexTerm
            )+

ErrorName = ( #PCDATA |
              Replaceable | InlineGraphic | InlineMediaObject |
              IndexTerm
            )+

ErrorType = ( #PCDATA |
              Replaceable | InlineGraphic | InlineMediaObject |
              IndexTerm
            )+

Function = (%cptr.char.mix;)+

Constant = ( #PCDATA |
              Replaceable | InlineGraphic | InlineMediaObject |
              IndexTerm
           )*
         Class = Limit

Parameter = ( #PCDATA |
              Replaceable | InlineGraphic | InlineMediaObject |
              IndexTerm
            )*
                Class                 (Command
                                |Function
                                |Option)        #IMPLIED

Property = ( #PCDATA |
             Replaceable | InlineGraphic | InlineMediaObject |
             IndexTerm
           )*

ReturnValue = ( #PCDATA |
                Replaceable | InlineGraphic | InlineMediaObject |
                IndexTerm
              )+

StructField = ( #PCDATA |
                Replaceable | InlineGraphic | InlineMediaObject |
                IndexTerm
              )+

StructName = ( #PCDATA |
               Replaceable | InlineGraphic | InlineMediaObject |
               IndexTerm
             )+

Type = ( #PCDATA |
         Replaceable | InlineGraphic | InlineMediaObject |
         IndexTerm
       )+

VarName = ( #PCDATA |
            Replaceable | InlineGraphic | InlineMediaObject |
            IndexTerm
          )*

Symbol = ( #PCDATA |
           Replaceable | InlineGraphic | InlineMediaObject |
           IndexTerm
         )+
                Class                (Limit)                #IMPLIED

Elements : OOClass, ClassName, OOInterface, InterfaceName, OOException, ExceptionName, Modifier, MethodName, ErrorCode, ErrorName, ErrorType, Function, Constant, Parameter, Property, ReturnValue, StructField, StructName, Type, VarName, Symbol, Replaceable, InlineGraphic, InlineMediaObject.

Attributes : Class.