标签: java xml dom entityreference
我正在使用DOM解析器解析XML文件,这里是相应的.dtd:
<!ELEMENT Concept (%ConceptReference;, TermList)> ... <!ENTITY % ConceptReference "(ConceptUI,ConceptName,ConceptUMLSUI?)">
我已将ConceptReference解析为EntityReference个对象。我被困的一点是:如何获得ConceptName和ConceptUI?
ConceptReference
EntityReference
ConceptName
ConceptUI