You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I extend DocumentFactory class and override all createXXX methods with org.xml.sax.Locator. In this way, I can get each attribute (incorrect) postion. An attribute's position information(line&column) will be identical with its parent node(Element). Can I get a more precisely postion info with dom4j?
The text was updated successfully, but these errors were encountered:
I extend DocumentFactory class and override all createXXX methods with org.xml.sax.Locator. In this way, I can get each attribute (incorrect) postion. An attribute's position information(line&column) will be identical with its parent node(Element). Can I get a more precisely postion info with dom4j?
The text was updated successfully, but these errors were encountered: