Home
last modified time | relevance | path

Searched refs:getChildAttributes (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DUserLibrary.java196 …NodeList attributeList = ClasspathEntry.getChildAttributes(ClasspathEntry.TAG_ATTRIBUTES, children… in createFromString()
198 …attributeList = ClasspathEntry.getChildAttributes(ClasspathEntry.TAG_ACCESS_RULES, children, found… in createFromString()
H A DClasspathEntry.java776 NodeList attributeList = getChildAttributes(TAG_ACCESS_RULES, children, foundChildren); in elementDecode()
788 attributeList = getChildAttributes(TAG_ATTRIBUTES, children, foundChildren); in elementDecode()
938 …public static NodeList getChildAttributes(String childName, NodeList children, boolean[] foundChil… in getChildAttributes() method in ClasspathEntry