mrglavas2004/10/28 21:57:05
Modified:java/src/org/apache/xerces/util DOMUtil.java
Log:
Adding a utility method for retrieving prefixes.
Revision ChangesPath
1.9 +6 -1 xml-xerces/java/src/org/apache/xerces/util/DOMUtil.java
Index: DOMUtil.java
===
sandygao2002/12/13 09:31:12
Modified:java/src/org/apache/xerces/util DOMUtil.java
Log:
Now it works with both DTM nodes and Xerces DOM nodes.
This enables the possibility that we support both DTM and DOM as schema
source at the same time.
Revision ChangesPath
1.7
rahuls 2002/08/14 03:13:38
Modified:java/src/org/apache/xerces/impl/xs/traversers Tag:
jaxp-ri-1_2_0-fcs-branch XSDHandler.java
java/src/org/apache/xerces/util Tag:
jaxp-ri-1_2_0-fcs-branch DOMUtil.java
Log:
Integrating