Lines Matching full:notation
6323 <field name='name' type='const xmlChar *' info=' Notation name'/>
7995 <info>What to do when a notation declaration has been parsed. DEPRECATED: use xmlSAX2NotationDecl()</info>
7998 <arg name='name' type='const xmlChar *' info='The name of the notation'/>
8003 <info>What to do when a notation declaration has been parsed.</info>
8006 <arg name='name' type='const xmlChar *' info='The name of the notation'/>
8120 <arg name='notationName' type='const xmlChar *' info='the name of the notation'/>
8129 <arg name='notationName' type='const xmlChar *' info='the name of the notation'/>
8355 <info>Register a new notation declaration</info>
8799 <arg name='path' type='const xmlChar *' info='the resource locator in a filesystem notation'/>
9160 <info>Build a copy of a notation table.</info>
9162 <arg name='table' type='xmlNotationTablePtr' info='A notation table'/>
9694 <info>This will dump the content the notation declaration as an XML DTD definition</info>
9697 <arg name='nota' type='xmlNotationPtr' info='A notation declaration'/>
9701 <info>This will dump the content of the notation table as an XML DTD definition</info>
9704 <arg name='table' type='xmlNotationTablePtr' info='A notation table'/>
10013 <arg name='table' type='xmlNotationTablePtr' info='An notation table'/>
10170 <info>Search the DTD for the description of this notation</info>
10173 <arg name='name' type='const xmlChar *' info='the notation name'/>
12184 <info>parse <!ENTITY declarations [70] EntityDecl ::= GEDecl | PEDecl [71] GEDecl ::= '<!ENTITY' S Name S EntityDef S? '>' [72] PEDecl ::= '<!ENTITY' S '%' S Name S PEDef S? '>' [73] EntityDef ::= EntityValue | (ExternalID NDataDecl?) [74] PEDef ::= EntityValue | ExternalID [76] NDataDecl ::= S 'NDATA' S Name [ VC: Notation Declared ] The Name must match the declared name of a notation.</info>
12200 <info>parse an Enumerated attribute type. [57] EnumeratedType ::= NotationType | Enumeration [58] NotationType ::= 'NOTATION' S '(' S? Name (S? '|' S? Name)* S? ')'</info>
12290 <info>parse a notation declaration [82] NotationDecl ::= '<!NOTATION' S Name S (ExternalID | PublicID) S? '>' Hence there is actually 3 choices: 'PUBLIC' S PubidLiteral 'PUBLIC' S PubidLiteral S SystemLiteral and 'SYSTEM' S SystemLiteral See the NOTE on xmlParseExternalID().</info>
12295 <info>parse an Notation attribute type. Note: the leading 'NOTATION' S part has already being parsed... [58] NotationType ::= 'NOTATION' S '(' S? Name (S? '|' S? Name)* S? ')' [ VC: Notation Attributes ] Values of this type must match one of the notation names included in the declaration; all notation names in the declaration must be declared.</info>
12296 <return type='xmlEnumerationPtr' info='the notation attribute tree built while parsing'/>
12550 <arg name='path' type='const xmlChar *' info='the resource locator in a filesystem notation'/>
13351 <info>What to do when a notation declaration has been parsed.</info>
13354 <arg name='name' type='const xmlChar *' info='The name of the notation'/>
13417 <arg name='notationName' type='const xmlChar *' info='the name of the notation'/>
13746 <info>Get the canonical lexical representation of the value. The caller has to FREE the returned retValue. WARNING: Some value types are not supported yet, resulting in a @retValue of "???". TODO: XML Schema 1.0 does not define canonical representations for: duration, gYearMonth, gYear, gMonthDay, gMonth, gDay, anyURI, QName, NOTATION. This will be fixed in XML Schema 1.1.</info>
13834 <info>Allocate a new NOTATION value. The given values are consumed and freed with the struct.</info>
13836 <arg name='name' type='const xmlChar *' info='the notation name'/>
13837 <arg name='ns' type='const xmlChar *' info='the notation namespace name or NULL'/>
15458 <arg name='ndataid' type='const xmlChar *' info='the xml notation name.'/>
15470 <arg name='ndataid' type='const xmlChar *' info='the xml notation name.'/>
15479 <arg name='ndataid' type='const xmlChar *' info='the xml notation name.'/>
15495 <arg name='name' type='const xmlChar *' info='the name of the xml notation'/>
17054 <info>Does the final step for the dtds validation once all the subsets have been parsed basically it does the following checks described by the XML Rec - check that ENTITY and ENTITIES type attributes default or possible values matches one of the defined entities. - check that NOTATION type attributes default or possible values matches one of the defined notations.</info>
17122 <info>Try to validate a single notation definition basically it does the following checks as described by the XML-1.0 recommendation: - it seems that no validity constraint exists on notation declarations But this function get called anyway ...</info>
17126 <arg name='nota' type='xmlNotationPtr' info='a notation definition'/>
17130 <info>Validate that the given name match a notation declaration. - [ VC: Notation Declared ]</info>
17134 <arg name='notationName' type='const xmlChar *' info='the notation name to check'/>
17138 <info>Try to validate a single attribute for an element basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity Name ] - [ VC: Notation Attributes ] The ID/IDREF uniqueness and matching are done separately</info>
17156 <info>Try to validate a single namespace declaration for an element basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity Name ] - [ VC: Notation Attributes ] The ID/IDREF uniqueness and matching are done separately</info>