public class FamilyInfoXPathHandler extends XPathHandler
국내/해외 특허 Family 정모 조회 결과 XML 처리 DefaultHandler.
getResult() 메쏘드로 List
| Constructor and Description |
|---|
FamilyInfoXPathHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
getResult()
파싱한 결과를 얻는다.
|
void |
processXPathValue(java.lang.String fullPath,
java.lang.String shortPath,
java.lang.String value)
XPath가 값을 가진 경우(속성, 텍스트) 호출.
|
void |
startXPathDocument()
Documnet가 시작되었을 때 호출.
|
characters, endDocument, endElement, endXPathDocument, getOmitPath, isUseNamespace, setValueTrimmed, startDocument, startElementpublic java.util.List<java.util.Map<java.lang.String,java.lang.String>> getResult()
public void startXPathDocument()
throws org.xml.sax.SAXException
XPathHandlerstartXPathDocument in class XPathHandlerorg.xml.sax.SAXExceptionXPathHandler.startXPathDocument()public void processXPathValue(java.lang.String fullPath,
java.lang.String shortPath,
java.lang.String value)
XPathHandlerprocessXPathValue in class XPathHandlerfullPath - XPath 전체 경로.shortPath - 짧은 경로. 속성인 경우 [해당 태그명] + "@" + [속성명], 텍스트인 경우 [해당 태그명] + "/text()"value - 값kr.go.nibr.utilize.collect.patent.handler.XPathHandler#processXPathValue(java.lang.String, java.lang.String, java.lang.String)