Uses of Class
org.eclipse.lemminx.dom.DTDDeclParameter
-
Packages that use DTDDeclParameter Package Description org.eclipse.lemminx.dom org.eclipse.lemminx.extensions.dtd.utils -
-
Uses of DTDDeclParameter in org.eclipse.lemminx.dom
Fields in org.eclipse.lemminx.dom declared as DTDDeclParameter Modifier and Type Field Description DTDDeclParameterDTDAttlistDecl. attributeNameFormat: "" orDTDDeclParameterDTDAttlistDecl. attributeTypeDTDDeclParameterDTDAttlistDecl. attributeValueDTDDeclParameterDTDElementDecl. categoryFormats: orDTDDeclParameterDTDElementDecl. contentDTDDeclParameterDTDDeclNode. declTypeDTDDeclParameterDTDDeclNode. unrecognizedThis class is the base for all declaration nodes for DTD's.Methods in org.eclipse.lemminx.dom that return DTDDeclParameter Modifier and Type Method Description DTDDeclParameterDTDDeclNode. addNewParameter(int start, int end)DTDDeclParameterDOMNode. findDTDDeclParameterAt(int offset)static DTDDeclParameterDOMNode. findDTDDeclParameterAt(DOMNode node, int offset)DTDDeclParameterDOMDocumentType. getInternalSubsetNode()Returns the declaration parameter that represents the internal subset, or null if there is no internal subsetDTDDeclParameterDOMDocumentType. getKindNode()Returns the node where document type kind (PUBLIC or SYSTEM) is declaredDTDDeclParameterDTDDeclNode. getNameParameter()DTDDeclParameterDTDElementDecl. getParameterAt(int offset)Returns the parameter (start/end offset) at the given offset and null otherwise.protected DTDDeclParameterDTDDeclNode. getParameterAtIndex(int index)DTDDeclParameterDOMDocumentType. getPublicIdNode()DTDDeclParameterDTDDeclNode. getReferencedElementNameAt(int offset)Returns the parameter name which references a DTD element declaration (DTDDeclParameterDTDElementDecl. getReferencedElementNameAt(int offset)DTDDeclParameterDOMDocumentType. getSystemIdNode()DTDDeclParameterDTDEntityDecl. getSystemIdNode()Returns the system id node and null otherwise.DTDDeclParameterDTDEntityDecl. getValueNode()Returns the entity value node and null otherwise.Methods in org.eclipse.lemminx.dom that return types with arguments of type DTDDeclParameter Modifier and Type Method Description List<DTDDeclParameter>DTDDeclNode. getParameters()Methods in org.eclipse.lemminx.dom with parameters of type DTDDeclParameter Modifier and Type Method Description voidDTDElementDecl. collectParameters(DTDDeclParameter target, BiConsumer<DTDDeclParameter,DTDDeclParameter> collector)Collect parameters which matches the given target.booleanDOMDocumentType. isInternalSubset(DTDDeclParameter parameter)Method parameters in org.eclipse.lemminx.dom with type arguments of type DTDDeclParameter Modifier and Type Method Description voidDTDElementDecl. collectParameters(DTDDeclParameter target, BiConsumer<DTDDeclParameter,DTDDeclParameter> collector)Collect parameters which matches the given target.voidDTDElementDecl. collectParameters(DTDDeclParameter target, BiConsumer<DTDDeclParameter,DTDDeclParameter> collector)Collect parameters which matches the given target. -
Uses of DTDDeclParameter in org.eclipse.lemminx.extensions.dtd.utils
Methods in org.eclipse.lemminx.extensions.dtd.utils with parameters of type DTDDeclParameter Modifier and Type Method Description static voidDTDUtils. searchDTDTargetElementDecl(DTDDeclParameter originNameNode, boolean matchName, Consumer<DTDDeclParameter> collector)CollectMethod parameters in org.eclipse.lemminx.extensions.dtd.utils with type arguments of type DTDDeclParameter Modifier and Type Method Description static voidDTDUtils. searchDTDOriginElementDecls(DTDDeclNode targetNode, BiConsumer<DTDDeclParameter,DTDDeclParameter> collector, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)Search origin DTD node (static voidDTDUtils. searchDTDOriginElementDecls(DTDDeclNode targetNode, BiConsumer<DTDDeclParameter,DTDDeclParameter> collector, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)Search origin DTD node (static voidDTDUtils. searchDTDTargetElementDecl(DTDDeclParameter originNameNode, boolean matchName, Consumer<DTDDeclParameter> collector)Collect
-