T285 removed drafts
This commit is contained in:
		| @@ -21,7 +21,6 @@ public class NewNamespaceResolver { | ||||
|      * @param doc dom structure object | ||||
|      * @return map of namespaces | ||||
|      */ | ||||
|     //przeskanowuje obiekt dom i zwraca mapę ns używając extract ns | ||||
|     public NamespaceMap process(XdmNode doc) { | ||||
|         namespaceMap = NamespaceMap.emptyMap(); | ||||
|         Iterator<XdmNode> it = doc.children().iterator(); | ||||
| @@ -38,7 +37,6 @@ public class NewNamespaceResolver { | ||||
|      * Iterates through {@link #namespaceMap} and declares namespaces in {@link XPathCompiler} | ||||
|      * @param compiler compiler used to compile xpath statements | ||||
|      */ | ||||
|     //rozpakowanie ns mapy i deklaracja w kompilatorze | ||||
|     public void exportNamespaces(XPathCompiler compiler){ | ||||
|         Iterator<NamespaceBinding> it = namespaceMap.iterator(); | ||||
| //        TODO: remove | ||||
|   | ||||
		Reference in New Issue
	
	Block a user