Searched refs:baseID (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DStylesheetPIHandler.java45 /** The baseID of the document being processed. */
95 * @param baseID The base ID of the XML document, needed to resolve
101 public StylesheetPIHandler(String baseID, String media, String title, argument
105 m_baseID = baseID;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java3308 * @baseID The node identity of the base node, which can be an
3312 protected final int getNextNamespaceNode2(int baseID) { argument
3314 while ((type = _type2(++baseID)) == DTM.ATTRIBUTE_NODE);
3317 return baseID;

Completed in 588 milliseconds