Uses of Class
org.eclipse.lemminx.dom.DTDDeclParameter
Packages that use DTDDeclParameter
-
Uses of DTDDeclParameter in org.eclipse.lemminx.dom
Fields in org.eclipse.lemminx.dom declared as DTDDeclParameterModifier and TypeFieldDescriptionDTDAttlistDecl.attributeNameFormat: <!ATTLIST element-name attribute-name attribute-type "attribute-value>"" orDTDAttlistDecl.attributeTypeDTDAttlistDecl.attributeValueDTDElementDecl.categoryFormats: <!ELEMENT element-name category> or <!ELEMENT element-name (element-content)>DTDElementDecl.contentDTDDeclNode.declTypeDTDDeclNode.unrecognizedThis class is the base for all declaration nodes for DTD's.Methods in org.eclipse.lemminx.dom that return DTDDeclParameterModifier and TypeMethodDescriptionDTDDeclNode.addNewParameter(int start, int end) DOMDocumentType.getInternalSubsetNode()Returns the declaration parameter that represents the internal subset, or null if there is no internal subsetDOMDocumentType.getKindNode()Returns the node where document type kind (PUBLIC or SYSTEM) is declaredDTDDeclNode.getNameParameter()DTDElementDecl.getParameterAt(int offset) Returns the parameter (start/end offset) at the given offset and null otherwise.protected DTDDeclParameterDTDDeclNode.getParameterAtIndex(int index) DOMDocumentType.getPublicIdNode()DTDDeclNode.getReferencedElementNameAt(int offset) Returns the parameter name which references a DTD element declaration (<!ELEMENT) at the given offset and null otherwise.DTDElementDecl.getReferencedElementNameAt(int offset) DOMDocumentType.getSystemIdNode()DTDEntityDecl.getSystemIdNode()Returns the system id node and null otherwise.DTDEntityDecl.getValueNode()Returns the entity value node and null otherwise.Methods in org.eclipse.lemminx.dom that return types with arguments of type DTDDeclParameterMethods in org.eclipse.lemminx.dom with parameters of type DTDDeclParameterModifier and TypeMethodDescriptionvoidDTDElementDecl.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 DTDDeclParameterModifier and TypeMethodDescriptionvoidDTDElementDecl.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 DTDDeclParameterModifier and TypeMethodDescriptionstatic voidDTDUtils.searchDTDTargetElementDecl(DTDDeclParameter originNameNode, boolean matchName, Consumer<DTDDeclParameter> collector) Collect <!ELEMENT target name declared in the DTD according the origin name node.Method parameters in org.eclipse.lemminx.extensions.dtd.utils with type arguments of type DTDDeclParameterModifier and TypeMethodDescriptionstatic voidDTDUtils.searchDTDOriginElementDecls(DTDDeclNode targetNode, BiConsumer<DTDDeclParameter, DTDDeclParameter> collector, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Search origin DTD node (<!ATTRLIST element-name) or (child <!ELEMENT element-name (child)) from the given target DTD node (<!ELEMENT element-name.static voidDTDUtils.searchDTDOriginElementDecls(DTDDeclNode targetNode, BiConsumer<DTDDeclParameter, DTDDeclParameter> collector, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Search origin DTD node (<!ATTRLIST element-name) or (child <!ELEMENT element-name (child)) from the given target DTD node (<!ELEMENT element-name.static voidDTDUtils.searchDTDTargetElementDecl(DTDDeclParameter originNameNode, boolean matchName, Consumer<DTDDeclParameter> collector) Collect <!ELEMENT target name declared in the DTD according the origin name node.