Lines Matching refs:prefix

276          * Set a reference pointer to the prefix name symbol table.
287 * Get a reference pointer to the prefix name symbol table.
445 public void endPrefixMapping(java.lang.String prefix)
482 // %TBD% Split prefix off qname
483 String prefix=null;
486 prefix=qName.substring(0,colon);
489 /**/System.out.println("Prefix="+prefix+" index="+m_prefixNames.stringToIndex(prefix));
492 m_prefixNames.stringToIndex(prefix)); /////// %TBD%
504 prefix=null;
508 prefix=qName.substring(0,colon);
513 prefix=null; // Default prefix
518 m_prefixNames.stringToIndex(prefix),
529 // %TBD% I hate having to extract the prefix into a new
532 prefix=null;
536 prefix=qName.substring(0,colon);
541 prefix=""; // Default prefix
549 if(!("xmlns".equals(prefix) || "xmlns".equals(qName)))
552 m_prefixNames.stringToIndex(prefix),
559 public void startPrefixMapping(java.lang.String prefix, java.lang.String uri)
727 // * @param name String the element name, including the prefix if any.
741 // // note - there should be no prefix separator in the name because it is not associated
763 // * @param name String the element name, including the prefix if any.
841 // String prefix = qname.substring(0, colonpos);
842 // if (prefix.equals("xml")) {
1515 // Remove prefix from qName
1560 // Remove prefix from expanded name
1615 String prefix=m_prefixNames.indexToString(i >>16);
1616 if(prefix!=null && prefix.length()>0)
1617 name=prefix+":"+name;
1656 * Given a namespace handle, return the prefix that the namespace decl is
1658 * Given a node handle, return the prefix used to map to the namespace.
1660 * <p> %REVIEW% Are you sure you want "" for no prefix? </p>
1666 * @return String prefix of this node's name, or "" if no explicit
1667 * namespace prefix was given.
1684 * prefix -- or default in lieu thereof -- was mapped to.)
2137 * Assumes that the symbols (local name, namespace URI and prefix)
2146 * @param prefixIndex: Index within the prefix string pool
2161 // W3: Tagname high: prefix Low: local name
2176 * Assumes that the symbols (namespace URI and prefix) have already been
2179 * @param prefixIndex: Index within the prefix string pool
2219 * prefix) have already been added to the pools, and that the content has
2226 * @param prefixIndex int Index within the prefix string pool
2245 // W3: Tagname high: prefix Low: local name