HomeSort by relevance Sort by last modified time
    Searched full:ncname (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/tagsoup/tssl/
tssl.rnc 23 attribute prefix {xsd:NCName},
24 attribute name {xsd:NCName},
34 attribute name {xsd:NCName},
51 attribute name {xsd:NCName},
71 attribute name {xsd:NCName},
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
XML11Char.java 76 /** XML namespaces 1.1 NCName */
248 * Returns true if the specified character is a valid NCName start
260 * Returns true if the specified character is a valid NCName
334 * [4] NCName ::= NCNameStartChar NCNameChar*
337 * Check to see if a string is a valid NCName according to [4]
340 * @param ncName string to check
341 * @return true if name is a valid NCName
343 public static boolean isXML11ValidNCName(String ncName) {
344 int length = ncName.length();
348 char ch = ncName.charAt(0);
    [all...]
XMLChar.java 83 /** NCName start character mask. */
86 /** NCName character mask. */
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XML11Char.java 71 /** XML namespaces 1.1 NCName */
243 * Returns true if the specified character is a valid NCName start
255 * Returns true if the specified character is a valid NCName
329 * [4] NCName ::= NCNameStartChar NCNameChar*
332 * Check to see if a string is a valid NCName according to [4]
335 * @param ncName string to check
336 * @return true if name is a valid NCName
338 public static boolean isXML11ValidNCName(String ncName) {
339 int length = ncName.length();
343 char ch = ncName.charAt(0)
    [all...]
XMLChar.java 81 /** NCName start character mask. */
84 /** NCName character mask. */
478 * Returns true if the specified character is a valid NCName start
489 * Returns true if the specified character is a valid NCName
538 * [4] NCName ::= (Letter | '_') (NCNameChar)*
541 * Check to see if a string is a valid NCName according to [4]
544 * @param ncName string to check
545 * @return true if name is a valid NCName
547 public static boolean isValidNCName(String ncName) {
548 if (ncName.length() == 0
    [all...]
QName.java 119 XMLErrorResources.ER_ARG_LOCALNAME_INVALID,null )); //"Argument 'localName' not a valid NCName");
166 XMLErrorResources.ER_ARG_LOCALNAME_INVALID,null )); //"Argument 'localName' not a valid NCName");
172 XMLErrorResources.ER_ARG_PREFIX_INVALID,null )); //"Argument 'prefix' not a valid NCName");
216 XMLErrorResources.ER_ARG_LOCALNAME_INVALID,null )); //"Argument 'localName' not a valid NCName");
307 XMLErrorResources.ER_ARG_LOCALNAME_INVALID,null )); //"Argument 'localName' not a valid NCName");
396 XMLErrorResources.ER_ARG_LOCALNAME_INVALID,null )); //"Argument 'localName' not a valid NCName");
474 XMLErrorResources.ER_ARG_LOCALNAME_INVALID,null )); //"Argument 'localName' not a valid NCName");
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLErrorResources.java 340 // Note to translators: A QNAME has the syntactic form [NCName:]NCName
344 "Localname in QNAME should be a valid NCName"},
346 // Note to translators: A QNAME has the syntactic form [NCName:]NCName
350 "Prefix in QNAME should be a valid NCName"},
  /external/chromium_org/third_party/libxslt/libxslt/
attributes.c 290 const xmlChar *ncname; local
306 ncname = xsltSplitQName(style->dict, value, &prefix);
320 attrItems = xmlHashLookup2(style->attributeSets, ncname, prefix);
356 "add attribute to list %s\n", ncname);
390 "add attribute to list %s\n", ncname);
428 "xsl:attribute-set : %s adds use %s\n", ncname, curval);
454 xmlHashUpdateEntry2(style->attributeSets, ncname, prefix, attrItems, NULL);
457 "updated attribute list %s\n", ncname);
1043 const xmlChar *ncname = NULL; local
1091 ncname = xsltSplitQName(ctxt->dict, curstr, &prefix)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/schema/
atom10_build.xsd 47 <xsd:attribute name="rel" type="xsd:NCName"/>
  /libcore/luni/src/main/java/javax/xml/namespace/
QName.java 141 * <a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">NCName</a>
185 * <a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">NCName</a>
239 * <a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">NCName</a>
414 * <a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">NCName</a>