|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MzIdentMLIndexer
Method Summary | |
---|---|
int |
getCount(String xpathExpression)
|
Set<String> |
getIDsForElement(MzIdentMLElement element)
Is dependent on the element being indexed and ID mapped. |
List<psidev.psi.tools.xxindex.index.IndexElement> |
getIndexElements(String xpathExpression)
|
String |
getMzIdentMLAttributeXMLString()
|
String |
getStartTag(String id,
Class clazz)
|
String |
getXmlString(String ID,
Class clazz)
A method to retrieve the XML String of a specific XML element, providing the unique ID of the element and the Java mapped Class. |
Iterator<String> |
getXmlStringIterator(String xpathExpression)
|
Set<String> |
getXpath()
Retrieves all xpath for which an XML element has been recorded. |
boolean |
isIDmapped(String id,
Class clazz)
|
Method Detail |
---|
Iterator<String> getXmlStringIterator(String xpathExpression)
int getCount(String xpathExpression)
xpathExpression
- the xpath defining the XML element.
String getXmlString(String ID, Class clazz)
ID
- the unique ID from the id attribute of a XML element.clazz
- the Java Class representing the XML element.
List<psidev.psi.tools.xxindex.index.IndexElement> getIndexElements(String xpathExpression)
Set<String> getXpath()
String getStartTag(String id, Class clazz)
id
- the unique ID (from the id attribute) of an XML element.clazz
- the Java Class representing the element.
String getMzIdentMLAttributeXMLString()
boolean isIDmapped(String id, Class clazz)
Set<String> getIDsForElement(MzIdentMLElement element) throws ConfigurationException
element
- the element for which to get the IDs.
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |