Class Result
java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice.Result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(Attribute attribute) voidaddCallQuery(CallQuery callQuery) voidaddElement(Element element) voidsetAttributes(List<Attribute> attributes) voidsetCallQueries(List<CallQuery> callQueries) voidsetDefaultNamespace(String defaultNamespace) voidsetElement(String element) voidsetElements(List<Element> elements) voidsetEscapeNonPrintableChar(Boolean escapeNonPrintableChar) voidsetOutputType(String outputType) voidsetRdfBaseURI(String rdfBaseURI) voidsetRowName(String rowName) voidsetUseColumnNumbers(Boolean useColumnNumbers) voidsetXsltPath(String xsltPath) Methods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
addNamespace, elementNode, getNamespaces, getRange, getTag, getTextNode, isSelfClosed, setTag, setTextNode
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
getElements
-
setElements
-
getAttributes
-
setAttributes
-
getCallQueries
-
setCallQueries
-
getElement
-
setElement
-
getRowName
-
setRowName
-
getDefaultNamespace
-
setDefaultNamespace
-
getUseColumnNumbers
-
setUseColumnNumbers
-
getEscapeNonPrintableChar
-
setEscapeNonPrintableChar
-
getXsltPath
-
setXsltPath
-
getRdfBaseURI
-
setRdfBaseURI
-
getOutputType
-
setOutputType
-
addElement
-
addAttribute
-
addCallQuery
-