Searched defs:oldvalue (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DDocumentImpl.java897 String oldvalue; field in class:DocumentImpl.EnclosingAttr
1039 void modifiedCharacterData(NodeImpl node, String oldvalue, String value, boolean replace) { argument
1064 void replacedCharacterData(NodeImpl node, String oldvalue, String value) { argument
1261 void modifiedAttrValue(AttrImpl attr, String oldvalue) { argument
942 dispatchAggregateEvents(NodeImpl node, AttrImpl enclosingAttr, String oldvalue, short change) argument
[all...]
H A DCoreDocumentImpl.java2669 void modifiedCharacterData(NodeImpl node, String oldvalue, String value, boolean replace) { argument
2717 void replacedCharacterData(NodeImpl node, String oldvalue, String value) { argument
2724 void modifiedAttrValue(AttrImpl attr, String oldvalue) { argument

Completed in 107 milliseconds